-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 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
49
50
{
"name": "trellix-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"prisma": "prisma",
"db:generate": "prisma generate"
},
"dependencies": {
"@eslint/eslintrc": "^3.2.0",
"@lucia-auth/adapter-prisma": "^4.0.1",
"@prisma/client": "5.20.0",
"@t3-oss/env-nextjs": "^0.10.1",
"arctic": "^2.3.1",
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
"clsx": "^2.1.1",
"geist": "^1.3.1",
"immer": "^10.1.1",
"lucia": "^3.2.2",
"lucide-react": "^ 0.446.0",
"motion": "11.14.4",
"nanoid": "^5.0.9",
"next": "15.1.11",
"oslo": "^1.2.1",
"prettier-plugin-tailwindcss": "^0.6.1",
"prisma": "^5.20.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sonner": "^1.7.1",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "9.14.0",
"eslint-config-next": "15.1.11",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5",
"typescript-eslint": "^8.18.1"
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}