2020-11-16 14:10:17 +08:00
|
|
|
{
|
2021-04-22 17:31:50 +08:00
|
|
|
"name": "vue-pure-admin",
|
2024-05-07 09:09:35 +08:00
|
|
|
"version": "5.5.0",
|
2021-03-01 15:26:05 +08:00
|
|
|
"private": true,
|
2023-11-10 13:16:05 +08:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
|
|
|
|
"serve": "pnpm dev",
|
|
|
|
"build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build && generate-version-file",
|
|
|
|
"build:staging": "rimraf dist && vite build --mode staging",
|
|
|
|
"report": "rimraf dist && vite build",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"preview:build": "pnpm build && vite preview",
|
|
|
|
"typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
|
2024-01-08 09:16:38 +08:00
|
|
|
"svgo": "svgo -f . -r",
|
2023-12-10 23:05:40 +08:00
|
|
|
"clean:cache": "rimraf .eslintcache && rimraf pnpm-lock.yaml && rimraf node_modules && pnpm store prune && pnpm install",
|
2023-11-10 13:16:05 +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,scss,vue,html,md}\"",
|
2023-12-12 16:11:04 +08:00
|
|
|
"lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
|
2023-11-10 13:16:05 +08:00
|
|
|
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
|
2024-02-26 22:17:40 +08:00
|
|
|
"prepare": "husky",
|
2023-11-10 13:16:05 +08:00
|
|
|
"preinstall": "npx only-allow pnpm"
|
|
|
|
},
|
2023-09-17 16:46:17 +08:00
|
|
|
"keywords": [
|
|
|
|
"vue-pure-admin",
|
|
|
|
"element-plus",
|
|
|
|
"tailwindcss",
|
|
|
|
"pure-admin",
|
|
|
|
"typescript",
|
|
|
|
"pinia",
|
|
|
|
"vue3",
|
2023-11-16 22:18:22 +08:00
|
|
|
"vite",
|
|
|
|
"esm"
|
2023-09-17 16:46:17 +08:00
|
|
|
],
|
|
|
|
"homepage": "https://github.com/pure-admin/vue-pure-admin",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/pure-admin/vue-pure-admin.git"
|
|
|
|
},
|
2023-11-10 13:16:05 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/pure-admin/vue-pure-admin/issues"
|
|
|
|
},
|
2023-09-17 16:46:17 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"author": {
|
|
|
|
"name": "xiaoxian521",
|
|
|
|
"email": "pureadmin@163.com",
|
|
|
|
"url": "https://github.com/xiaoxian521"
|
|
|
|
},
|
2021-03-01 15:26:05 +08:00
|
|
|
"dependencies": {
|
2021-03-29 16:38:52 +08:00
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
2024-03-05 15:36:07 +08:00
|
|
|
"@howdyjs/mouse-menu": "^2.1.3",
|
2024-03-30 23:45:56 +08:00
|
|
|
"@infectoone/vue-ganttastic": "^2.3.2",
|
2024-05-06 16:21:14 +08:00
|
|
|
"@logicflow/core": "^1.2.27",
|
|
|
|
"@logicflow/extension": "^1.2.27",
|
2024-03-13 20:46:37 +08:00
|
|
|
"@pureadmin/descriptions": "^1.2.1",
|
2024-03-04 16:44:30 +08:00
|
|
|
"@pureadmin/table": "^3.1.2",
|
2024-03-17 22:54:32 +08:00
|
|
|
"@pureadmin/utils": "^2.4.7",
|
2024-03-19 21:05:44 +08:00
|
|
|
"@vue-flow/background": "^1.3.0",
|
2024-05-14 09:32:40 +08:00
|
|
|
"@vue-flow/core": "^1.33.7",
|
2024-03-01 21:07:27 +08:00
|
|
|
"@vueuse/core": "^10.9.0",
|
2024-02-26 22:17:40 +08:00
|
|
|
"@vueuse/motion": "^2.1.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-09-28 09:20:49 +08:00
|
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
2021-08-02 12:57:57 +08:00
|
|
|
"animate.css": "^4.1.1",
|
2024-03-22 12:10:01 +08:00
|
|
|
"axios": "^1.6.8",
|
2022-04-30 00:40:28 +08:00
|
|
|
"china-area-data": "^5.0.1",
|
2024-04-22 12:27:53 +08:00
|
|
|
"cropperjs": "^1.6.2",
|
2024-05-02 22:39:18 +08:00
|
|
|
"dayjs": "^1.11.11",
|
2024-02-26 22:17:40 +08:00
|
|
|
"echarts": "^5.5.0",
|
2023-09-28 09:20:49 +08:00
|
|
|
"el-table-infinite-scroll": "^3.0.3",
|
2024-05-14 09:32:40 +08:00
|
|
|
"element-plus": "^2.7.3",
|
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",
|
2023-11-16 22:01:20 +08:00
|
|
|
"jsbarcode": "^3.11.6",
|
2023-09-27 23:32:45 +08:00
|
|
|
"localforage": "^1.10.0",
|
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",
|
2024-03-24 20:59:46 +08:00
|
|
|
"mqtt": "4.3.7",
|
2021-03-01 15:26:05 +08:00
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
"path": "^0.12.7",
|
2023-11-02 10:02:04 +08:00
|
|
|
"pinia": "^2.1.7",
|
2024-05-09 10:37:19 +08:00
|
|
|
"pinyin-pro": "^3.20.4",
|
2024-05-14 09:32:40 +08:00
|
|
|
"plus-pro-components": "^0.1.3",
|
2023-04-27 11:04:27 +08:00
|
|
|
"qrcode": "^1.5.3",
|
2024-04-17 18:37:45 +08:00
|
|
|
"qs": "^6.12.1",
|
2023-03-01 19:20:44 +08:00
|
|
|
"responsive-storage": "^2.2.0",
|
2024-01-21 23:14:46 +08:00
|
|
|
"sortablejs": "^1.15.2",
|
2024-05-14 09:32:40 +08:00
|
|
|
"swiper": "^11.1.2",
|
2024-03-06 18:16:46 +08:00
|
|
|
"typeit": "^8.8.3",
|
2024-02-26 22:17:40 +08:00
|
|
|
"v-contextmenu": "^3.2.0",
|
2023-08-11 11:31:04 +08:00
|
|
|
"v3-infinite-loading": "^1.3.1",
|
2023-11-10 13:16:05 +08:00
|
|
|
"version-rocket": "^1.7.1",
|
2024-05-09 10:37:19 +08:00
|
|
|
"vue": "^3.4.27",
|
2024-04-22 12:27:53 +08:00
|
|
|
"vue-i18n": "^9.13.1",
|
2024-03-22 12:10:01 +08:00
|
|
|
"vue-json-pretty": "^2.4.0",
|
|
|
|
"vue-pdf-embed": "^2.0.3",
|
2024-04-22 12:27:53 +08:00
|
|
|
"vue-router": "^4.3.2",
|
2023-12-28 18:46:43 +08:00
|
|
|
"vue-tippy": "^6.4.1",
|
2024-05-02 22:39:18 +08:00
|
|
|
"vue-types": "^5.1.2",
|
2023-09-29 11:24:08 +08:00
|
|
|
"vue-virtual-scroller": "2.0.0-beta.8",
|
2024-03-01 21:07:27 +08:00
|
|
|
"vue-waterfall-plugin-next": "^2.4.3",
|
2023-09-17 11:11:24 +08:00
|
|
|
"vue3-danmaku": "^1.6.0",
|
2024-03-21 00:10:16 +08:00
|
|
|
"vue3-puzzle-vcode": "^1.1.7",
|
2022-08-11 22:23:41 +08:00
|
|
|
"vuedraggable": "^4.1.0",
|
2024-05-14 09:32:40 +08:00
|
|
|
"vxe-table": "^4.6.12",
|
|
|
|
"wavesurfer.js": "^7.7.14",
|
2024-05-02 22:39:18 +08:00
|
|
|
"xgplayer": "^3.0.17",
|
2022-06-03 23:41:47 +08:00
|
|
|
"xlsx": "^0.18.5"
|
2020-11-16 14:10:17 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-24 11:19:51 +08:00
|
|
|
"@commitlint/cli": "^19.3.0",
|
2024-04-17 18:37:45 +08:00
|
|
|
"@commitlint/config-conventional": "^19.2.2",
|
2024-03-13 20:46:37 +08:00
|
|
|
"@commitlint/types": "^19.0.3",
|
2024-05-06 16:21:14 +08:00
|
|
|
"@eslint/js": "^9.2.0",
|
2024-02-26 22:17:40 +08:00
|
|
|
"@faker-js/faker": "^8.4.1",
|
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",
|
2024-04-22 12:27:53 +08:00
|
|
|
"@iconify/vue": "^4.1.2",
|
2024-03-30 23:45:56 +08:00
|
|
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
2023-10-22 14:59:47 +08:00
|
|
|
"@pureadmin/theme": "^3.2.0",
|
2024-03-19 21:05:44 +08:00
|
|
|
"@types/dagre": "^0.7.52",
|
2024-04-06 10:44:08 +08:00
|
|
|
"@types/gradient-string": "^1.1.6",
|
2023-12-10 23:05:40 +08:00
|
|
|
"@types/intro.js": "^5.1.5",
|
2023-11-10 13:16:05 +08:00
|
|
|
"@types/js-cookie": "^3.0.6",
|
2024-05-09 10:37:19 +08:00
|
|
|
"@types/node": "^20.12.11",
|
2023-12-10 23:05:40 +08:00
|
|
|
"@types/nprogress": "^0.2.3",
|
2023-11-10 13:16:05 +08:00
|
|
|
"@types/qrcode": "^1.5.5",
|
2024-04-17 18:37:45 +08:00
|
|
|
"@types/qs": "^6.9.15",
|
2024-02-26 22:17:40 +08:00
|
|
|
"@types/sortablejs": "^1.15.8",
|
2024-05-14 09:32:40 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
|
|
|
"@typescript-eslint/parser": "^7.9.0",
|
2024-02-26 22:17:40 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
2023-11-16 22:01:20 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
2024-03-22 12:10:01 +08:00
|
|
|
"autoprefixer": "^10.4.19",
|
2024-01-17 12:21:56 +08:00
|
|
|
"boxen": "^7.1.1",
|
2024-05-02 22:39:18 +08:00
|
|
|
"cssnano": "^7.0.1",
|
2024-03-19 21:05:44 +08:00
|
|
|
"dagre": "^0.8.5",
|
2024-05-06 16:21:14 +08:00
|
|
|
"eslint": "^9.2.0",
|
2023-12-10 23:05:40 +08:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2023-12-28 18:46:43 +08:00
|
|
|
"eslint-define-config": "^2.1.0",
|
2024-01-10 21:13:13 +08:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2024-05-14 09:32:40 +08:00
|
|
|
"eslint-plugin-vue": "^9.26.0",
|
2024-01-17 12:21:56 +08:00
|
|
|
"gradient-string": "^2.0.2",
|
2024-02-26 22:17:40 +08:00
|
|
|
"husky": "^9.0.11",
|
|
|
|
"lint-staged": "^15.2.2",
|
2024-03-22 12:10:01 +08:00
|
|
|
"postcss": "^8.4.38",
|
2024-05-09 10:37:19 +08:00
|
|
|
"postcss-html": "^1.7.0",
|
2024-03-22 12:10:01 +08:00
|
|
|
"postcss-import": "^16.1.0",
|
2023-09-29 11:24:08 +08:00
|
|
|
"postcss-scss": "^4.0.9",
|
2024-02-26 22:17:40 +08:00
|
|
|
"prettier": "^3.2.5",
|
2024-05-14 09:32:40 +08:00
|
|
|
"rimraf": "^5.0.7",
|
2023-12-28 18:46:43 +08:00
|
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
2024-05-14 09:32:40 +08:00
|
|
|
"sass": "^1.77.1",
|
2024-05-02 22:39:18 +08:00
|
|
|
"stylelint": "^16.5.0",
|
2024-04-17 18:37:45 +08:00
|
|
|
"stylelint-config-recess-order": "^5.0.1",
|
2023-08-29 11:18:00 +08:00
|
|
|
"stylelint-config-recommended-vue": "^1.5.0",
|
2024-04-06 10:44:08 +08:00
|
|
|
"stylelint-config-standard-scss": "^13.1.0",
|
2023-12-12 16:11:04 +08:00
|
|
|
"stylelint-prettier": "^5.0.0",
|
2024-05-14 09:32:40 +08:00
|
|
|
"svgo": "^3.3.2",
|
2024-03-29 10:11:06 +08:00
|
|
|
"tailwindcss": "^3.4.3",
|
2024-04-13 09:37:18 +08:00
|
|
|
"typescript": "^5.4.5",
|
2024-05-02 22:39:18 +08:00
|
|
|
"vite": "^5.2.11",
|
2024-05-13 22:45:19 +08:00
|
|
|
"vite-plugin-cdn-import": "^1.0.1",
|
2022-10-27 02:35:56 +08:00
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2024-01-21 23:14:46 +08:00
|
|
|
"vite-plugin-fake-server": "^2.1.1",
|
2023-12-10 23:05:40 +08:00
|
|
|
"vite-plugin-remove-console": "^2.2.0",
|
2023-12-05 18:04:37 +08:00
|
|
|
"vite-plugin-router-warn": "^1.0.0",
|
2023-12-10 23:05:40 +08:00
|
|
|
"vite-svg-loader": "^5.1.0",
|
2024-01-27 16:21:07 +08:00
|
|
|
"vue-eslint-parser": "^9.4.2",
|
2023-12-28 18:46:43 +08:00
|
|
|
"vue-tsc": "^1.8.27"
|
2022-07-18 16:07:03 +08:00
|
|
|
},
|
2023-11-10 13:16:05 +08:00
|
|
|
"engines": {
|
2024-01-13 20:02:49 +08:00
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0",
|
2024-05-13 22:45:19 +08:00
|
|
|
"pnpm": ">=9"
|
2023-11-10 13:16:05 +08:00
|
|
|
},
|
2022-07-18 16:07:03 +08:00
|
|
|
"pnpm": {
|
2023-04-19 11:37:33 +08:00
|
|
|
"allowedDeprecatedVersions": {
|
|
|
|
"sourcemap-codec": "*",
|
2023-12-10 23:05:40 +08:00
|
|
|
"domexception": "*",
|
2023-05-18 17:24:00 +08:00
|
|
|
"w3c-hr-time": "*",
|
2023-12-10 23:05:40 +08:00
|
|
|
"stable": "*",
|
|
|
|
"abab": "*"
|
2024-04-13 11:21:06 +08:00
|
|
|
},
|
|
|
|
"peerDependencyRules": {
|
|
|
|
"allowedVersions": {
|
|
|
|
"eslint": "9"
|
|
|
|
}
|
2022-07-18 16:07:03 +08:00
|
|
|
}
|
2023-09-17 16:46:17 +08:00
|
|
|
}
|
2021-11-06 16:15:25 +08:00
|
|
|
}
|