-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "reservation_webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev2": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^6.2.2",
"@ant-design/nextjs-registry": "^1.3.0",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@auth/mongodb-adapter": "^3.11.2",
"antd": "^5.29.3",
"dayjs": "^1.11.20",
"mongodb": "^7.2.0",
"mongoose": "^8.23.1",
"next": "^16.2.4",
"next-auth": "^5.0.0-beta.30",
"react": "^19.2.5",
"react-countup": "^6.5.3",
"react-dom": "^19.2.5",
"server-only": "^0.0.1",
"uuid": "^14.0.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.12",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
}
}