-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "load-link-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"d": "next dev",
"build": "next build",
"b": "next build",
"gen": "prisma generate",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@prisma/client": "6.2.1",
"@types/node": "22.10.7",
"@types/react": "18.0.7",
"@types/react-dom": "18.0.7",
"antd": "^5.23.1",
"axios": "^1.7.9",
"cookie": "^1.0.2",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"express": "^4.21.2",
"firebase": "^11.2.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"next": "15.1.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.7.3"
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@types/cookie": "^1.0.0",
"@types/express": "^5.0.0",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"prisma": "^6.2.1",
"tailwindcss": "^3.4.17"
}
}