85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"name": "vue-naive-admin",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build:prod": "vite build",
|
|
"build:test": "vite build --mode test",
|
|
"cz": "cz",
|
|
"dev": "vite",
|
|
"lint": "eslint --ext .js,.vue .",
|
|
"lint:fix": "eslint --fix --ext .js,.vue .",
|
|
"lint:staged": "lint-staged",
|
|
"prepare": "husky install",
|
|
"preview": "vite preview",
|
|
"lf": "npx prettier --write --end-of-line lf ."
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,vue}": [
|
|
"eslint --ext .js,.vue .",
|
|
"npx prettier --write --end-of-line lf ."
|
|
]
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-customizable"
|
|
}
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"@zclzone",
|
|
"@unocss",
|
|
".eslint-global-variables.json"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@unocss/eslint-config": "^0.55.7",
|
|
"@vueuse/core": "^10.11.1",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "5.1.12",
|
|
"axios": "^1.13.1",
|
|
"dayjs": "^1.11.19",
|
|
"echarts": "^5.6.0",
|
|
"lodash-es": "^4.17.21",
|
|
"md-editor-v3": "^4.21.3",
|
|
"mockjs": "^1.1.0",
|
|
"pinia": "^2.3.1",
|
|
"vite": "^4.5.14",
|
|
"vue": "3.3.4",
|
|
"vue-echarts": "^6.7.3",
|
|
"vue-router": "^4.6.3",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.8.1",
|
|
"@commitlint/config-conventional": "^17.8.1",
|
|
"@iconify/json": "^2.2.402",
|
|
"@iconify/vue": "^4.3.0",
|
|
"@unocss/preset-rem-to-px": "^0.55.7",
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"@vue/compiler-sfc": "^3.5.22",
|
|
"@zclzone/eslint-config": "^0.0.4",
|
|
"chalk": "^5.6.2",
|
|
"commitizen": "^4.3.1",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"cz-customizable": "^7.5.1",
|
|
"dotenv": "^16.6.1",
|
|
"esno": "^0.17.0",
|
|
"fs-extra": "^11.3.2",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^14.0.1",
|
|
"naive-ui": "^2.43.1",
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
"sass": "^1.93.2",
|
|
"unocss": "0.55.3",
|
|
"unplugin-auto-import": "^0.16.7",
|
|
"unplugin-icons": "^0.16.6",
|
|
"unplugin-vue-components": "^0.25.2",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vite-plugin-mkcert": "^1.17.9",
|
|
"vite-plugin-mock": "2.9.6",
|
|
"vite-plugin-svg-icons": "^2.0.1"
|
|
},
|
|
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
|
|
}
|