114 lines
3.1 KiB
JSON
114 lines
3.1 KiB
JSON
{
|
|
"name": "shadcn-vue-admin",
|
|
"type": "module",
|
|
"version": "0.13.1",
|
|
"private": false,
|
|
"packageManager": "pnpm@10.32.1",
|
|
"description": "Admin Dashboard UI crafted with Shadcn-vue, Vue3 and Vite. Built with responsiveness and accessibility in mind.",
|
|
"author": "Whbbit1999",
|
|
"license": "MIT",
|
|
"homepage": "https://shadcn-vue-admin.netlify.app/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Whbbit1999/shadcn-vue-admin"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"vue-router",
|
|
"vite",
|
|
"typescript",
|
|
"tailwindcss",
|
|
"shadcn-vue",
|
|
"tanstack-vue-query",
|
|
"tanstack-table",
|
|
"eslint",
|
|
"pinia",
|
|
"pnpm"
|
|
],
|
|
"engines": {
|
|
"node": ">=22.15",
|
|
"pnpm": ">=10"
|
|
},
|
|
"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.12.0",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@tanstack/vue-query": "^5.92.9",
|
|
"@tanstack/vue-table": "^8.21.3",
|
|
"@unovis/ts": "^1.6.4",
|
|
"@unovis/vue": "^1.6.4",
|
|
"@vee-validate/zod": "^4.15.1",
|
|
"@vueuse/core": "^14.2.1",
|
|
"@vueuse/integrations": "^14.2.1",
|
|
"axios": "^1.13.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.20",
|
|
"decimal.js": "^10.6.0",
|
|
"echarts": "^6.0.0",
|
|
"embla-carousel-autoplay": "^8.6.0",
|
|
"embla-carousel-vue": "^8.6.0",
|
|
"lucide-vue-next": "0.577.0",
|
|
"motion-v": "2.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.4",
|
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
"reka-ui": "^2.9.2",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tw-animate-css": "^1.4.0",
|
|
"universal-cookie": "^8.0.1",
|
|
"vaul-vue": "^0.4.1",
|
|
"vconsole": "^3.15.1",
|
|
"vee-validate": "^4.15.1",
|
|
"vue": "^3.5.30",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-i18n": "^11.3.0",
|
|
"vue-input-otp": "^0.3.2",
|
|
"vue-router": "^5.0.3",
|
|
"vue-sonner": "^2.0.9",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^7.7.2",
|
|
"@faker-js/faker": "^10.3.0",
|
|
"@iconify/vue": "^5.0.0",
|
|
"@tanstack/eslint-plugin-query": "^5.91.4",
|
|
"@tanstack/vue-query-devtools": "^6.1.5",
|
|
"@types/node": "^24.12.0",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
|
"autoprefixer": "^10.4.27",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-format": "^2.0.1",
|
|
"lint-staged": "^16.4.0",
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
"simple-git-hooks": "^2.13.1",
|
|
"tailwindcss": "^4.2.1",
|
|
"typescript": "~5.9.3",
|
|
"unplugin-auto-import": "^21.0.0",
|
|
"unplugin-icons": "^23.0.1",
|
|
"unplugin-vue-components": "^31.0.0",
|
|
"vite": "^8.0.0",
|
|
"vite-plugin-vue-devtools": "^8.1.0",
|
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
"vue-tsc": "^3.2.5"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|