mirror of
https://github.com/kailong321200875/vue-element-plus-admin.git
synced 2024-11-27 01:19:56 +08:00
108 lines
3.6 KiB
JSON
108 lines
3.6 KiB
JSON
{
|
|
"name": "butterfly-admin",
|
|
"version": "3.0.0",
|
|
"description": "一套基于vue、element-plus、typesScript、vite的后台集成方案",
|
|
"author": "Archer <502431556@qq.com>",
|
|
"private": false,
|
|
"scripts": {
|
|
"i": "pnpm install",
|
|
"dev": "vite --mode base",
|
|
"ts:check": "vue-tsc --noEmit",
|
|
"build:pro": "npm run ts:check && vite build --mode pro",
|
|
"build:dev": "npm run ts:check && vite build --mode dev",
|
|
"build:test": "npm run ts:check && vite build --mode test",
|
|
"serve:pro": "vite preview --mode pro",
|
|
"serve:dev": "vite preview --mode dev",
|
|
"serve:test": "vite preview --mode test",
|
|
"npm:check": "npx npm-check-updates",
|
|
"clean": "npx rimraf docs/node_modules && npx rimraf node_modules",
|
|
"clean:cache": "npx rimraf node_modules/.cache",
|
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
|
|
"lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,vue,html,md}\"",
|
|
"lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
|
|
"lint:pretty": "pretty-quick --staged",
|
|
"postinstall": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/iconify": "^2.1.2",
|
|
"@vueuse/core": "^7.6.0",
|
|
"@wangeditor/editor": "^0.14.3",
|
|
"@wangeditor/editor-for-vue": "^5.1.8-7",
|
|
"@zxcvbn-ts/core": "^1.2.0",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^0.25.0",
|
|
"echarts": "^5.3.0",
|
|
"echarts-wordcloud": "^2.0.0",
|
|
"element-plus": "2.0.1",
|
|
"intro.js": "^5.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mockjs": "^1.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.0.11",
|
|
"qrcode": "^1.5.0",
|
|
"qs": "^6.10.3",
|
|
"vue": "3.2.30",
|
|
"vue-i18n": "9.1.9",
|
|
"vue-router": "^4.0.12",
|
|
"vue-types": "^4.1.1",
|
|
"web-storage-cache": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^16.1.0",
|
|
"@commitlint/config-conventional": "^16.0.0",
|
|
"@iconify/json": "^2.0.34",
|
|
"@intlify/vite-plugin-vue-i18n": "^3.2.2",
|
|
"@purge-icons/generated": "^0.7.0",
|
|
"@types/intro.js": "^3.0.2",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/node": "^17.0.16",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/qrcode": "^1.4.2",
|
|
"@types/qs": "^6.9.7",
|
|
"@typescript-eslint/eslint-plugin": "^5.11.0",
|
|
"@typescript-eslint/parser": "^5.11.0",
|
|
"@vitejs/plugin-vue": "^2.1.0",
|
|
"@vitejs/plugin-vue-jsx": "^1.3.3",
|
|
"autoprefixer": "^10.4.2",
|
|
"commitizen": "^4.2.4",
|
|
"consola": "^2.15.3",
|
|
"console": "npm:Console@^0.7.2",
|
|
"eslint": "^8.8.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-define-config": "^1.2.4",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.4.1",
|
|
"husky": "^7.0.4",
|
|
"less": "^4.1.2",
|
|
"lint-staged": "^12.3.3",
|
|
"postcss": "^8.4.6",
|
|
"postcss-html": "^1.3.0",
|
|
"postcss-less": "^6.0.0",
|
|
"prettier": "^2.5.1",
|
|
"pretty-quick": "^3.1.3",
|
|
"rimraf": "^3.0.2",
|
|
"stylelint": "^14.4.0",
|
|
"stylelint-config-html": "^1.0.0",
|
|
"stylelint-config-prettier": "^9.0.3",
|
|
"stylelint-config-standard": "^25.0.0",
|
|
"stylelint-order": "^5.0.0",
|
|
"typescript": "4.5.5",
|
|
"vite": "2.7.13",
|
|
"vite-plugin-eslint": "^1.3.0",
|
|
"vite-plugin-mock": "^2.9.6",
|
|
"vite-plugin-purge-icons": "^0.7.0",
|
|
"vite-plugin-style-import": "^2.0.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
"vite-plugin-windicss": "^1.7.0",
|
|
"vue-tsc": "^0.31.2",
|
|
"windicss": "^3.4.3",
|
|
"windicss-analysis": "^0.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|