-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.46 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@floating-ui/react": "^0.26.2",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@nextui-org/react": "^2.2.9",
"bcrypt": "^5.1.1",
"cookie": "^0.6.0",
"cookie-signature": "^1.2.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"framer-motion": "^10.16.5",
"fs": "^0.0.1-security",
"moment": "^2.29.4",
"mysql2": "^3.6.3",
"net": "^1.0.2",
"next": "latest",
"react": "18.2.0",
"react-async": "^10.0.1",
"react-chartjs-2": "^5.2.0",
"react-contexify": "^6.0.0",
"react-dom": "18.2.0",
"react-flip-toolkit": "^7.1.0",
"react-markdown": "^9.0.1",
"react-toastify": "^9.1.3",
"remark-gfm": "^4.0.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"tls": "^0.0.1",
"uid-safe": "^2.1.5",
"uuid": "^9.0.1"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.6",
"@types/cookie-signature": "^1.1.2",
"@types/node": "20.9.1",
"@types/react": "18.2.37",
"@types/uid-safe": "^2.1.5",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2"
}
}