mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-04-30 22:29:01 +08:00
60 lines
1.5 KiB
JSON
60 lines
1.5 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": "^11.1.0",
|
|
"axios": "^1.7.7",
|
|
"dayjs": "^1.11.13",
|
|
"echarts": "^5.5.1",
|
|
"lodash-es": "^4.17.21",
|
|
"naive-ui": "^2.39.0",
|
|
"pinia": "^2.2.2",
|
|
"pinia-plugin-persistedstate": "^4.0.2",
|
|
"vue": "^3.5.8",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-router": "^4.4.5",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^3.7.1",
|
|
"@iconify/json": "^2.2.252",
|
|
"@unocss/eslint-config": "^0.62.4",
|
|
"@unocss/eslint-plugin": "^0.62.4",
|
|
"@unocss/preset-rem-to-px": "^0.62.4",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
"eslint": "^9.11.1",
|
|
"eslint-plugin-format": "^0.1.2",
|
|
"esno": "^4.7.0",
|
|
"fs-extra": "^11.2.0",
|
|
"glob": "^11.0.0",
|
|
"lint-staged": "^15.2.10",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"simple-git-hooks": "^2.11.1",
|
|
"taze": "^0.16.9",
|
|
"unocss": "^0.62.4",
|
|
"unplugin-auto-import": "^0.18.3",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^5.4.7",
|
|
"vite-plugin-router-warn": "^1.0.0",
|
|
"vite-plugin-vue-devtools": "^7.4.6"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|