{
  "name": "@mjcloud/platform-types",
  "version": "1.2.71",
  "description": "明建云建模平台",
  "main": "lib/index.js",
  "author": "smk17",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://192.168.0.206:8080/summary/JavaPlatformProject%2FUIPlatform.git"
  },
  "scripts": {
    "test": "umi test",
    "pull": "git pull",
    "build:clean": "rm -rf ./backup/*",
    "build:ready": "yarn pull && yarn && yarn build",
    "build:oss": "ts-node --project tsconfig.node.json ./scripts/build.ts",
    "build:build:dev": "ts-node --project tsconfig.node.json ./plugins/dev.ts",
    "build:build:pd3": "ts-node --project tsconfig.node.json ./plugins/pd3.ts",
    "xsd": "scp -r ./xsd/* root@npmjs.yuandingyun.vip:/var/www/html/pc",
    "build:zip": "gulp zip && scp -r ./backup/** root@192.168.0.113:/opt/windows-share112/UIPlatform",
    "build:copy": "scp -r ./dist/* root@npmjs.yuandingyun.vip:/var/www/html/pc",
    "build:copyconfig": "scp ./devpublic/config.json root@npmjs.yuandingyun.vip:/var/www/html/pc",
    "build:copy2": "scp -r ./dist/* root@106.54.224.120:/data/wwwroot/devydy",
    "build:copy2config": "scp ./devpublic/config.json root@106.54.224.120:/data/wwwroot/devydy",
    "build:copy3": "ts-node --project tsconfig.node.json ./scripts/build-dev.ts",
    "build:dev": "yarn build:ready && yarn build:build:dev && yarn build:clean && yarn build:copy && yarn build:zip",
    "build:jenkins": "yarn build && yarn build:build:dev && yarn build:clean && yarn build:copy && gulp zip",
    "build:jenkins:pd3": "yarn build && yarn build:build:pd3 && yarn build:clean && gulp zip",
    "build:v4": "yarn build:ready && yarn build:build:dev && yarn build:clean && yarn build:copy",
    "build:publish": "yarn build:ready && yarn build:oss",
    "build": "cross-env UMI_ENV=build FORK_TS_CHECKER=1 NODE_OPTIONS='--max-old-space-size=4096' umi build",
    "build:analyze": "cross-env UMI_ENV=build ANALYZE=1 ANALYZE_MODE=server FORK_TS_CHECKER=1 umi build",
    "start": "cross-env PORT=8088 UMI_ENV=dev umi dev",
    "startt": "cross-env PORT=80 UMI_ENV=dev umi dev",
    "dev:test": "cross-env PORT=46000 UMI_ENV=dev MOCK=none NODE_OPTIONS='--max-old-space-size=4096' umi dev",
    "dev": "cross-env PORT=8088 HOST=0.0.0.0 UMI_ENV=dev MOCK=none NODE_OPTIONS='--max-old-space-size=4096' umi dev",
    "dev:wxWork": "cross-env PORT=80 HOST=0.0.0.0 UMI_ENV=dev MOCK=none NODE_OPTIONS='--max-old-space-size=4096' umi dev",
    "https": "cross-env PORT=443 UMI_ENV=https MOCK=none umi dev",
    "server": "cross-env PORT=80 UMI_ENV=server MOCK=none umi dev",
    "mobile": "cross-env PORT=8088 UMI_ENV=mobile MOCK=none umi dev",
    "start:mock": "ts-node-dev --project tsconfig.node.json ./express/app.ts",
    "bootstrap": "cross-env NODE_OPTIONS='--max-old-space-size=4096' lerna bootstrap",
    "changelog": "lerna-changelog",
    "clean": "lerna clean -y",
    "father:build": "father build",
    "pub": "yarn pull && yarn && gulp && father build && yarn pubsh",
    "pubsh": "lerna publish",
    "gulp": "gulp",
    "pb": "npm publish --access public --registry=https://registry.npmjs.org/",
    "new": "ts-node --project tsconfig.node.json plugins/new.ts",
    "lint:ts": "tslint \"src/**/*.ts\" \"src/**/*.tsx\"",
    "lint:es": "eslint --ext .js src mock tests",
    "--precommit": "lint-staged"
  },
  "files": [
    "lib",
    "typings.d.ts"
  ],
  "dependencies": {
    "@ant-design/icons": "^4.2.2",
    "@ant-design/pro-layout": "4.7.4",
    "@antv/f2": "^3.6.1",
    "@antv/g2": "^4.0.15",
    "@antv/g2plot": "^1.1.26",
    "@mjcloud/component": "^1.0.10",
    "@mjcloud/controller": "^1.1.33",
    "@mjcloud/core": "^1.2.56",
    "@mjcloud/core-helper": "^1.0.14",
    "@mjcloud/data-model": "^1.1.3",
    "@mjcloud/data-source-helper": "^1.1.4",
    "@mjcloud/eapp-core": "^1.2.56",
    "@mjcloud/exception": "^1.0.7",
    "@mjcloud/extend-store": "^1.0.9",
    "@mjcloud/global-data": "^1.0.8",
    "@mjcloud/icon": "^2.1.3",
    "@mjcloud/instance": "^1.0.13",
    "@mjcloud/jsapi": "^1.0.45",
    "@mjcloud/logic": "^1.0.8",
    "@mjcloud/mcontrols": "^1.1.48",
    "@mjcloud/modal-helper": "^1.1.6",
    "@mjcloud/page": "^1.1.14",
    "@mjcloud/page-helper": "^1.0.11",
    "@mjcloud/page-mode-helper": "^1.0.7",
    "@mjcloud/reduce": "^1.0.8",
    "@mjcloud/redux": "^1.0.8",
    "@mjcloud/router-helper": "^1.0.14",
    "@mjcloud/service": "^1.2.29",
    "@mjcloud/types": "^1.1.9",
    "@mjcloud/ui": "^1.1.3",
    "@mjcloud/utils": "^1.1.15",
    "@mjcloud/workbench": "^1.0.21",
    "@types/lodash": "^4.14.161",
    "@types/react-copy-to-clipboard": "^4.3.0",
    "@types/react-is": "^16.7.1",
    "@types/react-lifecycles-compat": "^3.0.1",
    "@types/react-virtualized": "^9.21.10",
    "@types/shallowequal": "^1.1.1",
    "@types/styled-components": "^5.1.1",
    "ahooks": "^2.3.0",
    "antd": "^4.8.0",
    "antd-mobile": "^2.3.1",
    "braft-editor": "^2.3.9",
    "braft-utils": "^3.0.12",
    "classnames": "^2.2.6",
    "css-animation": "^2.0.4",
    "dingtalk-design-libs": "^0.0.20",
    "dom-helpers": "^5.2.0",
    "eventlistener": "^0.0.1",
    "javascript-detect-element-resize": "^0.5.3",
    "lodash": "^4.17.20",
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1",
    "prop-types": "^15.7.2",
    "rc-animate": "^3.1.0",
    "rc-resize-observer": "^0.2.5",
    "rc-util": "^5.2.1",
    "react": "^16.14.0",
    "react-content-loader": "^5.0.4",
    "react-copy-to-clipboard": "^5.0.2",
    "react-document-title": "^2.0.3",
    "react-dom": "^16.7.0",
    "react-favicon": "^0.0.14",
    "react-grid-layout": "^1.3.0",
    "react-is": "^16.13.1",
    "react-lifecycles-compat": "^3.0.4",
    "react-long": "^1.1.9",
    "react-virtualized": "^9.22.2",
    "resize-observer-polyfill": "^1.5.1",
    "shallowequal": "^1.1.0",
    "shineout": "^1.5.2",
    "styled-components": "^5.1.1",
    "swiper": "6",
    "uuid": "^8.3.0",
    "video-react": "^0.14.1"
  },
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.13.7",
    "@types/classnames": "^2.2.7",
    "@types/draft-js": "^0.10.35",
    "@types/express": "^4.17.0",
    "@types/glob": "^7.1.1",
    "@types/http-proxy-middleware": "^0.19.2",
    "@types/jest": "^23.3.12",
    "@types/multer": "^1.3.7",
    "@types/react": "^16.7.18",
    "@types/react-document-title": "^2.0.3",
    "@types/react-dom": "^16.0.11",
    "@types/react-test-renderer": "^16.0.3",
    "@types/uuid": "^3.4.5",
    "@types/webpack": "^4.4.27",
    "@types/webpack-chain": "^5.2.0",
    "ali-oss": "^6.1.1",
    "babel-eslint": "^9.0.0",
    "babel-plugin-import": "^1.11.2",
    "compression-webpack-plugin": "5.0.0",
    "cross-env": "^5.2.0",
    "dts-css-modules-loader": "^1.0.1",
    "eslint": "^5.4.0",
    "eslint-config-umi": "^1.4.0",
    "eslint-plugin-flowtype": "^2.50.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.11.1",
    "express": "^4.17.1",
    "father": "^2.29.10",
    "glob": "^7.1.4",
    "gulp": "^4.0.2",
    "gulp-clean": "^0.4.0",
    "gulp-cli": "^2.3.0",
    "gulp-sequence": "^1.0.0",
    "gulp-typescript": "^5.0.0",
    "gulp-zip": "^5.0.0",
    "http-proxy-middleware": "^0.19.1",
    "husky": "^0.14.3",
    "import-http": "^0.3.1",
    "lerna": "^3.18.3",
    "lerna-changelog": "^0.8.2",
    "lint-staged": "^7.2.2",
    "little-loader": "^0.2.0",
    "mockjs": "^1.0.1-beta3",
    "postcss-preset-env": "^6.6.0",
    "postcss-px2rem-exclude": "^0.0.6",
    "react-test-renderer": "^16.7.0",
    "ts-node": "^8.0.3",
    "ts-node-dev": "^1.0.0-pre.43",
    "tslint": "^5.12.0",
    "tslint-eslint-rules": "^5.4.0",
    "tslint-react": "^3.6.0",
    "typed-css-modules": "^0.4.2",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "umi": "^2.13.15",
    "umi-plugin-react": "^1.6.0",
    "umi-types": "^0.2.0",
    "webpack-require-http": "^0.4.3"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "tslint --fix",
      "git add"
    ]
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "gitHead": "d1c9b91008e21d3a11b4a5e2854a764221eb63e3"
}
