-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.69 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
56
57
58
59
{
"name": "skillbet",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"postinstall": "npm run build",
"serve-heroku": "vite --host 0.0.0.0 --port $PORT preview"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.133",
"@mui/material": "^5.13.1",
"@mui/material-next": "^6.0.0-alpha.95",
"@reduxjs/toolkit": "^1.9.5",
"@sei-js/react": "^3.0.2",
"@szhsin/react-menu": "^4.0.3",
"@types/react-bootstrap": "^0.32.32",
"bootstrap": "^5.2.3",
"color": "^4.2.3",
"firebase": "^10.1.0",
"font-awesome": "^4.7.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-id-swiper": "^4.0.0",
"react-lazy-load-image-component": "^1.6.0",
"react-material-ui-carousel": "^3.4.2",
"react-pro-sidebar": "^1.0.0",
"react-redux": "^8.0.5",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.14.1",
"react-scroll-to-top": "^3.0.0",
"react-spinners": "^0.13.8",
"react-switch": "^7.0.0",
"react-toastify": "^9.1.3",
"react-use-gesture": "^9.1.3",
"socket.io-client": "^4.6.1",
"styled-components": "^5.3.10",
"swiper": "^10.1.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}