| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- {
- "name": "perms-system-web",
- "version": "6.0.1",
- "private": true,
- "description": "An out-of-box UI solution for enterprise applications",
- "scripts": {
- "analyze": "cross-env ANALYZE=1 REACT_APP_ENV=prod UMI_ENV=prod max build",
- "build:generic": "cross-env PROD_ID=${npm_config_prod_id:-go-pmp} REACT_APP_ENV=${npm_config_env:-prod} UMI_ENV=${npm_config_env:-prod} max build",
- "build:perms-system": "npm run build:perms-system:prod",
- "build:perms-system:dev": "npm run build:generic --prod-id=perms-system --env=dev",
- "build:perms-system:prod": "npm run build:generic --prod-id=perms-system --env=prod",
- "build:perms-system:test": "npm run build:generic --prod-id=perms-system --env=test",
- "dev:perms-system": "npm run dev:perms-system:no-mock",
- "dev:perms-system:no-mock": "npm run start:generic:no-mock --prod-id=perms-system --env=local",
- "i18n-remove": "pro i18n-remove --locale=zh-CN --write",
- "postinstall": "max setup",
- "lint": "npm run lint:js && npm run lint:style && npm run prettier",
- "lint:js": "max lint --fix --eslint-only",
- "lint:style": "max lint src/**/*.{less,scss} --fix --stylelint-only",
- "openapi": "max openapi",
- "prepare": "husky install",
- "prettier": "prettier -c --write \"**/**.{js,jsx,tsx,ts,less,scss,md,json}\" --end-of-line auto",
- "preview": "max preview --port 8000",
- "record": "cross-env NODE_ENV=development REACT_APP_ENV=test max record --scene=login",
- "start:generic": "cross-env PROD_ID=${npm_config_prod_id:-go-pmp} REACT_APP_ENV=${npm_config_env:-dev} UMI_ENV=dev max dev",
- "start:generic:no-mock": "cross-env PROD_ID=${npm_config_prod_id:-go-pmp} REACT_APP_ENV=${npm_config_env:-dev} MOCK=none UMI_ENV=dev max dev",
- "tsc": "tsc --noEmit"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 10"
- ],
- "dependencies": {
- "@ant-design/icons": "^4.8.3",
- "@ant-design/plots": "^2.6.8",
- "@ant-design/pro-components": "^2.8.10",
- "@antv/g2": "^5.4.8",
- "@antv/l7": "^2.25.4",
- "@antv/l7-maps": "^2.25.4",
- "@antv/l7-react": "^2.4.3",
- "@cap.js/widget": "0.1.31",
- "@dnd-kit/core": "^6.3.1",
- "@dnd-kit/sortable": "^10.0.0",
- "@dnd-kit/utilities": "^3.2.2",
- "@iconify/react": "6.0.2",
- "@umijs/route-utils": "^2.2.2",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-react": "^1.0.6",
- "antd": "^5.28.1",
- "antd-style": "^3.7.1",
- "axios": "0.27.2",
- "brotli-wasm": "3.0.1",
- "classnames": "^2.5.1",
- "copy-to-clipboard": "4.0.2",
- "crypto-js": "^4.2.0",
- "dayjs": "^1.11.20",
- "dayjs-plugin-utc": "^0.1.2",
- "echarts": "^6.0.0",
- "echarts-for-react": "^3.0.6",
- "fflate": "0.8.2",
- "file-saver": "^2.0.5",
- "js-cookie": "^3.0.5",
- "jsoneditor": "^10.4.3",
- "lodash-es": "^4.18.1",
- "numeral": "^2.0.6",
- "omit.js": "^2.0.2",
- "pinyin-pro": "3.28.1",
- "qs": "^6.15.1",
- "ramda": "^0.30.1",
- "rc-util": "^5.44.4",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "react-fittext": "^1.0.0",
- "xlsx": "0.18.5"
- },
- "devDependencies": {
- "@ant-design/pro-cli": "^2.1.5",
- "@iconify-json/ri": "1.2.5",
- "@iconify/json": "^2.2.471",
- "@iconify/tools": "^4.1.4",
- "@svgr/core": "^8.1.0",
- "@svgr/plugin-jsx": "^8.1.0",
- "@tailwindcss/cli": "4.3.0",
- "@testing-library/react": "^13.4.0",
- "@trivago/prettier-plugin-sort-imports": "^4.3.0",
- "@types/crypto-js": "^4.2.2",
- "@types/express": "^4.17.25",
- "@types/file-saver": "^2.0.7",
- "@types/history": "^4.7.11",
- "@types/jest": "^29.5.14",
- "@types/js-cookie": "^3.0.6",
- "@types/jsoneditor": "^9.9.6",
- "@types/lodash-es": "^4.17.12",
- "@types/lodash.debounce": "^4.0.9",
- "@types/qs": "^6.15.1",
- "@types/ramda": "^0.30.2",
- "@types/react": "^18.3.26",
- "@types/react-dom": "^18.3.7",
- "@types/react-helmet": "^6.1.11",
- "@umijs/fabric": "^2.14.1",
- "@umijs/lint": "^4.6.52",
- "@umijs/max": "^4.6.52",
- "autoprefixer": "^10.5.0",
- "babel-plugin-transform-remove-console": "^6.9.4",
- "cross-env": "^7.0.3",
- "eslint": "^8.57.1",
- "express": "^4.21.2",
- "gh-pages": "^3.2.3",
- "glob": "^11.0.3",
- "husky": "^8.0.3",
- "jest": "^29.7.0",
- "jest-environment-jsdom": "^29.7.0",
- "lint-staged": "^13.3.0",
- "mockjs": "^1.1.0",
- "postcss": "^8.5.14",
- "prettier": "^3.8.3",
- "prettier-plugin-organize-imports": "^3.2.4",
- "prettier-plugin-packagejson": "^2.5.19",
- "prettier-plugin-two-style-order": "^1.0.1",
- "react-dev-inspector": "^1.9.0",
- "stylelint": "^14.16.1",
- "stylelint-scss": "^6.12.1",
- "swagger-ui-dist": "^4.19.1",
- "tailwindcss": "^4.3.0",
- "ts-node": "^10.9.2",
- "typescript": "^5.9.3",
- "umi-presets-pro": "^2.0.3"
- },
- "packageManager": "[email protected]",
- "engines": {
- "node": ">=18.20.6"
- }
- }
|