-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "website-init",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"dev&host": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@reduxjs/toolkit": "^1.7.2",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.40",
"axios": "^0.26.1",
"check-password-strength": "^2.0.5",
"csstype": "^3.1.0",
"lodash-es": "^4.17.21",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-intersection-observer": "^9.2.2",
"react-query": "^3.34.19",
"react-redux": "^8.0.2",
"react-router-dom": "^6.2.1",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-timeago": "^6.2.1",
"react-transition-group": "^4.4.2",
"redux": "^4.1.2",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.22",
"@types/react-swipeable-views": "^0.13.1",
"@types/react-swipeable-views-utils": "^0.13.3",
"@types/react-timeago": "^4.1.3",
"@types/redux": "^3.6.0",
"@vitejs/plugin-react": "^1.0.7",
"tslint": "^6.1.3",
"typescript": "^4.6.2",
"vite": "^2.8.0"
},
"resolutions": {
"csstype": "3.1.0",
"@types/react": "18.0.12"
}
}