-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.4 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "hack-web",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hookform/resolvers": "^2.9.10",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.104",
"@mui/material": "^5.10.10",
"@mui/x-data-grid": "^5.17.8",
"@mui/x-date-pickers": "^5.0.5",
"autoprefixer": "^10.4.12",
"axios": "^1.1.3",
"doiuse": "^4.4.1",
"framer-motion": "^7.6.1",
"postcss": "^8.4.18",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-modules": "^5.0.0",
"postcss-nested": "^6.0.0",
"postcss-plugin": "^1.0.0",
"postcss-preset-env": "^7.8.2",
"postcss-scss": "^4.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.38.0",
"react-input-verification-code": "^1.0.2",
"react-number-format": "^5.0.1",
"react-router-dom": "^6.4.2",
"recoil": "^0.7.6",
"recoil-nexus": "^0.4.0",
"styled-components": "^5.3.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
},
"browserslist": [
"last 2 versions",
"not dead",
"not ie <= 11",
"not op_mini all",
"> 0.2%"
]
}