-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
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
37
38
39
40
41
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.5.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.11",
"@mui/icons-material": "^5.11.11",
"@mui/joy": "^5.0.0-alpha.69",
"@mui/material": "^5.11.9",
"axios": "^1.3.4",
"feather-icon": "^0.1.0",
"feather-icons": "^4.29.0",
"framer-motion": "^9.0.2",
"js-cookie": "^3.0.1",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.5",
"react-router-dom": "^6.8.2",
"semantic-ui-css": "^2.5.0",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/node": "^18.15.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}