-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prsima:migrate:dev": "npx prisma migrate dev",
"prisma:migrate:generate": "npx prisma migrate generate",
"prisma:studio": "npx prisma studio"
},
"devDependencies": {
"@nuxt/devtools": "^0.4.5",
"@nuxtjs/tailwindcss": "^6.6.7",
"@sidebase/nuxt-auth": "0.4.3",
"@storefront-ui/vue": "^2.1.0",
"@types/node": "^18",
"nuxt": "^3.6.5",
"prisma": "^4.15.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@headlessui/vue": "^1.7.13",
"@next-auth/prisma-adapter": "^1.0.6",
"@pinia/nuxt": "^0.4.11",
"@prisma/client": "^4.15.0",
"@t3-oss/env-nuxt": "^0.6.0",
"@tabler/icons-vue": "^2.20.0",
"@tanstack/vue-query": "^4.29.11",
"@vueuse/core": "^10.3.0",
"axios": "^1.4.0",
"next-auth": "4.21.1",
"pinia": "^2.1.3",
"vue-toastification": "2.0.0-rc.5",
"zod": "^3.21.4"
},
"volta": {
"node": "18.17.1"
},
"engines": {
"node": ">=16.14.0"
}
}