-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@heroicons/react": "^1.0.5",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.67",
"@mui/material": "^5.4.1",
"@reduxjs/toolkit": "^1.7.2",
"@types/js-cookie": "^3.0.1",
"axios": "^0.26.0",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"js-cookie": "^3.0.1",
"next": "^12.0.10",
"next-redux-wrapper": "^7.0.5",
"nookies": "^2.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.1",
"socket.io-client": "2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/socket.io-client": "^3.0.0",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}