mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-04-30 22:29:01 +08:00
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "vue-naive-admin",
|
|
"type": "module",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint:fix": "eslint --fix",
|
|
"postinstall": "npx simple-git-hooks",
|
|
"up": "taze major -I"
|
|
},
|
|
"dependencies": {
|
|
"@arco-design/color": "^0.4.0",
|
|
"@vueuse/core": "^10.10.0",
|
|
"axios": "^1.7.2",
|
|
"dayjs": "^1.11.11",
|
|
"echarts": "^5.5.0",
|
|
"lodash-es": "^4.17.21",
|
|
"naive-ui": "^2.38.2",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"vue": "^3.4.27",
|
|
"vue-echarts": "^6.7.3",
|
|
"vue-router": "^4.3.2",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^2.20.0",
|
|
"@iconify/json": "^2.2.216",
|
|
"@iconify/utils": "^2.1.24",
|
|
"@unocss/eslint-config": "^0.60.4",
|
|
"@unocss/eslint-plugin": "^0.60.4",
|
|
"@unocss/preset-rem-to-px": "^0.60.4",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@zclzone/eslint-config": "^0.0.5",
|
|
"eslint": "^9.4.0",
|
|
"eslint-plugin-format": "^0.1.1",
|
|
"esno": "^4.7.0",
|
|
"fs-extra": "^11.2.0",
|
|
"glob": "^10.4.1",
|
|
"lint-staged": "^15.2.5",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"sass": "^1.77.4",
|
|
"simple-git-hooks": "^2.11.1",
|
|
"taze": "^0.13.8",
|
|
"unocss": "^0.60.4",
|
|
"unplugin-auto-import": "^0.17.6",
|
|
"unplugin-vue-components": "^0.27.0",
|
|
"vite": "^5.2.12",
|
|
"vite-plugin-router-warn": "^1.0.0",
|
|
"vite-plugin-vue-devtools": "^7.2.1"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|