-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.25 KB
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
{
"name": "mc_hub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@ant-design/nextjs-registry": "^1.0.2",
"@react-pdf/renderer": "^4.2.2",
"@types/jsonwebtoken": "^9.0.9",
"antd": "^5.24.2",
"antd-style": "^3.7.1",
"bcryptjs": "^3.0.2",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"framer-motion": "^12.4.7",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"mysql2": "^3.12.0",
"next": "14.2.24",
"next-auth": "^4.24.11",
"react": "^18",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5",
"web-push": "^3.6.7",
"zustand": "^5.0.3"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/jsonwebtoken": "^9.0.9",
"@types/lodash": "^4.17.15",
"@types/luxon": "^3.4.2",
"@types/node": "^20.17.19",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/web-push": "^3.6.4",
"eslint": "^8",
"eslint-config-next": "14.2.24",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}