-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.84 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.84 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "shadcn-vue-admin",
"type": "module",
"version": "0.9.0",
"private": false,
"packageManager": "pnpm@10.28.1",
"description": "Admin Dashboard UI crafted with Shadcn-vue, Vue3 and Vite. Built with responsiveness and accessibility in mind.",
"author": "Whbbit1999",
"license": "MIT",
"keywords": [
"vue",
"vue-router",
"vite",
"typescript",
"tailwindcss",
"shadcn-vue",
"tanstack-vue-query",
"tanstack-table",
"eslint",
"pinia",
"pnpm"
],
"scripts": {
"postinstall": "simple-git-hooks",
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "npx bumpp"
},
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
"@internationalized/date": "^3.10.1",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/vue-query": "^5.92.8",
"@tanstack/vue-table": "^8.21.3",
"@unovis/ts": "^1.6.2",
"@unovis/vue": "^1.6.2",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^14.1.0",
"@vueuse/integrations": "^14.1.0",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-vue": "^8.6.0",
"lucide-vue-next": "0.553.0",
"motion-v": "1.7.4",
"nprogress": "^0.2.0",
"openpgp": "^6.3.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"reka-ui": "^2.7.0",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"universal-cookie": "^8.0.1",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.27",
"vue-i18n": "^11.2.8",
"vue-input-otp": "^0.3.2",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9",
"zod": "^4.3.5"
},
"devDependencies": {
"@antfu/eslint-config": "^7.1.0",
"@faker-js/faker": "^10.2.0",
"@iconify-json/simple-icons": "^1.2.67",
"@iconify/vue": "^5.0.0",
"@tanstack/eslint-plugin-query": "^5.91.3",
"@tanstack/vue-query-devtools": "^5.91.0",
"@types/node": "^24.10.9",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"eslint-plugin-format": "^1.3.1",
"lint-staged": "^16.2.7",
"rollup-plugin-visualizer": "^6.0.5",
"simple-git-hooks": "^2.13.1",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.3",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0",
"unplugin-vue-router": "^0.16.2",
"vite": "^7.3.1",
"vite-plugin-vue-devtools": "^8.0.5",
"vite-plugin-vue-layouts": "^0.11.0",
"vue-tsc": "^3.2.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}