-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"vercel-build": "prisma generate && prisma migrate deploy && nuxt build"
},
"dependencies": {
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "^2.18.7",
"@prisma/client": "5.21.1",
"@sidebase/nuxt-auth": "^0.6.7",
"@vueuse/motion": "^2.2.6",
"clsx": "^2.1.1",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"next-auth": "^4.21.1",
"nuxt": "^3.13.2",
"tailwind-merge": "^2.5.4",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/arcticons": "^1.2.4",
"@iconify-json/bx": "^1.2.1",
"@iconify-json/ep": "^1.2.1",
"@iconify-json/fluent": "^1.2.5",
"@iconify-json/gravity-ui": "^1.2.2",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/line-md": "^1.2.2",
"@iconify-json/lucide": "^1.2.10",
"@iconify-json/material-symbols": "^1.2.5",
"@iconify-json/material-symbols-light": "^1.2.6",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/tdesign": "^1.2.4",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"@types/node": "^22.8.1",
"@vueuse/nuxt": "^11.1.0",
"prisma": "^5.21.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}