76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"name": "vue-naive-admin",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"lint": "eslint --ext .js,.vue .",
|
|
"lint:fix": "eslint --fix --ext .js,.vue .",
|
|
"lint:staged": "lint-staged",
|
|
"build": "vite build",
|
|
"build:test": "vite build --mode test",
|
|
"build:github": "vite build --mode github && esno ./build/script",
|
|
"preview": "vite preview",
|
|
"prepare": "husky install",
|
|
"cz": "cz"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^9.13.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "^1.3.4",
|
|
"dayjs": "^1.11.7",
|
|
"lodash-es": "^4.17.21",
|
|
"md-editor-v3": "^2.9.0",
|
|
"mockjs": "^1.1.0",
|
|
"pinia": "^2.0.33",
|
|
"vite": "^4.2.1",
|
|
"vue": "^3.2.47",
|
|
"vue-router": "^4.1.6",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.4.4",
|
|
"@commitlint/config-conventional": "^17.4.4",
|
|
"@iconify/json": "^2.2.31",
|
|
"@iconify/vue": "^4.1.0",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue/compiler-sfc": "^3.2.47",
|
|
"chalk": "^5.2.0",
|
|
"commitizen": "^4.3.0",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"cz-customizable": "^7.0.0",
|
|
"dotenv": "^16.0.3",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.5.0",
|
|
"esno": "^0.16.3",
|
|
"fs-extra": "^11.1.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.1.2",
|
|
"naive-ui": "^2.34.3",
|
|
"prettier": "^2.8.4",
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
"sass": "^1.58.3",
|
|
"unocss": "0.46.5",
|
|
"unplugin-auto-import": "^0.15.1",
|
|
"unplugin-icons": "^0.15.3",
|
|
"unplugin-vue-components": "^0.24.1",
|
|
"unplugin-vue-define-options": "^0.11.2",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-mock": "^2.9.6",
|
|
"vite-plugin-svg-icons": "^2.0.1"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-customizable"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,vue}": [
|
|
"eslint --ext .js,.vue ."
|
|
]
|
|
}
|
|
}
|