-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "acadia",
"version": "0.3.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tunnel": "ngrok http 3000",
"changelog": "node changelog.js",
"release": "node release.js"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.8",
"@hookform/resolvers": "^5.2.2",
"@next/third-parties": "^15.3.2",
"@prisma/client": "^5.5.2",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.16",
"axios": "^1.7.4",
"axios-cookiejar-support": "^6.0.5",
"cheerio": "^1.0.0-rc.12",
"eslint": "8.50.0",
"eslint-config-next": "13.5.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.510.0",
"next": "15.3.6",
"next-pwa": "^5.6.0",
"postcss": "8.4.31",
"qs": "^6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.71.1",
"react-modal": "^3.16.1",
"tailwindcss": "3.3.3",
"tough-cookie": "^6.0.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@types/react": "19.2.2"
}
}