gohttpdUi/package.json

120 lines
4.0 KiB
JSON
Raw Normal View History

2020-12-14 17:32:37 +08:00
{
2022-02-21 19:46:37 +08:00
"name": "vue-element-plus-admin",
2022-10-18 09:54:55 +08:00
"version": "1.8.2",
2022-07-18 10:44:48 +08:00
"description": "一套基于vue3、element-plus、typesScript、vite3的后台集成方案。",
2021-12-10 17:10:51 +08:00
"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",
2022-02-21 21:44:57 +08:00
"build:gitee": "vite build --mode gitee",
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",
"npm:check": "npx npm-check-updates",
2022-02-20 17:55:22 +08:00
"clean": "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",
2022-04-15 09:28:50 +08:00
"prepare": "husky install",
"p": "plop",
"analysis": "windicss-analysis"
2020-12-14 17:32:37 +08:00
},
"dependencies": {
2022-09-21 10:47:42 +08:00
"@iconify/iconify": "^3.0.0",
"@vueuse/core": "^9.4.0",
"@wangeditor/editor": "^5.1.22",
2022-04-18 15:54:28 +08:00
"@wangeditor/editor-for-vue": "^5.1.10",
"@zxcvbn-ts/core": "^2.1.0",
2022-01-06 17:13:13 +08:00
"animate.css": "^4.1.1",
"axios": "^1.1.3",
2022-09-30 16:52:39 +08:00
"echarts": "^5.4.0",
"echarts-wordcloud": "^2.0.0",
"element-plus": "2.2.20",
2022-07-16 11:09:30 +08:00
"intro.js": "^6.0.0",
2021-12-11 20:50:05 +08:00
"lodash-es": "^4.17.21",
2022-02-19 14:26:05 +08:00
"mitt": "^3.0.0",
2022-01-07 17:38:24 +08:00
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.23",
2022-07-16 11:09:30 +08:00
"qrcode": "^1.5.1",
2022-06-30 21:00:33 +08:00
"qs": "^6.11.0",
2022-04-26 10:53:52 +08:00
"url": "^0.11.0",
"vue": "3.2.41",
2022-08-13 08:32:12 +08:00
"vue-i18n": "9.2.2",
"vue-router": "^4.1.6",
2022-08-13 08:32:12 +08:00
"vue-types": "^4.2.1",
2022-01-05 17:02:25 +08:00
"web-storage-cache": "^1.1.1"
2020-12-14 17:32:37 +08:00
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@iconify/json": "^2.1.134",
2022-09-30 16:52:39 +08:00
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
2022-08-13 08:32:12 +08:00
"@purge-icons/generated": "^0.9.0",
2022-07-16 11:09:30 +08:00
"@types/intro.js": "^5.1.0",
2022-02-07 17:32:37 +08:00
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.9",
"@types/nprogress": "^0.2.0",
2022-08-20 09:55:04 +08:00
"@types/qrcode": "^1.5.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
2022-03-07 08:51:44 +08:00
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.11.0",
2022-06-30 21:00:33 +08:00
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.7.0",
2022-05-10 16:11:48 +08:00
"husky": "^8.0.1",
2022-06-09 20:23:50 +08:00
"less": "^4.1.3",
2022-06-30 21:00:33 +08:00
"lint-staged": "^13.0.3",
2022-06-19 16:37:42 +08:00
"plop": "^3.1.1",
"postcss": "^8.4.18",
2022-07-16 11:09:30 +08:00
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
2022-06-19 16:37:42 +08:00
"prettier": "^2.7.1",
2021-12-07 16:36:16 +08:00
"rimraf": "^3.0.2",
"rollup": "^3.2.5",
"stylelint": "^14.14.1",
2022-07-16 11:09:30 +08:00
"stylelint-config-html": "^1.1.0",
2021-12-07 16:36:16 +08:00
"stylelint-config-prettier": "^9.0.3",
2022-08-13 08:32:12 +08:00
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard": "^29.0.0",
2021-12-07 16:36:16 +08:00
"stylelint-order": "^5.0.0",
2022-09-30 16:52:39 +08:00
"typescript": "4.8.4",
"unplugin-vue-macros": "^0.16.0",
"vite": "3.2.2",
2022-08-20 09:55:04 +08:00
"vite-plugin-eslint": "^1.8.1",
2022-03-17 08:28:16 +08:00
"vite-plugin-html": "^3.2.0",
2022-01-07 17:38:24 +08:00
"vite-plugin-mock": "^2.9.6",
2022-09-21 10:47:42 +08:00
"vite-plugin-purge-icons": "^0.9.1",
2022-08-13 08:32:12 +08:00
"vite-plugin-style-import": "2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
2022-09-21 10:47:42 +08:00
"vite-plugin-windicss": "^1.8.8",
"vue-tsc": "^1.0.9",
2022-06-30 21:00:33 +08:00
"windicss": "^3.5.6",
"windicss-analysis": "^0.3.5"
2021-12-10 17:10:51 +08:00
},
"engines": {
2022-07-18 16:22:05 +08:00
"node": ">= 14.18.0"
2021-12-10 17:10:51 +08:00
},
2022-02-19 09:04:56 +08:00
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kailong321200875/vue-element-plus-admin.git"
},
"bugs": {
"url": "https://github.com/kailong321200875/vue-element-plus-admin/issues"
},
"homepage": "https://github.com/kailong321200875/vue-element-plus-admin"
2021-12-07 17:16:17 +08:00
}