generated from antfu/vitesse-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.3 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
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"preview": "node .output/server/index.mjs",
"lint": "eslint .",
"format": "eslint . --fix",
"postinstall": "nuxi prepare",
"studio": "npx prisma studio",
"db:generate": "npx prisma generate",
"db:push": "npx prisma db push"
},
"dependencies": {
"@fontsource/iosevka": "^4.5.4",
"@headlessui/vue": "^1.7.12",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"@vee-validate/zod": "^4.7.4",
"chart.js": "^4.2.1",
"date-fns": "^2.29.3",
"floating-vue": "2.0.0-beta.20",
"http-status-codes": "^2.2.0",
"mobile-detect": "^1.4.5",
"next-auth": "4.20.1",
"vee-validate": "^4.7.4",
"vue-chartjs": "^5.2.0",
"zod": "3.21.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@nuxtjs/color-mode": "^3.2.0",
"@pinia/nuxt": "^0.4.7",
"@sidebase/nuxt-auth": "0.4.3",
"@tanstack/vue-query": "^4.26.1",
"@types/chart.js": "^2.9.37",
"@unocss/nuxt": "^0.50.4",
"@vueuse/nuxt": "^9.13.0",
"eslint": "^8.36.0",
"nuxt": "3.2.3",
"nuxt-icon": "^0.3.2",
"pinia": "^2.0.33",
"prisma": "^4.11.0",
"typescript": "^4.9.5"
}
}