123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- {
- "name": "vue-pure-admin",
- "version": "3.9.7",
- "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",
- "svgo": "svgo -f src/assets/svg -o src/assets/svg",
- "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",
- "@howdyjs/mouse-menu": "^2.0.5",
- "@logicflow/core": "^1.1.31",
- "@logicflow/extension": "^1.1.31",
- "@pureadmin/descriptions": "^1.1.1",
- "@pureadmin/table": "^2.0.0",
- "@pureadmin/utils": "^1.8.5",
- "@vueuse/core": "^9.13.0",
- "@vueuse/motion": "2.0.0-beta.12",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "animate.css": "^4.1.1",
- "axios": "^1.2.2",
- "china-area-data": "^5.0.1",
- "cropperjs": "^1.5.13",
- "crypto-js": "^4.1.1",
- "dayjs": "^1.11.7",
- "echarts": "^5.4.1",
- "el-table-infinite-scroll": "^3.0.1",
- "element-china-area-data": "^6.0.0",
- "element-plus": "^2.2.32",
- "element-resize-detector": "^1.2.4",
- "intro.js": "^6.0.0",
- "js-cookie": "^3.0.1",
- "jsbarcode": "^3.11.5",
- "md-editor-v3": "^2.7.2",
- "md5": "^2.3.0",
- "mitt": "^3.0.0",
- "mockjs": "^1.1.0",
- "nprogress": "^0.2.0",
- "path": "^0.12.7",
- "pinia": "^2.0.32",
- "qrcode": "^1.5.1",
- "qs": "^6.11.0",
- "responsive-storage": "^2.2.0",
- "sortablejs": "^1.15.0",
- "swiper": "^9.1.0",
- "typeit": "^8.7.1",
- "v-contextmenu": "3.0.0",
- "vue": "^3.2.47",
- "vue-i18n": "^9.2.2",
- "vue-json-pretty": "^2.2.3",
- "vue-pdf-embed": "^1.1.5",
- "vue-router": "^4.1.6",
- "vue-types": "^5.0.2",
- "vue-virtual-scroller": "2.0.0-beta.7",
- "vue3-danmaku": "^1.2.0",
- "vuedraggable": "^4.1.0",
- "xgplayer": "^2.32.2",
- "xlsx": "^0.18.5"
- },
- "devDependencies": {
- "@iconify-icons/ep": "^1.2.10",
- "@iconify-icons/ri": "^1.2.4",
- "@iconify/vue": "^4.0.2",
- "@intlify/unplugin-vue-i18n": "^0.8.1",
- "@pureadmin/theme": "^3.0.0",
- "@types/element-resize-detector": "1.1.3",
- "@types/intro.js": "^5.1.0",
- "@types/js-cookie": "^3.0.2",
- "@types/mockjs": "^1.0.7",
- "@types/node": "^18.11.18",
- "@types/nprogress": "0.2.0",
- "@types/qrcode": "^1.5.0",
- "@types/qs": "^6.9.7",
- "@types/sortablejs": "^1.15.0",
- "@typescript-eslint/eslint-plugin": "^5.48.0",
- "@typescript-eslint/parser": "^5.48.0",
- "@vitejs/plugin-vue": "^4.0.0",
- "@vitejs/plugin-vue-jsx": "^3.0.0",
- "@vue/eslint-config-prettier": "^7.0.0",
- "@vue/eslint-config-typescript": "^11.0.2",
- "@vue/language-plugin-pug": "^2.0.21",
- "autoprefixer": "^10.4.13",
- "cloc": "^2.11.0",
- "cssnano": "^5.1.15",
- "eslint": "^8.31.0",
- "eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-vue": "^9.8.0",
- "husky": "^8.0.3",
- "picocolors": "^1.0.0",
- "postcss": "^8.4.21",
- "postcss-html": "^1.5.0",
- "postcss-import": "^15.1.0",
- "postcss-scss": "^4.0.6",
- "prettier": "^2.8.2",
- "pretty-quick": "3.1.1",
- "pug": "^3.0.2",
- "rimraf": "3.0.2",
- "rollup-plugin-visualizer": "^5.9.0",
- "sass": "^1.58.3",
- "sass-loader": "^13.2.0",
- "stylelint": "^14.16.1",
- "stylelint-config-html": "^1.1.0",
- "stylelint-config-prettier": "^9.0.4",
- "stylelint-config-recommended": "^9.0.0",
- "stylelint-config-standard": "^29.0.0",
- "stylelint-order": "^5.0.0",
- "svgo": "^3.0.2",
- "tailwindcss": "^3.2.7",
- "terser": "^5.16.5",
- "typescript": "^4.9.5",
- "unplugin-vue-define-options": "^1.1.2",
- "vite": "^4.1.4",
- "vite-plugin-cdn-import": "^0.3.5",
- "vite-plugin-compression": "^0.5.1",
- "vite-plugin-mock": "^2.9.6",
- "vite-plugin-remove-console": "^2.1.0",
- "vite-svg-loader": "^4.0.0",
- "vue-eslint-parser": "^9.1.0",
- "vue-tsc": "^1.2.0"
- },
- "pnpm": {
- "peerDependencyRules": {
- "ignoreMissing": [
- "rollup",
- "webpack"
- ]
- }
- },
- "repository": "git@github.com:pure-admin/vue-pure-admin.git",
- "author": "xiaoxian521",
- "license": "MIT"
- }
|