-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 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
51
52
53
54
55
56
{
"name": "nuxt-saas-starter",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && prisma generate && prisma migrate deploy",
"prisma:push": "prisma db push",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"devDependencies": {
"@nuxt/devtools": "^2.6.5",
"@nuxt/eslint": "^1.9.0",
"@nuxt/image": "^1.11.0",
"@sidebase/nuxt-auth": "^1.1.0",
"eslint": "^9.37.0",
"nuxt-og-image": "5.1.11",
"prisma": "^6.16.3"
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.54",
"@nuxt/content": "3.7.1",
"@nuxt/ui": "^4.0.1",
"@pinia/nuxt": "^0.11.2",
"@prisma/client": "^6.16.3",
"@react-email/render": "^1.3.2",
"@sidebase/authjs-prisma-adapter": "^0.1.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue-email/components": "^0.0.21",
"@vue-email/render": "^0.0.9",
"@vueuse/nuxt": "13.9.0",
"better-sqlite3": "^12.4.1",
"next-auth": "4.21.1",
"nuxt": "^4.1.2",
"pinia": "^3.0.3",
"resend": "6.3.0-canary.0",
"sass": "^1.93.2",
"scule": "^1.3.0",
"stripe": "^19.1.0",
"tailwindcss": "^4.1.14",
"vue": "^3.5.0",
"zod": "^4.1.11"
},
"resolutions": {
"unimport": "4.1.1"
},
"packageManager": "pnpm@10.18.0"
}