123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- {
- "name": "数据统计",
- "version": "3.3.0",
- "private": true,
- "scripts": {
- "dev": "cross-env --max_old_space_size=4096 vite",
- "serve": "pnpm dev",
- "build": "rimraf dist && cross-env vite build --mode development",
- "build:staging": "rimraf dist && cross-env vite build --mode staging",
- "build:prod": "rimraf dist && cross-env vite build --mode production",
- "report": "rimraf dist && cross-env vite build",
- "preview": "vite preview",
- "preview:build": "pnpm build && vite preview",
- "cloc": "cross-env --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}/**/*.{vue,ts,tsx}\" --fix",
- "lint:prettier": "prettier --write \"src/**/*.{js,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",
- "new:comp": "node ./scripts/generateComponent",
- "new:view": "node ./scripts/generateView",
- "new:page": "node ./scripts/generatePage"
- },
- "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.16",
- "@logicflow/extension": "^1.1.16",
- "@pureadmin/components": "^1.0.6",
- "@pureadmin/descriptions": "^1.1.0",
- "@pureadmin/table": "^1.2.0",
- "@pureadmin/utils": "^0.0.14",
- "@vueuse/core": "^8.7.4",
- "@vueuse/motion": "^2.0.0-beta.12",
- "@vueuse/shared": "^8.7.4",
- "@wangeditor/editor": "^5.1.14",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "animate.css": "^4.1.1",
- "axios": "^0.27.2",
- "china-area-data": "^5.0.1",
- "cropperjs": "^1.5.12",
- "crypto-js": "^4.1.1",
- "css-color-function": "^1.3.3",
- "dayjs": "^1.11.3",
- "dingtalk-jsapi": "^3.0.7",
- "driver.js": "^0.9.8",
- "echarts": "^5.3.3",
- "element-plus": "2.3.9",
- "element-resize-detector": "^1.2.3",
- "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",
- "nprogress": "^0.2.0",
- "path": "^0.12.7",
- "pinia": "^2.0.14",
- "qrcode": "^1.5.0",
- "qs": "^6.10.1",
- "resize-observer-polyfill": "^1.5.1",
- "responsive-storage": "^2.0.0",
- "rgb-hex": "^4.0.0",
- "swiper": "^8.1.4",
- "v-contextmenu": "3.0.0",
- "vue": "^3.2.37",
- "vue-form-create2": "^1.2.8",
- "vue-json-pretty": "^2.0.2",
- "vue-pdf-embed": "^1.1.4",
- "vue-router": "^4.0.15",
- "vue-types": "^4.1.1",
- "vue-virtual-scroller": "^2.0.0-alpha.1",
- "vuedraggable": "4.1.0",
- "vxe-table": "4.2.3",
- "xe-utils": "^3.5.4",
- "xgplayer": "^2.31.6",
- "xlsx": "^0.18.5",
- "xlsx-js-style": "^1.2.0"
- },
- "devDependencies": {
- "@commitlint/cli": "13.1.0",
- "@commitlint/config-conventional": "13.1.0",
- "@faker-js/faker": "^6.3.1",
- "@iconify-icons/carbon": "^1.2.4",
- "@iconify-icons/ep": "^1.2.4",
- "@iconify-icons/fa": "^1.2.2",
- "@iconify-icons/fa-solid": "^1.2.2",
- "@iconify-icons/fluent": "^1.2.5",
- "@iconify-icons/mdi": "^1.2.8",
- "@iconify-icons/ri": "^1.2.1",
- "@iconify-icons/uil": "^1.2.1",
- "@iconify/vue": "^3.2.1",
- "@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/node": "14.14.14",
- "@types/nprogress": "0.2.0",
- "@types/qrcode": "^1.4.2",
- "@types/qs": "^6.9.7",
- "@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",
- "@vitejs/plugin-vue-jsx": "^1.3.10",
- "@vue/eslint-config-prettier": "^7.0.0",
- "@vue/eslint-config-typescript": "^10.0.0",
- "@vue/runtime-core": "^3.2.37",
- "autoprefixer": "^10.4.5",
- "cloc": "^2.9.0",
- "cross-env": "7.0.3",
- "eslint": "^8.8.0",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-vue": "^8.4.1",
- "font-awesome": "^4.7.0",
- "husky": "^7.0.4",
- "lint-staged": "11.1.2",
- "picocolors": "^1.0.0",
- "postcss": "^8.4.6",
- "postcss-html": "^1.3.0",
- "postcss-import": "14.0.0",
- "postcss-scss": "^4.0.3",
- "prettier": "^2.5.1",
- "pretty-quick": "3.1.1",
- "rimraf": "3.0.2",
- "rollup": "^2.70.1",
- "rollup-plugin-visualizer": "^5.6.0",
- "sass": "^1.60.0",
- "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",
- "typescript": "^4.6.3",
- "unocss": "^0.39.3",
- "unplugin-vue-define-options": "^0.6.1",
- "vite": "^2.9.13",
- "vite-plugin-optimize-persist": "^0.1.2",
- "vite-plugin-package-config": "^0.1.1",
- "vite-plugin-remove-console": "^1.0.4",
- "vite-svg-loader": "^3.3.0",
- "vue-eslint-parser": "^8.2.0"
- },
- "repository": "git@github.com:xiaoxian521/采销365结算.git",
- "author": "xiaoxian521",
- "license": "MIT"
- }
|