mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +08:00
88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"name": "ench-admin",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"author": "iam see <chen.dev@foxmail.com> (https://github.com/iam-see/)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/iam-see/Ench-admin",
|
|
"keywords": [
|
|
"Vue",
|
|
"Vue3",
|
|
"admin"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:test": "vite --mode test",
|
|
"dev:prod": "vite --mode production",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix",
|
|
"prepare": "husky install",
|
|
"commit": "cz",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-customizable"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"./src/**/*.{vue,js,jsx,ts,tsx,json}": "eslint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/qs": "^6.9.7",
|
|
"@vueuse/core": "^9.10.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "^1.2.2",
|
|
"crypto-js": "^4.1.1",
|
|
"echarts": "^5.4.1",
|
|
"md-editor-v3": "^2.7.2",
|
|
"pinia": "^2.0.28",
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
"qs": "^6.11.0",
|
|
"vue": "^3.2.45",
|
|
"vue-qr": "^4.0.9",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.4.1",
|
|
"@commitlint/config-conventional": "^17.4.0",
|
|
"@iconify-json/icon-park-outline": "^1.1.9",
|
|
"@iconify/vue": "^4.0.2",
|
|
"@types/mockjs": "^1.0.7",
|
|
"@types/node": "^18.11.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
"@typescript-eslint/parser": "^5.48.1",
|
|
"@unocss/preset-attributify": "^0.48.3",
|
|
"@unocss/preset-uno": "^0.48.3",
|
|
"@unocss/vite": "^0.48.3",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
"commitizen": "^4.2.6",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"cz-customizable": "^7.0.0",
|
|
"eslint": "^8.31.0",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-vue": "^9.8.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.1.0",
|
|
"mockjs": "^1.1.0",
|
|
"naive-ui": "^2.34.3",
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
"typescript": "^4.9.4",
|
|
"unplugin-icons": "^0.15.1",
|
|
"unplugin-vue-components": "^0.22.12",
|
|
"vite": "^4.0.4",
|
|
"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",
|
|
"vue-tsc": "^1.0.24"
|
|
}
|
|
}
|