generated from antfu/vitesse-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.61 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
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.1.1",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"prepare": "nuxi prepare",
"start": "node .output/server/index.mjs",
"start:generate": "npx serve .output/public",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"test": "vitest --silent"
},
"dependencies": {
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@vee-validate/zod": "^4.12.8",
"@zodyac/zod-mongoose": "^1.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.378.0",
"radix-vue": "^1.8.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.12.8",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
"@nuxt/devtools": "^1.3.1",
"@nuxt/eslint": "^0.3.12",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/vue": "^8.1.0",
"@vueuse/nuxt": "^10.9.0",
"consola": "^3.2.3",
"eslint": "^9.2.0",
"eslint-plugin-format": "^0.1.1",
"happy-dom": "^14.11.0",
"nuxt": "^3.11.2",
"nuxt-mongoose": "^1.0.6",
"shadcn-nuxt": "^0.10.4",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.17"
}
}