mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-30 02:07:38 +08:00
170 lines
5.6 KiB
JSON
170 lines
5.6 KiB
JSON
{
|
|
"name": "vue-pure-admin",
|
|
"version": "3.6.4",
|
|
"private": true,
|
|
"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",
|
|
"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",
|
|
"cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
|
|
"clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
|
|
"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}\"",
|
|
"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",
|
|
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
|
|
"prepare": "husky install",
|
|
"preinstall": "npx only-allow pnpm"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"not ie 11",
|
|
"not op_mini all"
|
|
],
|
|
"dependencies": {
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
"@ctrl/tinycolor": "^3.4.1",
|
|
"@logicflow/core": "^1.1.24",
|
|
"@logicflow/extension": "^1.1.24",
|
|
"@pureadmin/components": "^1.1.0",
|
|
"@pureadmin/descriptions": "^1.1.0",
|
|
"@pureadmin/table": "^1.2.0",
|
|
"@pureadmin/utils": "^1.1.5",
|
|
"@vueuse/core": "^9.4.0",
|
|
"@vueuse/motion": "^2.0.0-beta.12",
|
|
"@vueuse/shared": "^9.4.0",
|
|
"@wangeditor/editor": "^5.1.21",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.1.3",
|
|
"china-area-data": "^5.0.1",
|
|
"cropperjs": "^1.5.12",
|
|
"dayjs": "^1.11.5",
|
|
"driver.js": "^0.9.8",
|
|
"echarts": "^5.4.0",
|
|
"el-table-infinite-scroll": "^3.0.1",
|
|
"element-plus": "^2.2.20",
|
|
"element-resize-detector": "^1.2.4",
|
|
"js-cookie": "^3.0.1",
|
|
"jsbarcode": "^3.11.5",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"lodash-unified": "^1.0.2",
|
|
"mitt": "^3.0.0",
|
|
"mockjs": "^1.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"path": "^0.12.7",
|
|
"pinia": "^2.0.23",
|
|
"qrcode": "^1.5.1",
|
|
"qs": "^6.11.0",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"responsive-storage": "^2.1.0",
|
|
"sortablejs": "^1.15.0",
|
|
"swiper": "^8.4.4",
|
|
"typeit": "^8.7.0",
|
|
"v-contextmenu": "3.0.0",
|
|
"vue": "^3.2.44",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-json-pretty": "^2.2.2",
|
|
"vue-pdf-embed": "^1.1.4",
|
|
"vue-router": "^4.1.6",
|
|
"vue-types": "^4.2.1",
|
|
"vue-virtual-scroller": "^2.0.0-alpha.1",
|
|
"vue3-danmaku": "^1.0.0",
|
|
"vuedraggable": "^4.1.0",
|
|
"vxe-table": "^4.3.5",
|
|
"xe-utils": "^3.5.7",
|
|
"xgplayer": "^2.32.1",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "13.1.0",
|
|
"@commitlint/config-conventional": "13.1.0",
|
|
"@faker-js/faker": "^7.5.0",
|
|
"@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",
|
|
"@iconify-icons/mdi": "^1.2.8",
|
|
"@iconify-icons/ri": "^1.2.3",
|
|
"@iconify-icons/uil": "^1.2.2",
|
|
"@iconify/vue": "^4.0.0",
|
|
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
|
|
"@pureadmin/theme": "^2.4.0",
|
|
"@types/element-resize-detector": "1.1.3",
|
|
"@types/js-cookie": "^3.0.1",
|
|
"@types/lodash": "^4.14.180",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/mockjs": "^1.0.7",
|
|
"@types/node": "^18.11.9",
|
|
"@types/nprogress": "0.2.0",
|
|
"@types/qrcode": "^1.4.2",
|
|
"@types/qs": "^6.9.7",
|
|
"@types/sortablejs": "^1.13.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
|
"@typescript-eslint/parser": "^5.42.1",
|
|
"@vitejs/plugin-legacy": "^2.3.1",
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"@vitejs/plugin-vue-jsx": "^2.1.1",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
"@vue/runtime-core": "^3.2.44",
|
|
"autoprefixer": "^10.4.13",
|
|
"cloc": "^2.10.0",
|
|
"cssnano": "^5.1.14",
|
|
"eslint": "^8.8.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^9.7.0",
|
|
"font-awesome": "^4.7.0",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "11.1.2",
|
|
"picocolors": "^1.0.0",
|
|
"postcss": "^8.4.18",
|
|
"postcss-html": "^1.5.0",
|
|
"postcss-import": "^15.0.0",
|
|
"postcss-scss": "^4.0.5",
|
|
"prettier": "^2.5.1",
|
|
"pretty-quick": "3.1.1",
|
|
"rimraf": "3.0.2",
|
|
"rollup-plugin-visualizer": "^5.8.3",
|
|
"sass": "^1.56.1",
|
|
"sass-loader": "^13.2.0",
|
|
"stylelint": "^14.3.0",
|
|
"stylelint-config-html": "^1.0.0",
|
|
"stylelint-config-prettier": "^9.0.3",
|
|
"stylelint-config-recommended": "^9.0.0",
|
|
"stylelint-config-standard": "^29.0.0",
|
|
"stylelint-order": "^5.0.0",
|
|
"tailwindcss": "^3.2.2",
|
|
"terser": "^5.15.1",
|
|
"typescript": "^4.8.4",
|
|
"unplugin-vue-macros": "^0.16.2",
|
|
"vite": "3.1.8",
|
|
"vite-plugin-cdn-import": "^0.3.5",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-mock": "^2.9.6",
|
|
"vite-plugin-remove-console": "^1.2.0",
|
|
"vite-svg-loader": "^3.6.0",
|
|
"vue-eslint-parser": "^9.1.0",
|
|
"vue-tsc": "^1.0.9"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"rollup",
|
|
"webpack"
|
|
]
|
|
}
|
|
},
|
|
"repository": "git@github.com:xiaoxian521/vue-pure-admin.git",
|
|
"author": "xiaoxian521",
|
|
"license": "MIT"
|
|
}
|