{ "name": "ybee.eqm", "version": "1.0.1", "private": true, "description": "", "scripts": { "analyze": "cross-env ANALYZE=1 max build", "build": "max build", "deploy": "npm run build && npm run gh-pages", "dev": "npm run start:dev", "gapi": "node ./scripts/gapi/index.js", "gh-pages": "gh-pages -d dist", "i18n-remove": "pro i18n-remove --locale=zh-CN --write", "postinstall": "max setup", "jest": "jest", "lint": "npm run lint:js && npm run lint:prettier && npm run tsc", "lint-staged": "lint-staged", "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ", "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src ", "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src", "lint:prettier": "prettier -c --write \"**/**.{js,jsx,tsx,ts,less,md,json}\" --end-of-line auto", "openapi": "max openapi", "prepare": "husky install", "prettier": "prettier -c --write \"**/**.{js,jsx,tsx,ts,less,md,json}\"", "preview": "npm run build && max preview --port 8000", "record": "cross-env NODE_ENV=development REACT_APP_ENV=test max record --scene=login", "serve": "umi-serve", "start": "cross-env UMI_ENV=dev max dev", "start:dev": "cross-env REACT_APP_ENV=dev MOCK=none UMI_ENV=dev max dev", "start:no-mock": "cross-env MOCK=none UMI_ENV=dev max dev", "start:pre": "cross-env REACT_APP_ENV=pre UMI_ENV=dev max dev", "start:test": "cross-env REACT_APP_ENV=test MOCK=none UMI_ENV=dev max dev", "test": "jest", "test:coverage": "npm run jest -- --coverage", "test:update": "npm run jest -- -u", "tsc": "tsc --noEmit" }, "lint-staged": { "**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js", "**/*.{js,jsx,tsx,ts,less,md,json}": [ "prettier --write" ] }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 10" ], "dependencies": { "@ant-design/icons": "^5.3.0", "@ant-design/pro-components": "^2.6.47", "@ant-design/use-emotion-css": "1.0.4", "@reduxjs/toolkit": "^1.9.5", "@umijs/route-utils": "^4.0.1", "ahooks": "^3.7.8", "antd": "^5.14.0", "bignumber.js": "^9.1.1", "classnames": "^2.3.2", "content-disposition": "^0.5.4", "echarts": "^5.4.3", "jsencrypt": "^3.3.2", "lodash": "^4.17.21", "moment": "^2.29.4", "omit.js": "^2.0.2", "query-string": "^8.1.0", "rc-menu": "^9.8.2", "rc-util": "^5.27.2", "react": "^18.2.0", "react-dev-inspector": "^2.0.0", "react-dom": "^18.2.0", "react-draggable": "^4.4.5", "react-helmet-async": "^1.3.0", "react-json-view": "^1.21.3", "vanilla-jsoneditor": "^0.18.11" }, "devDependencies": { "@ant-design/pro-cli": "^3.1.0", "@testing-library/react": "^14.0.0", "@types/babel__core": "^7.20.4", "@types/babel__generator": "^7.6.7", "@types/classnames": "^2.3.1", "@types/express": "^4.17.17", "@types/history": "^5.0.0", "@types/jest": "^29.5.3", "@types/lodash": "^4.14.191", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@types/react-helmet": "^6.1.6", "@umijs/fabric": "^4.0.1", "@umijs/lint": "^4.0.52", "@umijs/max": "^4.0.52", "cross-env": "^7.0.3", "eslint": "^8.45.0", "express": "^4.18.2", "gh-pages": "^5.0.0", "husky": "^8.0.3", "jest": "^29.6.1", "jest-environment-jsdom": "^29.6.1", "lint-staged": "^13.2.3", "mockjs": "^1.1.0", "prettier": "^3.0.0", "ts-node": "^10.9.1", "typescript": "^5.1.6", "umi-presets-pro": "^2.0.2" }, "engines": { "node": ">=12.0.0" } }