-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.76 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "practimations",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"prisma": "prisma"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@linear/sdk": "^32.0.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@planetscale/database": "^1.19.0",
"@prisma/adapter-planetscale": "^5.22.0",
"@prisma/client": "^5.22.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^4.29.25",
"@trpc/client": "^10.34.0",
"@trpc/next": "^10.34.0",
"@trpc/react-query": "^10.34.0",
"@trpc/server": "^10.34.0",
"clsx": "^2.1.1",
"date-fns": "^3.3.1",
"decimal.js": "^10.4.3",
"jotai": "^2.10.1",
"natsort": "^2.0.3",
"next": "^14.2.16",
"next-auth": "^4.24.10",
"next-themes": "^0.4.3",
"pusher": "^5.2.0",
"pusher-js": "8.4.0-rc2",
"qrcode-generator": "^1.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.4",
"undici": "^6.20.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/eslint": "^8.56.12",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.16",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"ct3aMetadata": {
"initVersion": "7.19.0"
}
}