-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"generate": "drizzle-kit push",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.26.10",
"@kinde-oss/kinde-auth-nextjs": "^2.3.6",
"@neondatabase/serverless": "^0.9.4",
"@svgr/webpack": "^6.3.1",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"bcrypt": "^5.1.1",
"client-zip": "^2.5.0",
"cloudinary": "^2.4.0",
"drizzle-orm": "^0.32.1",
"file-saver": "^2.0.5",
"jose": "^5.6.3",
"lucide-react": "^0.482.0",
"neo4j-driver": "^5.7.0",
"next": "14.2.35",
"posthog-js": "^1.256.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.22.4",
"zustand": "^5.0.5"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/gtag.js": "^0.0.20",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.14",
"drizzle-kit": "^0.22.8",
"eslint": "^9.23.0",
"eslint-config-next": "^15.2.4",
"postcss": "^8.4.24",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
}
}