2020-11-16 14:10:17 +08:00
|
|
|
{
|
2021-04-22 17:31:50 +08:00
|
|
|
"name": "vue-pure-admin",
|
2022-11-22 01:00:04 +08:00
|
|
|
"version": "3.7.1",
|
2021-03-01 15:26:05 +08:00
|
|
|
"private": true,
|
2020-11-16 14:10:17 +08:00
|
|
|
"scripts": {
|
2022-09-07 21:59:03 +08:00
|
|
|
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
|
2021-11-03 14:16:34 +08:00
|
|
|
"serve": "pnpm dev",
|
2022-09-07 21:59:03 +08:00
|
|
|
"build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build",
|
|
|
|
"build:staging": "rimraf dist && vite build --mode staging",
|
|
|
|
"report": "rimraf dist && vite build",
|
2021-04-22 17:31:50 +08:00
|
|
|
"preview": "vite preview",
|
2021-11-03 14:16:34 +08:00
|
|
|
"preview:build": "pnpm build && vite preview",
|
2022-07-18 16:07:03 +08:00
|
|
|
"typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
|
2022-09-07 21:59:03 +08:00
|
|
|
"cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
|
2021-11-03 14:16:34 +08:00
|
|
|
"clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
|
2022-09-07 15:07:01 +08:00
|
|
|
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
|
|
|
|
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
|
2021-09-04 12:37:23 +08:00
|
|
|
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
|
2021-09-09 10:51:29 +08:00
|
|
|
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
|
|
|
|
"lint:pretty": "pretty-quick --staged",
|
2022-01-18 17:05:42 +08:00
|
|
|
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
|
2021-11-03 14:16:34 +08:00
|
|
|
"prepare": "husky install",
|
|
|
|
"preinstall": "npx only-allow pnpm"
|
2021-06-09 13:11:01 +08:00
|
|
|
},
|
2021-11-03 14:16:34 +08:00
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"not ie 11",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
2021-03-01 15:26:05 +08:00
|
|
|
"dependencies": {
|
2021-03-29 16:38:52 +08:00
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
2022-05-11 15:25:01 +08:00
|
|
|
"@ctrl/tinycolor": "^3.4.1",
|
2022-11-23 15:17:26 +08:00
|
|
|
"@howdyjs/mouse-menu": "^2.0.5",
|
2022-11-12 17:48:05 +08:00
|
|
|
"@logicflow/core": "^1.1.30",
|
|
|
|
"@logicflow/extension": "^1.1.30",
|
2022-07-26 13:16:44 +08:00
|
|
|
"@pureadmin/components": "^1.1.0",
|
2022-06-24 14:12:56 +08:00
|
|
|
"@pureadmin/descriptions": "^1.1.0",
|
2022-11-24 11:48:52 +08:00
|
|
|
"@pureadmin/table": "^1.8.0",
|
2022-11-21 16:22:17 +08:00
|
|
|
"@pureadmin/utils": "^1.6.7",
|
2022-11-12 09:55:20 +08:00
|
|
|
"@vueuse/core": "^9.5.0",
|
|
|
|
"@vueuse/motion": "2.0.0-beta.12",
|
2022-10-08 19:00:16 +08:00
|
|
|
"@wangeditor/editor": "^5.1.21",
|
2022-07-18 16:07:03 +08:00
|
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
2021-08-02 12:57:57 +08:00
|
|
|
"animate.css": "^4.1.1",
|
2022-10-26 00:16:34 +08:00
|
|
|
"axios": "^1.1.3",
|
2022-04-30 00:40:28 +08:00
|
|
|
"china-area-data": "^5.0.1",
|
2022-03-05 13:47:24 +08:00
|
|
|
"cropperjs": "^1.5.12",
|
2022-09-12 23:10:59 +08:00
|
|
|
"dayjs": "^1.11.5",
|
2022-10-01 20:06:48 +08:00
|
|
|
"echarts": "^5.4.0",
|
2022-08-24 23:25:00 +08:00
|
|
|
"el-table-infinite-scroll": "^3.0.1",
|
2022-11-18 19:54:08 +08:00
|
|
|
"element-plus": "^2.2.22",
|
2022-11-11 03:36:18 +08:00
|
|
|
"element-resize-detector": "^1.2.4",
|
2022-11-18 19:54:08 +08:00
|
|
|
"intro.js": "^6.0.0",
|
2021-12-04 01:16:50 +08:00
|
|
|
"js-cookie": "^3.0.1",
|
2022-04-25 17:17:21 +08:00
|
|
|
"jsbarcode": "^3.11.5",
|
2022-03-17 12:23:15 +08:00
|
|
|
"lodash": "^4.17.21",
|
2021-04-25 11:58:38 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2022-02-27 02:44:29 +08:00
|
|
|
"lodash-unified": "^1.0.2",
|
2021-10-03 08:38:48 +08:00
|
|
|
"mitt": "^3.0.0",
|
2021-03-29 16:38:52 +08:00
|
|
|
"mockjs": "^1.1.0",
|
2021-03-01 15:26:05 +08:00
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
"path": "^0.12.7",
|
2022-11-22 00:25:28 +08:00
|
|
|
"pinia": "^2.0.24",
|
2022-08-11 22:23:41 +08:00
|
|
|
"qrcode": "^1.5.1",
|
|
|
|
"qs": "^6.11.0",
|
2021-03-01 15:26:05 +08:00
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2022-08-11 22:23:41 +08:00
|
|
|
"responsive-storage": "^2.1.0",
|
2022-08-11 20:32:55 +08:00
|
|
|
"sortablejs": "^1.15.0",
|
2022-10-26 00:16:34 +08:00
|
|
|
"swiper": "^8.4.4",
|
2022-10-19 18:54:26 +08:00
|
|
|
"typeit": "^8.7.0",
|
2021-11-03 14:16:34 +08:00
|
|
|
"v-contextmenu": "3.0.0",
|
2022-11-12 17:48:05 +08:00
|
|
|
"vue": "^3.2.45",
|
2022-08-11 13:10:37 +08:00
|
|
|
"vue-i18n": "^9.2.2",
|
2022-10-19 23:24:02 +08:00
|
|
|
"vue-json-pretty": "^2.2.2",
|
2022-06-24 11:49:39 +08:00
|
|
|
"vue-pdf-embed": "^1.1.4",
|
2022-10-26 00:16:34 +08:00
|
|
|
"vue-router": "^4.1.6",
|
2022-08-11 22:23:41 +08:00
|
|
|
"vue-types": "^4.2.1",
|
2022-05-19 01:16:08 +08:00
|
|
|
"vue-virtual-scroller": "^2.0.0-alpha.1",
|
2022-10-28 12:27:59 +08:00
|
|
|
"vue3-danmaku": "^1.0.0",
|
2022-08-11 22:23:41 +08:00
|
|
|
"vuedraggable": "^4.1.0",
|
2022-09-12 23:10:59 +08:00
|
|
|
"vxe-table": "^4.3.5",
|
2022-10-01 20:06:48 +08:00
|
|
|
"xe-utils": "^3.5.7",
|
2022-10-26 00:16:34 +08:00
|
|
|
"xgplayer": "^2.32.1",
|
2022-06-03 23:41:47 +08:00
|
|
|
"xlsx": "^0.18.5"
|
2020-11-16 14:10:17 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-03 14:16:34 +08:00
|
|
|
"@commitlint/cli": "13.1.0",
|
|
|
|
"@commitlint/config-conventional": "13.1.0",
|
2022-10-08 19:00:16 +08:00
|
|
|
"@faker-js/faker": "^7.5.0",
|
2022-08-11 22:23:41 +08:00
|
|
|
"@iconify-icons/carbon": "^1.2.8",
|
|
|
|
"@iconify-icons/ep": "^1.2.7",
|
|
|
|
"@iconify-icons/fa": "^1.2.3",
|
|
|
|
"@iconify-icons/fa-solid": "^1.2.3",
|
|
|
|
"@iconify-icons/fluent": "^1.2.16",
|
2022-04-15 22:07:11 +08:00
|
|
|
"@iconify-icons/mdi": "^1.2.8",
|
2022-08-11 22:23:41 +08:00
|
|
|
"@iconify-icons/ri": "^1.2.3",
|
|
|
|
"@iconify-icons/uil": "^1.2.2",
|
2022-11-11 03:36:18 +08:00
|
|
|
"@iconify/vue": "^4.0.0",
|
2022-10-08 19:00:16 +08:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
|
2022-06-22 18:36:08 +08:00
|
|
|
"@pureadmin/theme": "^2.4.0",
|
2021-11-03 14:16:34 +08:00
|
|
|
"@types/element-resize-detector": "1.1.3",
|
2022-11-18 19:54:08 +08:00
|
|
|
"@types/intro.js": "^5.1.0",
|
2021-12-04 01:16:50 +08:00
|
|
|
"@types/js-cookie": "^3.0.1",
|
2022-03-17 12:23:15 +08:00
|
|
|
"@types/lodash": "^4.14.180",
|
2022-02-27 02:44:29 +08:00
|
|
|
"@types/lodash-es": "^4.17.6",
|
2022-11-11 03:36:18 +08:00
|
|
|
"@types/mockjs": "^1.0.7",
|
|
|
|
"@types/node": "^18.11.9",
|
2021-11-03 14:16:34 +08:00
|
|
|
"@types/nprogress": "0.2.0",
|
2022-04-27 19:57:12 +08:00
|
|
|
"@types/qrcode": "^1.4.2",
|
2021-12-04 01:16:50 +08:00
|
|
|
"@types/qs": "^6.9.7",
|
2022-11-23 12:03:17 +08:00
|
|
|
"@types/sortablejs": "^1.15.0",
|
2022-11-17 22:11:13 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
|
|
"@typescript-eslint/parser": "^5.43.0",
|
2022-11-11 03:36:18 +08:00
|
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^2.1.1",
|
2022-02-07 15:59:04 +08:00
|
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
2022-11-11 03:36:18 +08:00
|
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
2022-11-12 17:48:05 +08:00
|
|
|
"@vue/runtime-core": "^3.2.45",
|
2022-11-08 13:52:59 +08:00
|
|
|
"autoprefixer": "^10.4.13",
|
2022-07-18 16:07:03 +08:00
|
|
|
"cloc": "^2.10.0",
|
2022-11-08 13:52:59 +08:00
|
|
|
"cssnano": "^5.1.14",
|
2022-02-07 15:59:04 +08:00
|
|
|
"eslint": "^8.8.0",
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2022-11-11 03:36:18 +08:00
|
|
|
"eslint-plugin-vue": "^9.7.0",
|
2022-02-16 11:23:20 +08:00
|
|
|
"font-awesome": "^4.7.0",
|
2022-02-07 15:59:04 +08:00
|
|
|
"husky": "^7.0.4",
|
2021-11-03 14:16:34 +08:00
|
|
|
"lint-staged": "11.1.2",
|
2022-02-27 02:44:29 +08:00
|
|
|
"picocolors": "^1.0.0",
|
2022-11-08 13:52:59 +08:00
|
|
|
"postcss": "^8.4.18",
|
2022-08-11 22:23:41 +08:00
|
|
|
"postcss-html": "^1.5.0",
|
2022-09-07 15:07:01 +08:00
|
|
|
"postcss-import": "^15.0.0",
|
2022-10-01 20:06:48 +08:00
|
|
|
"postcss-scss": "^4.0.5",
|
2022-02-07 15:59:04 +08:00
|
|
|
"prettier": "^2.5.1",
|
2021-11-03 14:16:34 +08:00
|
|
|
"pretty-quick": "3.1.1",
|
|
|
|
"rimraf": "3.0.2",
|
2022-11-08 13:52:59 +08:00
|
|
|
"rollup-plugin-visualizer": "^5.8.3",
|
2022-11-11 03:36:18 +08:00
|
|
|
"sass": "^1.56.1",
|
|
|
|
"sass-loader": "^13.2.0",
|
2022-02-07 15:59:04 +08:00
|
|
|
"stylelint": "^14.3.0",
|
|
|
|
"stylelint-config-html": "^1.0.0",
|
|
|
|
"stylelint-config-prettier": "^9.0.3",
|
2022-11-11 03:36:18 +08:00
|
|
|
"stylelint-config-recommended": "^9.0.0",
|
|
|
|
"stylelint-config-standard": "^29.0.0",
|
2022-02-07 15:59:04 +08:00
|
|
|
"stylelint-order": "^5.0.0",
|
2022-11-17 22:11:13 +08:00
|
|
|
"tailwindcss": "^3.2.4",
|
2022-11-08 13:52:59 +08:00
|
|
|
"terser": "^5.15.1",
|
2022-11-17 22:11:13 +08:00
|
|
|
"typescript": "^4.9.3",
|
|
|
|
"unplugin-vue-macros": "^0.16.3",
|
2022-11-11 03:36:18 +08:00
|
|
|
"vite": "3.1.8",
|
2022-10-26 19:44:44 +08:00
|
|
|
"vite-plugin-cdn-import": "^0.3.5",
|
2022-10-27 02:35:56 +08:00
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2021-08-26 15:44:33 +08:00
|
|
|
"vite-plugin-mock": "^2.9.6",
|
2022-11-12 09:55:20 +08:00
|
|
|
"vite-plugin-remove-console": "^1.3.0",
|
2022-09-12 23:10:59 +08:00
|
|
|
"vite-svg-loader": "^3.6.0",
|
2022-11-11 03:36:18 +08:00
|
|
|
"vue-eslint-parser": "^9.1.0",
|
|
|
|
"vue-tsc": "^1.0.9"
|
2022-07-18 16:07:03 +08:00
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"peerDependencyRules": {
|
|
|
|
"ignoreMissing": [
|
|
|
|
"rollup",
|
2022-07-18 16:09:14 +08:00
|
|
|
"webpack"
|
2022-07-18 16:07:03 +08:00
|
|
|
]
|
|
|
|
}
|
2021-09-16 12:30:12 +08:00
|
|
|
},
|
|
|
|
"repository": "git@github.com:xiaoxian521/vue-pure-admin.git",
|
|
|
|
"author": "xiaoxian521",
|
|
|
|
"license": "MIT"
|
2021-11-06 16:15:25 +08:00
|
|
|
}
|