-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"name": "tasks-t8",
"description": "T8: Tasks Manager App from the T3 Stack",
"author": "serverBKD",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "next dev",
"git": "./deploy.sh",
"build": "rm -rf .next && pnpm prisma generate && pnpm approve-builds && next build",
"start": "next start"
},
"dependencies": {
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"dotenv": "^17.4.2",
"jsonwebtoken": "^9.0.3",
"next": "16.2.9",
"pg": "^8.21.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"sonner": "^2.0.7",
"uuid": "^14.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@next/eslint-plugin-next": "^16.2.9",
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^25.9.3",
"@types/pg": "^8.20.0",
"@types/react": "19.2.17",
"@vercel/blob": "^2.4.0",
"eslint-config-next": "16.2.9",
"eslint-config-prettier": "^10.1.8",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.3.0",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^3.8.4",
"prisma": "^7.8.0",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3",
"vercel": "^54.14.0"
},
"packageManager": "pnpm@11.7.0+sha512.19cc852c120c7125760f2443ee6be0ca5b40f9f50598de1a09a1f177503e010e57c23c77646e01e761de59bf874fb22a3398c33ab9691fc13eb946b6f0f4d620"
}