-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.58 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.58 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
{
"name": "frontend",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/content": "^3.12.0",
"@tanstack/vue-table": "^8.21.3",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^14.2.1",
"better-sqlite3": "^12.6.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.6.0",
"github-markdown-css": "^5.9.0",
"lucide-vue-next": "^0.564.0",
"nuxt": "^4.3.1",
"pinia": "^3.0.4",
"reka-ui": "^2.8.0",
"shadcn-nuxt": "2.4.3",
"tailwind-merge": "^3.4.0",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.28",
"vue-input-otp": "^0.3.2",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9",
"zod": "3.25.76"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"devDependencies": {
"@nuxt/eslint": "^1.15.1",
"@nuxt/fonts": "^0.13.0",
"@nuxt/icon": "^2.2.1",
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/tailwindcss": "7.0.0-beta.1",
"@pinia/nuxt": "^0.11.3",
"@types/node": "^25.2.3",
"eslint": "^10.0.0",
"sortablejs": "^1.15.7",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vue-advanced-cropper": "^2.8.9",
"vuedraggable": "^4.1.0"
}
}