2020-11-16 14:10:17 +08:00
|
|
|
{
|
2021-04-22 17:31:50 +08:00
|
|
|
"name": "vue-pure-admin",
|
2023-06-26 11:14:25 +08:00
|
|
|
"version": "4.5.0",
|
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",
|
2023-06-04 11:47:04 +08:00
|
|
|
"build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build && generate-version-file",
|
2022-09-07 21:59:03 +08:00
|
|
|
"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-11-25 13:25:35 +08:00
|
|
|
"svgo": "svgo -f src/assets/svg -o src/assets/svg",
|
2022-09-07 21:59:03 +08:00
|
|
|
"cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
|
2023-05-16 13:04:22 +08:00
|
|
|
"clean:cache": "rimraf node_modules && rimraf .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",
|
2023-05-04 13:28:52 +08:00
|
|
|
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
|
|
|
|
"lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --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",
|
2023-08-11 11:31:04 +08:00
|
|
|
"@howdyjs/mouse-menu": "^2.0.9",
|
2023-09-17 11:11:24 +08:00
|
|
|
"@logicflow/core": "^1.2.13",
|
|
|
|
"@logicflow/extension": "^1.2.14",
|
2023-03-01 19:20:44 +08:00
|
|
|
"@pureadmin/descriptions": "^1.1.1",
|
2023-08-11 11:31:04 +08:00
|
|
|
"@pureadmin/table": "^2.3.3",
|
2023-07-12 18:04:54 +08:00
|
|
|
"@pureadmin/utils": "^1.9.7",
|
2023-09-17 11:11:24 +08:00
|
|
|
"@vueuse/core": "^10.4.1",
|
2023-05-28 23:37:04 +08:00
|
|
|
"@vueuse/motion": "^2.0.0",
|
2023-05-14 10:37:45 +08:00
|
|
|
"@wangeditor/editor": "^5.1.23",
|
2022-07-18 16:07:03 +08:00
|
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
2023-08-29 11:18:00 +08:00
|
|
|
"@zxcvbn-ts/core": "^3.0.3",
|
2021-08-02 12:57:57 +08:00
|
|
|
"animate.css": "^4.1.1",
|
2023-08-29 11:18:00 +08:00
|
|
|
"axios": "^1.5.0",
|
2022-04-30 00:40:28 +08:00
|
|
|
"china-area-data": "^5.0.1",
|
2023-08-29 11:18:00 +08:00
|
|
|
"cropperjs": "^1.6.0",
|
2023-08-11 11:31:04 +08:00
|
|
|
"dayjs": "^1.11.9",
|
|
|
|
"echarts": "^5.4.3",
|
2022-08-24 23:25:00 +08:00
|
|
|
"el-table-infinite-scroll": "^3.0.1",
|
2023-09-17 11:11:24 +08:00
|
|
|
"element-plus": "^2.3.14",
|
2023-08-29 11:18:00 +08:00
|
|
|
"intro.js": "^7.2.0",
|
2023-05-05 23:41:57 +08:00
|
|
|
"js-cookie": "^3.0.5",
|
2022-04-25 17:17:21 +08:00
|
|
|
"jsbarcode": "^3.11.5",
|
2023-05-09 15:23:26 +08:00
|
|
|
"md-editor-v3": "2.7.2",
|
2023-06-21 14:58:34 +08:00
|
|
|
"mint-filter": "^4.0.3",
|
2023-08-11 11:31:04 +08:00
|
|
|
"mitt": "^3.0.1",
|
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",
|
2023-08-11 11:31:04 +08:00
|
|
|
"pinia": "^2.1.6",
|
2023-09-17 11:11:24 +08:00
|
|
|
"pinyin-pro": "^3.16.6",
|
2023-04-27 11:04:27 +08:00
|
|
|
"qrcode": "^1.5.3",
|
2023-06-13 22:59:34 +08:00
|
|
|
"qs": "^6.11.2",
|
2023-03-01 19:20:44 +08:00
|
|
|
"responsive-storage": "^2.2.0",
|
2022-08-11 20:32:55 +08:00
|
|
|
"sortablejs": "^1.15.0",
|
2023-08-29 11:18:00 +08:00
|
|
|
"swiper": "^10.2.0",
|
2023-01-08 15:44:16 +08:00
|
|
|
"typeit": "^8.7.1",
|
2021-11-03 14:16:34 +08:00
|
|
|
"v-contextmenu": "3.0.0",
|
2023-08-11 11:31:04 +08:00
|
|
|
"v3-infinite-loading": "^1.3.1",
|
|
|
|
"version-rocket": "^1.7.0",
|
2023-05-18 17:24:00 +08:00
|
|
|
"vue": "^3.3.4",
|
2023-09-17 11:11:24 +08:00
|
|
|
"vue-i18n": "^9.4.1",
|
2023-04-20 22:45:22 +08:00
|
|
|
"vue-json-pretty": "^2.2.4",
|
2023-05-05 23:41:57 +08:00
|
|
|
"vue-pdf-embed": "^1.1.6",
|
2023-08-11 11:31:04 +08:00
|
|
|
"vue-router": "^4.2.4",
|
|
|
|
"vue-tippy": "^6.3.1",
|
|
|
|
"vue-types": "^5.1.1",
|
2022-12-16 14:34:10 +08:00
|
|
|
"vue-virtual-scroller": "2.0.0-beta.7",
|
2023-08-29 11:18:00 +08:00
|
|
|
"vue-waterfall-plugin-next": "^2.2.3",
|
2023-09-17 11:11:24 +08:00
|
|
|
"vue3-danmaku": "^1.6.0",
|
2022-08-11 22:23:41 +08:00
|
|
|
"vuedraggable": "^4.1.0",
|
2023-09-17 11:11:24 +08:00
|
|
|
"wavesurfer.js": "^7.3.2",
|
|
|
|
"xgplayer": "^3.0.9",
|
2022-06-03 23:41:47 +08:00
|
|
|
"xlsx": "^0.18.5"
|
2020-11-16 14:10:17 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-29 11:18:00 +08:00
|
|
|
"@commitlint/cli": "^17.7.1",
|
|
|
|
"@commitlint/config-conventional": "^17.7.0",
|
2023-06-21 17:19:56 +08:00
|
|
|
"@iconify-icons/ep": "^1.2.12",
|
2023-08-11 11:31:04 +08:00
|
|
|
"@iconify-icons/ri": "^1.2.10",
|
2023-04-20 22:45:22 +08:00
|
|
|
"@iconify/vue": "^4.1.1",
|
2023-06-13 22:59:34 +08:00
|
|
|
"@intlify/unplugin-vue-i18n": "^0.11.0",
|
2023-06-15 13:03:58 +08:00
|
|
|
"@pureadmin/theme": "^3.1.0",
|
2023-04-20 22:45:22 +08:00
|
|
|
"@types/intro.js": "^5.1.1",
|
2023-09-17 11:11:24 +08:00
|
|
|
"@types/js-cookie": "^3.0.4",
|
2022-11-11 03:36:18 +08:00
|
|
|
"@types/mockjs": "^1.0.7",
|
2023-09-17 11:11:24 +08:00
|
|
|
"@types/node": "^18.17.17",
|
2021-11-03 14:16:34 +08:00
|
|
|
"@types/nprogress": "0.2.0",
|
2023-09-17 11:11:24 +08:00
|
|
|
"@types/qrcode": "^1.5.2",
|
|
|
|
"@types/qs": "^6.9.8",
|
|
|
|
"@types/sortablejs": "^1.15.2",
|
2023-08-29 11:18:00 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
|
|
"@typescript-eslint/parser": "^5.62.0",
|
2023-09-17 11:11:24 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
2023-08-29 11:18:00 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
2023-04-20 22:45:22 +08:00
|
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
2023-05-05 23:41:57 +08:00
|
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
2023-08-29 11:18:00 +08:00
|
|
|
"autoprefixer": "^10.4.15",
|
2023-01-08 15:44:16 +08:00
|
|
|
"cloc": "^2.11.0",
|
2023-05-01 16:41:08 +08:00
|
|
|
"cssnano": "^6.0.1",
|
2023-09-17 11:11:24 +08:00
|
|
|
"eslint": "^8.49.0",
|
2023-04-20 22:45:22 +08:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2023-08-29 11:18:00 +08:00
|
|
|
"eslint-plugin-vue": "^9.17.0",
|
2023-05-05 23:41:57 +08:00
|
|
|
"husky": "^8.0.3",
|
2023-08-29 11:18:00 +08:00
|
|
|
"lint-staged": "^13.3.0",
|
2022-02-27 02:44:29 +08:00
|
|
|
"picocolors": "^1.0.0",
|
2023-09-17 11:11:24 +08:00
|
|
|
"postcss": "^8.4.29",
|
2022-08-11 22:23:41 +08:00
|
|
|
"postcss-html": "^1.5.0",
|
2023-01-08 15:44:16 +08:00
|
|
|
"postcss-import": "^15.1.0",
|
2023-09-17 11:11:24 +08:00
|
|
|
"postcss-scss": "^4.0.8",
|
2023-05-19 18:58:29 +08:00
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"pretty-quick": "^3.1.3",
|
|
|
|
"rimraf": "^5.0.1",
|
2023-06-13 22:59:34 +08:00
|
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
2023-09-17 11:11:24 +08:00
|
|
|
"sass": "^1.67.0",
|
2023-06-13 22:59:34 +08:00
|
|
|
"sass-loader": "^13.3.2",
|
2023-08-29 11:18:00 +08:00
|
|
|
"stylelint": "^15.10.3",
|
2023-04-20 22:45:22 +08:00
|
|
|
"stylelint-config-html": "^1.1.0",
|
2023-08-29 11:18:00 +08:00
|
|
|
"stylelint-config-recess-order": "^4.3.0",
|
2023-05-04 13:28:52 +08:00
|
|
|
"stylelint-config-recommended": "^12.0.0",
|
2023-06-13 22:59:34 +08:00
|
|
|
"stylelint-config-recommended-scss": "^12.0.0",
|
2023-08-29 11:18:00 +08:00
|
|
|
"stylelint-config-recommended-vue": "^1.5.0",
|
2023-05-04 13:28:52 +08:00
|
|
|
"stylelint-config-standard": "^33.0.0",
|
|
|
|
"stylelint-config-standard-scss": "^9.0.0",
|
|
|
|
"stylelint-order": "^6.0.3",
|
|
|
|
"stylelint-prettier": "^3.0.0",
|
2023-09-17 11:11:24 +08:00
|
|
|
"stylelint-scss": "^5.2.1",
|
2022-11-25 13:25:35 +08:00
|
|
|
"svgo": "^3.0.2",
|
2023-08-11 11:31:04 +08:00
|
|
|
"tailwindcss": "^3.3.3",
|
2023-09-17 11:11:24 +08:00
|
|
|
"terser": "^5.19.4",
|
2023-06-13 22:59:34 +08:00
|
|
|
"typescript": "5.0.4",
|
2023-08-11 11:31:04 +08:00
|
|
|
"vite": "^4.4.9",
|
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",
|
2023-06-13 22:59:34 +08:00
|
|
|
"vite-plugin-mock": "2.9.6",
|
2023-04-26 10:05:05 +08:00
|
|
|
"vite-plugin-remove-console": "^2.1.1",
|
2023-01-08 15:44:16 +08:00
|
|
|
"vite-svg-loader": "^4.0.0",
|
2023-06-13 22:59:34 +08:00
|
|
|
"vue-eslint-parser": "^9.3.1",
|
2023-09-17 11:11:24 +08:00
|
|
|
"vue-tsc": "^1.8.11"
|
2022-07-18 16:07:03 +08:00
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"peerDependencyRules": {
|
|
|
|
"ignoreMissing": [
|
|
|
|
"rollup",
|
2023-04-20 22:45:22 +08:00
|
|
|
"webpack",
|
|
|
|
"core-js"
|
2022-07-18 16:07:03 +08:00
|
|
|
]
|
2023-04-19 11:37:33 +08:00
|
|
|
},
|
|
|
|
"allowedDeprecatedVersions": {
|
|
|
|
"sourcemap-codec": "*",
|
2023-05-18 17:24:00 +08:00
|
|
|
"w3c-hr-time": "*",
|
2023-04-19 11:37:33 +08:00
|
|
|
"stable": "*"
|
2022-07-18 16:07:03 +08:00
|
|
|
}
|
2021-09-16 12:30:12 +08:00
|
|
|
},
|
2023-02-08 18:07:05 +08:00
|
|
|
"repository": "git@github.com:pure-admin/vue-pure-admin.git",
|
2021-09-16 12:30:12 +08:00
|
|
|
"author": "xiaoxian521",
|
|
|
|
"license": "MIT"
|
2021-11-06 16:15:25 +08:00
|
|
|
}
|