-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 799 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 799 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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@prisma/adapter-pg": "7.0.0",
"@prisma/client": "7.0.0",
"nuxt": "4.0.3",
"vue": "3.5.22",
"vue-router": "4.5.1",
"pg": "^8.16.3"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"devDependencies": {
"@nuxtjs/tailwindcss": "6.14.0",
"@types/node": "24.3.0",
"dotenv": "17.2.1",
"prisma": "7.0.0",
"tailwindcss": "4.2.1",
"tsx": "4.20.6",
"@types/pg": "^8.15.6"
}
}