-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 759 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 759 Bytes
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
{
"name": "tenli",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "dotenv -c -- next dev --turbopack",
"build": "next build",
"start": "dotenv -c -- next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.9.0",
"@prisma/client": "^6.6.0",
"@prisma/extension-accelerate": "^1.3.0",
"dotenv": "^16.5.0",
"next": "15.3.1",
"next-auth": "^5.0.0-beta.27",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass": "^1.87.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"prisma": "^6.6.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}