gohttpdUi/package.json

140 lines
4.6 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",
2024-06-20 15:33:15 +08:00
"version": "2.8.1",
2022-12-20 09:42:35 +08:00
"description": "一套基于vue3、element-plus、typesScript、vite4的后台集成方案。",
2021-12-10 17:10:51 +08:00
"author": "Archer <502431556@qq.com>",
"private": false,
2024-06-01 17:12:17 +08:00
"type": "module",
2020-12-14 17:32:37 +08:00
"scripts": {
2021-12-07 16:36:16 +08:00
"i": "pnpm install",
"dev": "pnpm vite --mode base",
"ts:check": "pnpm vue-tsc --noEmit --skipLibCheck",
"build:pro": "pnpm vite build --mode pro",
"build:gitee": "pnpm vite build --mode gitee",
"build:dev": "pnpm vite build --mode dev",
2024-01-31 14:15:31 +08:00
"build:test": "pnpm vite build --mode test",
"serve:pro": "pnpm vite preview --mode pro",
"serve:dev": "pnpm vite preview --mode dev",
"serve:test": "pnpm vite preview --mode test",
2023-12-07 10:58:59 +08:00
"npm:check": "pnpx npm-check-updates -u",
"clean": "pnpx rimraf node_modules",
"clean:cache": "pnpx rimraf node_modules/.cache",
2024-07-18 16:56:42 +08:00
"lint:eslint": "eslint . --fix \"src/**/*.{js,ts,tsx,vue,html}\"",
2021-12-07 16:36:16 +08:00
"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/",
2024-06-01 17:12:17 +08:00
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.cjs",
2022-04-15 09:28:50 +08:00
"prepare": "husky install",
2023-09-22 14:33:59 +08:00
"p": "plop",
"icon": "esno ./scripts/icon.ts"
2020-12-14 17:32:37 +08:00
},
"dependencies": {
2023-07-11 21:03:46 +08:00
"@iconify/iconify": "^3.1.1",
2024-06-01 17:12:17 +08:00
"@iconify/vue": "^4.1.2",
2024-07-18 16:56:42 +08:00
"@vueuse/core": "^10.11.0",
2022-11-17 10:58:06 +08:00
"@wangeditor/editor": "^5.1.23",
2022-04-18 15:54:28 +08:00
"@wangeditor/editor-for-vue": "^5.1.10",
2023-09-25 15:41:35 +08:00
"@zxcvbn-ts/core": "^3.0.4",
2022-01-06 17:13:13 +08:00
"animate.css": "^4.1.1",
2024-06-01 17:12:17 +08:00
"axios": "^1.7.2",
"cropperjs": "^1.6.2",
"dayjs": "^1.11.11",
2023-11-16 10:48:54 +08:00
"driver.js": "^1.3.1",
2024-07-18 16:56:42 +08:00
"echarts": "^5.5.1",
2022-11-28 16:11:10 +08:00
"echarts-wordcloud": "^2.1.0",
2024-07-18 16:56:42 +08:00
"element-plus": "2.7.7",
2021-12-11 20:50:05 +08:00
"lodash-es": "^4.17.21",
2023-07-11 21:03:46 +08:00
"mitt": "^3.0.1",
2024-07-18 16:56:42 +08:00
"monaco-editor": "^0.50.0",
"nprogress": "^0.2.0",
2023-10-14 08:36:55 +08:00
"pinia": "^2.1.7",
2023-12-21 10:19:49 +08:00
"pinia-plugin-persistedstate": "^3.2.1",
2023-05-09 15:31:58 +08:00
"qrcode": "^1.5.3",
2024-07-18 16:56:42 +08:00
"qs": "^6.12.3",
2023-09-25 15:41:35 +08:00
"url": "^0.11.3",
2024-07-18 16:56:42 +08:00
"vue": "3.4.32",
"vue-draggable-plus": "^0.5.2",
2024-06-01 17:12:17 +08:00
"vue-i18n": "9.13.1",
2024-03-21 10:33:55 +08:00
"vue-json-pretty": "^2.4.0",
2024-07-18 16:56:42 +08:00
"vue-router": "^4.4.0",
"vue-types": "^5.1.3",
"xgplayer": "^3.0.18"
2020-12-14 17:32:37 +08:00
},
"devDependencies": {
2024-06-01 17:12:17 +08:00
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
2024-07-18 16:56:42 +08:00
"@iconify/json": "^2.2.229",
2024-06-01 17:12:17 +08:00
"@intlify/unplugin-vue-i18n": "^4.0.0",
2023-11-08 15:03:46 +08:00
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
2023-11-29 10:54:39 +08:00
"@types/lodash-es": "^4.17.12",
2023-12-25 17:25:33 +08:00
"@types/mockjs": "^1.0.10",
2024-07-18 16:56:42 +08:00
"@types/node": "^20.14.11",
2023-11-08 15:03:46 +08:00
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.5",
2024-06-01 17:12:17 +08:00
"@types/qs": "^6.9.15",
2024-02-22 15:42:36 +08:00
"@types/sortablejs": "^1.15.8",
2024-07-18 16:56:42 +08:00
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@unocss/transformer-variant-group": "^0.61.5",
2024-06-01 17:12:17 +08:00
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
2024-03-21 10:33:55 +08:00
"autoprefixer": "^10.4.19",
2023-09-22 14:33:59 +08:00
"chalk": "^5.3.0",
2023-07-11 21:03:46 +08:00
"consola": "^3.2.3",
2024-07-18 16:56:42 +08:00
"eslint": "^9.7.0",
2023-12-07 10:58:59 +08:00
"eslint-config-prettier": "^9.1.0",
2024-01-03 14:00:33 +08:00
"eslint-define-config": "^2.1.0",
2024-07-18 16:56:42 +08:00
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
2024-03-21 10:33:55 +08:00
"esno": "^4.7.0",
2023-11-29 10:54:39 +08:00
"fs-extra": "^11.2.0",
2024-07-18 16:56:42 +08:00
"husky": "^9.1.0",
"inquirer": "^10.0.3",
2023-08-13 08:09:39 +08:00
"less": "^4.2.0",
2024-07-18 16:56:42 +08:00
"lint-staged": "^15.2.7",
2023-12-25 17:25:33 +08:00
"mockjs": "^1.1.0",
2024-01-03 14:00:33 +08:00
"plop": "^4.0.1",
2024-07-18 16:56:42 +08:00
"postcss": "^8.4.39",
2024-06-01 17:12:17 +08:00
"postcss-html": "^1.7.0",
"postcss-less": "^6.0.0",
2024-07-18 16:56:42 +08:00
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.18.1",
2024-01-03 14:00:33 +08:00
"rollup-plugin-visualizer": "^5.12.0",
2024-07-18 16:56:42 +08:00
"stylelint": "^16.7.0",
2022-07-16 11:09:30 +08:00
"stylelint-config-html": "^1.1.0",
2024-07-18 16:56:42 +08:00
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-standard": "^36.0.1",
2023-12-21 10:19:49 +08:00
"stylelint-order": "^6.0.4",
2024-07-18 16:56:42 +08:00
"terser": "^5.31.3",
"typescript": "5.5.3",
"typescript-eslint": "^7.16.1",
"unocss": "^0.61.5",
"vite": "5.3.4",
2023-11-18 10:57:10 +08:00
"vite-plugin-ejs": "^1.7.0",
2022-08-20 09:55:04 +08:00
"vite-plugin-eslint": "^1.8.1",
2024-01-03 14:00:33 +08:00
"vite-plugin-mock": "2.9.6",
2023-04-12 10:20:08 +08:00
"vite-plugin-progress": "^0.0.7",
2023-11-29 10:54:39 +08:00
"vite-plugin-purge-icons": "^0.10.0",
2022-08-13 08:32:12 +08:00
"vite-plugin-style-import": "2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
2024-03-21 10:33:55 +08:00
"vite-plugin-url-copy": "^1.1.4",
2024-07-18 16:56:42 +08:00
"vue-tsc": "^2.0.26"
2021-12-10 17:10:51 +08:00
},
"packageManager": "pnpm@8.1.0",
2021-12-10 17:10:51 +08:00
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.1.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
}