-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "platform-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://www.epidemicvision.com",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icon": "3.2.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/inter": "^4.5.14",
"flat-color-icons": "^1.1.0",
"framer-motion": "^7.6.7",
"next-images": "^1.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-slick": "^0.23.10",
"@vitejs/plugin-react": "^2.2.0",
"file-loader": "^6.2.0",
"typescript": "^4.6.4",
"url-loader": "^4.1.1",
"vite": "^3.2.3"
}
}