mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-12-02 16:59:01 +08:00
61 lines
1.6 KiB
JSON
61 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": "^14.0.0",
|
|
"axios": "^1.13.2",
|
|
"dayjs": "^1.11.19",
|
|
"echarts": "^6.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"naive-ui": "^2.43.2",
|
|
"pinia": "^3.0.4",
|
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
"vue": "^3.5.24",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-router": "^4.6.3",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^6.2.0",
|
|
"@iconify/json": "^2.2.407",
|
|
"@unocss/eslint-config": "^66.5.6",
|
|
"@unocss/eslint-plugin": "^66.5.6",
|
|
"@unocss/preset-rem-to-px": "^66.5.6",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-format": "^1.0.2",
|
|
"esno": "^4.8.0",
|
|
"fs-extra": "^11.3.2",
|
|
"glob": "^11.0.3",
|
|
"lint-staged": "^16.2.6",
|
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
"simple-git-hooks": "^2.13.1",
|
|
"taze": "^19.9.0",
|
|
"unocss": "^66.5.6",
|
|
"unplugin-auto-import": "^20.2.0",
|
|
"unplugin-vue-components": "^30.0.0",
|
|
"vite": "^7.2.2",
|
|
"vite-plugin-router-warn": "^1.0.0",
|
|
"vite-plugin-vue-devtools": "^8.0.3",
|
|
"vue3-intro-step": "^1.0.5"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "npx lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|