2020-11-16 14:10:17 +08:00
|
|
|
{
|
2021-04-22 17:31:50 +08:00
|
|
|
"name": "vue-pure-admin",
|
2022-12-26 14:31:04 +08:00
|
|
|
"version": "3.9.7",
|
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-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",
|
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",
|
2023-04-20 22:45:22 +08:00
|
|
|
"@howdyjs/mouse-menu": "^2.0.7",
|
2023-04-26 00:11:41 +08:00
|
|
|
"@logicflow/core": "^1.2.3",
|
|
|
|
"@logicflow/extension": "^1.2.3",
|
2023-03-01 19:20:44 +08:00
|
|
|
"@pureadmin/descriptions": "^1.1.1",
|
2023-02-08 16:09:07 +08:00
|
|
|
"@pureadmin/table": "^2.0.0",
|
2023-04-20 22:45:22 +08:00
|
|
|
"@pureadmin/utils": "^1.8.7",
|
|
|
|
"@vueuse/core": "^10.0.2",
|
2022-11-12 09:55:20 +08:00
|
|
|
"@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",
|
2023-04-20 22:45:22 +08:00
|
|
|
"axios": "1.2.2",
|
2022-04-30 00:40:28 +08:00
|
|
|
"china-area-data": "^5.0.1",
|
2023-04-20 22:45:22 +08:00
|
|
|
"cropperjs": "^1.5.13",
|
2023-01-08 15:44:16 +08:00
|
|
|
"dayjs": "^1.11.7",
|
2023-03-28 17:06:52 +08:00
|
|
|
"echarts": "^5.4.2",
|
2022-08-24 23:25:00 +08:00
|
|
|
"el-table-infinite-scroll": "^3.0.1",
|
2023-04-26 00:11:41 +08:00
|
|
|
"element-plus": "^2.3.4",
|
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",
|
2023-04-20 22:45:22 +08:00
|
|
|
"md-editor-v3": "^2.11.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",
|
2023-04-20 22:45:22 +08:00
|
|
|
"pinia": "^2.0.34",
|
2022-08-11 22:23:41 +08:00
|
|
|
"qrcode": "^1.5.1",
|
2023-04-20 22:45:22 +08:00
|
|
|
"qs": "^6.11.1",
|
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-04-20 22:45:22 +08:00
|
|
|
"swiper": "^9.2.3",
|
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-03-01 19:20:44 +08:00
|
|
|
"vue": "^3.2.47",
|
2022-08-11 13:10:37 +08:00
|
|
|
"vue-i18n": "^9.2.2",
|
2023-04-20 22:45:22 +08:00
|
|
|
"vue-json-pretty": "^2.2.4",
|
2022-12-03 01:28:50 +08:00
|
|
|
"vue-pdf-embed": "^1.1.5",
|
2022-10-26 00:16:34 +08:00
|
|
|
"vue-router": "^4.1.6",
|
2023-03-01 19:20:44 +08:00
|
|
|
"vue-types": "^5.0.2",
|
2022-12-16 14:34:10 +08:00
|
|
|
"vue-virtual-scroller": "2.0.0-beta.7",
|
2023-04-20 22:45:22 +08:00
|
|
|
"vue3-danmaku": "1.4.0-beta.1",
|
2022-08-11 22:23:41 +08:00
|
|
|
"vuedraggable": "^4.1.0",
|
2023-04-20 22:45:22 +08:00
|
|
|
"xgplayer": "^3.0.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",
|
2023-04-20 22:45:22 +08:00
|
|
|
"@iconify-icons/ep": "^1.2.11",
|
|
|
|
"@iconify-icons/ri": "^1.2.7",
|
|
|
|
"@iconify/vue": "^4.1.1",
|
2023-03-28 17:06:52 +08:00
|
|
|
"@intlify/unplugin-vue-i18n": "^0.10.0",
|
2022-12-15 12:28:51 +08:00
|
|
|
"@pureadmin/theme": "^3.0.0",
|
2021-11-03 14:16:34 +08:00
|
|
|
"@types/element-resize-detector": "1.1.3",
|
2023-04-20 22:45:22 +08:00
|
|
|
"@types/intro.js": "^5.1.1",
|
|
|
|
"@types/js-cookie": "^3.0.3",
|
2022-11-11 03:36:18 +08:00
|
|
|
"@types/mockjs": "^1.0.7",
|
2023-04-20 22:45:22 +08:00
|
|
|
"@types/node": "^18.15.12",
|
2021-11-03 14:16:34 +08:00
|
|
|
"@types/nprogress": "0.2.0",
|
2023-04-20 22:45:22 +08:00
|
|
|
"@types/qrcode": "^1.5.0",
|
2021-12-04 01:16:50 +08:00
|
|
|
"@types/qs": "^6.9.7",
|
2023-04-20 22:45:22 +08:00
|
|
|
"@types/sortablejs": "^1.15.1",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
|
|
"@typescript-eslint/parser": "^5.59.0",
|
2023-04-26 00:11:41 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.2.0",
|
2023-03-28 17:06:52 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
2023-04-20 22:45:22 +08:00
|
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
2022-11-11 03:36:18 +08:00
|
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
2023-03-28 17:06:52 +08:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-01-08 15:44:16 +08:00
|
|
|
"cloc": "^2.11.0",
|
2023-03-28 17:06:52 +08:00
|
|
|
"cssnano": "^6.0.0",
|
2022-02-07 15:59:04 +08:00
|
|
|
"eslint": "^8.8.0",
|
2023-04-20 22:45:22 +08:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-vue": "^9.11.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",
|
2023-04-20 22:45:22 +08:00
|
|
|
"postcss": "^8.4.23",
|
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",
|
|
|
|
"postcss-scss": "^4.0.6",
|
2023-04-20 22:45:22 +08:00
|
|
|
"prettier": "^2.8.7",
|
2021-11-03 14:16:34 +08:00
|
|
|
"pretty-quick": "3.1.1",
|
2023-03-28 17:06:52 +08:00
|
|
|
"rimraf": "^4.4.1",
|
2023-01-08 15:44:16 +08:00
|
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
2023-04-20 22:45:22 +08:00
|
|
|
"sass": "^1.62.0",
|
2023-03-28 17:06:52 +08:00
|
|
|
"sass-loader": "^13.2.2",
|
2022-02-07 15:59:04 +08:00
|
|
|
"stylelint": "^14.3.0",
|
2023-04-20 22:45:22 +08:00
|
|
|
"stylelint-config-html": "^1.1.0",
|
|
|
|
"stylelint-config-prettier": "^9.0.5",
|
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-25 13:25:35 +08:00
|
|
|
"svgo": "^3.0.2",
|
2023-04-20 22:45:22 +08:00
|
|
|
"tailwindcss": "^3.3.1",
|
|
|
|
"terser": "^5.17.1",
|
|
|
|
"typescript": "^5.0.4",
|
|
|
|
"unplugin-vue-define-options": "1.1.6",
|
2023-04-26 00:11:41 +08:00
|
|
|
"vite": "^4.3.2",
|
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",
|
2023-03-01 19:20:44 +08:00
|
|
|
"vite-plugin-remove-console": "^2.1.0",
|
2023-01-08 15:44:16 +08:00
|
|
|
"vite-svg-loader": "^4.0.0",
|
2023-04-20 22:45:22 +08:00
|
|
|
"vue-eslint-parser": "^9.1.1",
|
2023-03-01 19:20:44 +08:00
|
|
|
"vue-tsc": "^1.2.0"
|
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": "*",
|
|
|
|
"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
|
|
|
}
|