vue-pure-admin2/package.json

152 lines
5.0 KiB
JSON
Raw Normal View History

2020-11-16 14:10:17 +08:00
{
2021-04-22 17:31:50 +08:00
"name": "vue-pure-admin",
2022-05-11 16:34:54 +08:00
"version": "3.3.0",
2021-03-01 15:26:05 +08:00
"private": true,
2020-11-16 14:10:17 +08:00
"scripts": {
2021-04-22 17:31:50 +08:00
"dev": "cross-env --max_old_space_size=4096 vite",
2021-11-03 14:16:34 +08:00
"serve": "pnpm dev",
2021-08-27 01:33:57 +08:00
"build": "rimraf dist && cross-env vite build",
2022-04-20 23:15:04 +08:00
"build:staging": "rimraf dist && cross-env vite build --mode staging",
2022-02-05 17:34:01 +08:00
"report": "rimraf dist && cross-env 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",
"clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,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/",
"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": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@ctrl/tinycolor": "^3.4.1",
"@logicflow/core": "^1.1.16",
"@logicflow/extension": "^1.1.16",
2022-04-11 12:17:47 +08:00
"@pureadmin/components": "^1.0.6",
"@pureadmin/descriptions": "^1.0.0",
2022-06-22 18:36:08 +08:00
"@pureadmin/table": "^0.0.1",
"@vueuse/core": "^8.7.4",
2022-03-26 17:20:44 +08:00
"@vueuse/motion": "^2.0.0-beta.12",
2022-06-22 18:36:08 +08:00
"@vueuse/shared": "^8.7.4",
2022-04-20 11:30:31 +08:00
"@wangeditor/editor": "^5.0.1",
"@wangeditor/editor-for-vue": "^5.1.10",
2021-08-02 12:57:57 +08:00
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"china-area-data": "^5.0.1",
2022-03-05 13:47:24 +08:00
"cropperjs": "^1.5.12",
"css-color-function": "^1.3.3",
2022-06-22 18:36:08 +08:00
"dayjs": "^1.11.3",
"driver.js": "^0.9.8",
2022-06-22 18:36:08 +08:00
"echarts": "^5.3.3",
"element-plus": "^2.2.6",
"element-resize-detector": "^1.2.3",
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",
"lodash-unified": "^1.0.2",
2021-10-03 08:38:48 +08:00
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
2021-03-01 15:26:05 +08:00
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pinia": "^2.0.14",
2022-04-27 19:57:12 +08:00
"qrcode": "^1.5.0",
2021-12-04 01:16:50 +08:00
"qs": "^6.10.1",
2021-03-01 15:26:05 +08:00
"resize-observer-polyfill": "^1.5.1",
2022-06-22 21:30:40 +08:00
"responsive-storage": "^2.0.0",
"rgb-hex": "^4.0.0",
2022-05-05 16:27:06 +08:00
"swiper": "^8.1.4",
2021-11-03 14:16:34 +08:00
"v-contextmenu": "3.0.0",
2022-06-22 18:36:08 +08:00
"vue": "^3.2.37",
2022-04-22 13:56:05 +08:00
"vue-form-create2": "^1.2.8",
2022-06-22 18:36:08 +08:00
"vue-i18n": "^9.2.0-beta.36",
2021-04-15 23:10:28 +08:00
"vue-json-pretty": "^2.0.2",
"vue-pdf-embed": "^1.1.4",
"vue-router": "^4.0.15",
2022-01-21 16:10:10 +08:00
"vue-types": "^4.1.1",
2022-05-19 01:16:08 +08:00
"vue-virtual-scroller": "^2.0.0-alpha.1",
2021-11-03 14:16:34 +08:00
"vuedraggable": "4.1.0",
"vxe-table": "^4.2.3",
2022-03-05 13:47:24 +08:00
"xe-utils": "^3.5.4",
2022-06-03 23:41:47 +08:00
"xgplayer": "^2.31.6",
"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-05-19 01:16:08 +08:00
"@faker-js/faker": "^6.3.1",
2022-04-18 00:30:10 +08:00
"@iconify-icons/carbon": "^1.2.4",
2022-03-26 17:20:44 +08:00
"@iconify-icons/ep": "^1.2.4",
"@iconify-icons/fa": "^1.2.2",
"@iconify-icons/fa-solid": "^1.2.2",
2022-04-11 12:17:47 +08:00
"@iconify-icons/fluent": "^1.2.5",
2022-04-15 22:07:11 +08:00
"@iconify-icons/mdi": "^1.2.8",
2022-03-26 17:20:44 +08:00
"@iconify-icons/ri": "^1.2.1",
2022-04-10 12:08:19 +08:00
"@iconify-icons/uil": "^1.2.1",
2022-04-14 09:43:39 +08:00
"@iconify/vue": "^3.2.1",
2022-04-25 18:06:22 +08:00
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
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",
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",
"@types/lodash-es": "^4.17.6",
2021-11-03 14:16:34 +08:00
"@types/mockjs": "1.0.3",
"@types/node": "14.14.14",
"@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-02-07 15:59:04 +08:00
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.3",
2022-04-14 09:43:39 +08:00
"@vitejs/plugin-vue-jsx": "^1.3.10",
2022-02-07 15:59:04 +08:00
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/runtime-core": "^3.2.37",
2022-04-24 22:01:20 +08:00
"autoprefixer": "^10.4.5",
2021-11-03 14:16:34 +08:00
"cross-env": "7.0.3",
2022-02-07 15:59:04 +08:00
"eslint": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.1",
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",
"picocolors": "^1.0.0",
"postcss": "^8.4.6",
2022-02-07 15:59:04 +08:00
"postcss-html": "^1.3.0",
2021-11-03 14:16:34 +08:00
"postcss-import": "14.0.0",
2022-02-07 15:59:04 +08:00
"postcss-scss": "^4.0.3",
"prettier": "^2.5.1",
2021-11-03 14:16:34 +08:00
"pretty-quick": "3.1.1",
"rimraf": "3.0.2",
2022-03-17 12:23:15 +08:00
"rollup": "^2.70.1",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.51.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",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
2022-03-26 17:20:44 +08:00
"typescript": "^4.6.3",
2022-06-22 18:36:08 +08:00
"unocss": "^0.39.3",
"unplugin-vue-define-options": "^0.6.1",
2022-06-22 18:36:08 +08:00
"vite": "^2.9.12",
2021-08-26 15:44:33 +08:00
"vite-plugin-mock": "^2.9.6",
"vite-plugin-remove-console": "^1.0.0",
"vite-svg-loader": "^3.3.0",
"vue-eslint-parser": "^8.2.0"
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
}