@choerodon/master
Version:
A package of Master for Choerodon platform.
106 lines (105 loc) • 3.23 kB
JSON
{
"name": "@choerodon/master",
"routeName": "master",
"version": "1.1.3",
"description": "A package of Master for Choerodon platform.",
"main": "./lib/index.js",
"files": [
"lib",
"postInstall.js"
],
"scripts": {
"start": "choerodon-front-boot start --config ./react/config.js",
"compile": "compiler compile",
"watch": "compiler compile --watch",
"postinstall": "node ./postInstall.js",
"clean-install": "rm -rf node_modules && rm package-lock.json && npm i --registry https://nexus.choerodon.com.cn/repository/choerodon-npm && chmod -R u+x node_modules"
},
"keywords": [
"choerodon",
"master",
"react"
],
"repository": {
"type": "git",
"url": "https://github.com/choerodon/choerodon-front-master"
},
"author": "qyellow",
"license": "ISC",
"devDependencies": {
"@choerodon/boot": "0.23.3",
"@choerodon/compiler": "^0.0.2",
"@types/styled-components": "^5.1.11",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"babel-eslint": "8.2.6",
"babel-preset-c7n": "0.0.2",
"eslint": "^7.8.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-c7n-app": "0.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0"
},
"resolutions": {
"react": "16.14.0",
"react-dom": "16.14.0"
},
"dependencies": {
"@choerodon/components": "1.1.0",
"@choerodon/inject": "^0.1.0",
"@hzero-front-ui/c7n-ui": "3.1.0-alpha.9",
"@hzero-front-ui/core": "3.0.1-alpha.2",
"@hzero-front-ui/themes": "3.1.0-alpha.9",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.5",
"ahooks": "^2.10.5",
"axios": "^0.16.2",
"choerodon-ui": "1.5.0-alpha.5",
"classnames": "^2.2.5",
"core-js": "^3.6.5",
"echarts": "^4.8.0",
"echarts-for-react": "^2.0.16",
"file-saver": "^2.0.5",
"history": "^4.6.3",
"js-base64": "^3.6.0",
"json-bigint": "^0.3.1",
"lodash": "^4.17.4",
"mobx": "4.15.7",
"mobx-react": "~6.1.1",
"mobx-react-lite": "^1.4.1",
"moment": "^2.27.0",
"moment-range": "^4.0.2",
"pdfjs-dist": "2.2.228",
"query-string": "^4.3.4",
"rc-tabs": "^11.9.1",
"react": "^16.6.0",
"react-beautiful-dnd": "^13.1.0",
"react-color": "2.17.0",
"react-copy-to-clipboard": "^5.0.4",
"react-device-detect": "^2.1.2",
"react-dom": "^16.6.0",
"react-grid-layout": "1.2.2",
"react-hot-loader": "^4.12.19",
"react-infinite-scroll-component": "^5.0.5",
"react-intl": "5.4.5",
"react-onclickoutside": "^6.8.0",
"react-query": "^3.6.0",
"react-router": "^5.1.2",
"react-router-cache-route": "1.4.2",
"react-router-dom": "^5.1.2",
"react-sizeme": "~3.0.1",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^5.2.1",
"timeago-react": "^3.0.2",
"typescript": "4.2.3",
"universal-cookie": "^4.0.4",
"uuid": "^8.3.2"
}
}