2020-12-14 17:32:37 +08:00
|
|
|
{
|
2022-02-19 08:39:43 +08:00
|
|
|
"name": "element-plus-admin",
|
2021-12-10 17:10:51 +08:00
|
|
|
"version": "3.0.0",
|
|
|
|
"description": "一套基于vue、element-plus、typesScript、vite的后台集成方案",
|
|
|
|
"author": "Archer <502431556@qq.com>",
|
|
|
|
"private": false,
|
2020-12-14 17:32:37 +08:00
|
|
|
"scripts": {
|
2021-12-07 16:36:16 +08:00
|
|
|
"i": "pnpm install",
|
|
|
|
"dev": "vite --mode base",
|
|
|
|
"ts:check": "vue-tsc --noEmit",
|
2022-02-18 14:44:08 +08:00
|
|
|
"build:pro": "vite build --mode pro",
|
2021-12-07 16:36:16 +08:00
|
|
|
"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",
|
2021-12-11 11:46:10 +08:00
|
|
|
"npm:check": "npx npm-check-updates",
|
2021-12-08 10:47:33 +08:00
|
|
|
"clean": "npx rimraf docs/node_modules && npx rimraf node_modules",
|
2021-12-07 16:36:16 +08:00
|
|
|
"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"
|
2020-12-14 17:32:37 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-30 11:09:53 +08:00
|
|
|
"@iconify/iconify": "^2.1.2",
|
2022-02-18 08:45:05 +08:00
|
|
|
"@vueuse/core": "^7.6.2",
|
|
|
|
"@wangeditor/editor": "^0.15.6",
|
2022-02-10 10:04:47 +08:00
|
|
|
"@wangeditor/editor-for-vue": "^5.1.8-7",
|
2022-02-13 11:08:11 +08:00
|
|
|
"@zxcvbn-ts/core": "^2.0.0",
|
2022-01-06 17:13:13 +08:00
|
|
|
"animate.css": "^4.1.1",
|
2022-02-18 08:45:05 +08:00
|
|
|
"axios": "^0.26.0",
|
2022-01-30 11:09:53 +08:00
|
|
|
"echarts": "^5.3.0",
|
2022-01-22 19:39:44 +08:00
|
|
|
"echarts-wordcloud": "^2.0.0",
|
2022-02-18 08:45:05 +08:00
|
|
|
"element-plus": "2.0.2",
|
2022-02-07 17:32:37 +08:00
|
|
|
"intro.js": "^5.0.0",
|
2021-12-11 20:50:05 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2022-01-07 17:38:24 +08:00
|
|
|
"mockjs": "^1.1.0",
|
2022-01-09 10:57:50 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2022-02-07 17:32:37 +08:00
|
|
|
"pinia": "^2.0.11",
|
2022-01-27 09:51:03 +08:00
|
|
|
"qrcode": "^1.5.0",
|
2022-01-12 16:44:57 +08:00
|
|
|
"qs": "^6.10.3",
|
2022-02-18 08:45:05 +08:00
|
|
|
"vue": "3.2.31",
|
2021-12-08 10:47:33 +08:00
|
|
|
"vue-i18n": "9.1.9",
|
2021-12-10 17:10:51 +08:00
|
|
|
"vue-router": "^4.0.12",
|
2022-01-05 17:02:25 +08:00
|
|
|
"vue-types": "^4.1.1",
|
|
|
|
"web-storage-cache": "^1.1.1"
|
2020-12-14 17:32:37 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-18 08:45:05 +08:00
|
|
|
"@commitlint/cli": "^16.2.1",
|
|
|
|
"@commitlint/config-conventional": "^16.2.1",
|
|
|
|
"@iconify/json": "^2.1.2",
|
|
|
|
"@intlify/vite-plugin-vue-i18n": "^3.3.0",
|
2022-01-03 09:41:34 +08:00
|
|
|
"@purge-icons/generated": "^0.7.0",
|
2022-01-25 17:43:53 +08:00
|
|
|
"@types/intro.js": "^3.0.2",
|
2022-02-07 17:32:37 +08:00
|
|
|
"@types/lodash-es": "^4.17.6",
|
2022-02-18 08:45:05 +08:00
|
|
|
"@types/node": "^17.0.18",
|
2022-01-09 10:57:50 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2022-01-27 09:51:03 +08:00
|
|
|
"@types/qrcode": "^1.4.2",
|
2022-01-09 10:57:50 +08:00
|
|
|
"@types/qs": "^6.9.7",
|
2022-02-18 08:45:05 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
|
|
|
"@typescript-eslint/parser": "^5.12.0",
|
2022-02-13 11:08:11 +08:00
|
|
|
"@vitejs/plugin-vue": "^2.2.0",
|
2022-02-18 08:45:05 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^1.3.7",
|
2022-01-09 10:57:50 +08:00
|
|
|
"autoprefixer": "^10.4.2",
|
2021-12-07 16:36:16 +08:00
|
|
|
"commitizen": "^4.2.4",
|
2022-02-18 08:45:05 +08:00
|
|
|
"eslint": "^8.9.0",
|
2021-12-07 16:36:16 +08:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2022-02-18 08:45:05 +08:00
|
|
|
"eslint-define-config": "^1.2.5",
|
2021-12-07 16:36:16 +08:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2022-02-07 17:32:37 +08:00
|
|
|
"eslint-plugin-vue": "^8.4.1",
|
2021-12-07 16:36:16 +08:00
|
|
|
"husky": "^7.0.4",
|
|
|
|
"less": "^4.1.2",
|
2022-02-18 08:45:05 +08:00
|
|
|
"lint-staged": "^12.3.4",
|
2022-02-07 17:32:37 +08:00
|
|
|
"postcss": "^8.4.6",
|
2021-12-07 17:16:17 +08:00
|
|
|
"postcss-html": "^1.3.0",
|
2022-01-09 10:57:50 +08:00
|
|
|
"postcss-less": "^6.0.0",
|
2021-12-07 16:36:16 +08:00
|
|
|
"prettier": "^2.5.1",
|
2021-12-30 16:03:02 +08:00
|
|
|
"pretty-quick": "^3.1.3",
|
2021-12-07 16:36:16 +08:00
|
|
|
"rimraf": "^3.0.2",
|
2022-02-18 08:45:05 +08:00
|
|
|
"stylelint": "^14.5.1",
|
2021-12-07 17:16:17 +08:00
|
|
|
"stylelint-config-html": "^1.0.0",
|
2021-12-07 16:36:16 +08:00
|
|
|
"stylelint-config-prettier": "^9.0.3",
|
2022-02-09 11:34:45 +08:00
|
|
|
"stylelint-config-standard": "^25.0.0",
|
2021-12-07 16:36:16 +08:00
|
|
|
"stylelint-order": "^5.0.0",
|
2022-01-22 10:54:28 +08:00
|
|
|
"typescript": "4.5.5",
|
2022-02-18 08:45:05 +08:00
|
|
|
"vite": "2.8.3",
|
2021-12-07 16:36:16 +08:00
|
|
|
"vite-plugin-eslint": "^1.3.0",
|
2022-01-07 17:38:24 +08:00
|
|
|
"vite-plugin-mock": "^2.9.6",
|
2022-01-03 09:41:34 +08:00
|
|
|
"vite-plugin-purge-icons": "^0.7.0",
|
2022-02-18 14:37:02 +08:00
|
|
|
"vite-plugin-style-import": "1.4.1",
|
2022-01-30 11:09:53 +08:00
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
2022-02-18 08:45:05 +08:00
|
|
|
"vite-plugin-windicss": "^1.7.1",
|
|
|
|
"vue-tsc": "^0.31.4",
|
2022-01-22 10:54:28 +08:00
|
|
|
"windicss": "^3.4.3",
|
2021-12-10 17:10:51 +08:00
|
|
|
"windicss-analysis": "^0.3.5"
|
|
|
|
},
|
|
|
|
"engines": {
|
2021-12-30 16:03:02 +08:00
|
|
|
"node": ">= 14.0.0"
|
2021-12-10 17:10:51 +08:00
|
|
|
},
|
|
|
|
"license": "MIT"
|
2021-12-07 17:16:17 +08:00
|
|
|
}
|