-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.85 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "prop-show-kit",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"registry:build": "shadcn-vue build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "simple-git-hooks && nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@lucide/vue": "^1.7.0",
"@nuxt/content": "^3.12.0",
"@nuxt/icon": "2.1.1",
"@nuxt/ui": "^4.6.0",
"@nuxtjs/i18n": "^10.2.4",
"@nuxtjs/mdc": "0.19.1",
"@tanstack/vue-table": "^8.21.3",
"@vee-validate/zod": "^4.15.1",
"@vercel/analytics": "^2.0.1",
"@vueuse/core": "^14.2.1",
"better-sqlite3": "^12.8.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"docus": "^5.8.1",
"embla-carousel-vue": "^8.6.0",
"nuxt": "^4.4.2",
"reka-ui": "^2.9.2",
"shadcn-nuxt": "2.4.3",
"shadcn-vue": "^2.4.3",
"tailwind-merge": "^3.5.0",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.31",
"vue-input-otp": "^0.3.2",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9",
"zod": "4.1.13",
"zod-to-json-schema": "^3.25.1"
},
"devDependencies": {
"@antfu/eslint-config": "^6.7.3",
"@iconify-json/radix-icons": "^1.2.6",
"@iconify/vue": "^5.0.0",
"@nuxt/eslint": "^1.15.2",
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/seo": "^3.4.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"eslint": "^9.39.4",
"eslint-plugin-format": "^1.5.0",
"lint-staged": "^16.4.0",
"shiki": "^3.23.0",
"simple-git-hooks": "^2.13.1",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}