-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"typegen": "npx pocketbase-typegen --env --out types/pocketbase.d.ts",
"predev": "npx pocketbase-typegen --env --out types/pocketbase.d.ts",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "0.10.3",
"@nuxt/icon": "1.10.1",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/mdc": "0.11.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@vee-validate/zod": "^4.14.7",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "12.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs-nuxt": "2.1.11",
"lucide-vue-next": "^0.468.0",
"nuxt": "^3.14.1592",
"pocketbase": "^0.22.1",
"radix-vue": "^1.9.11",
"shadcn-nuxt": "0.11.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.14.7",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.24.1"
},
"devDependencies": {
"typescript": "^5.7.2"
}
}