You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.7 KiB
62 lines
1.7 KiB
{ |
|
"name": "ccic-web", |
|
"private": true, |
|
"version": "1.0.0", |
|
"description": "大地项目", |
|
"repository": { |
|
"type": "git", |
|
"url": "git@120.78.213.5:/home/git/ccic-code/ccic-web.git" |
|
}, |
|
"scripts": { |
|
"start:insurance": "lerna run start --scope=insure", |
|
"start:expert": "lerna run start --scope=expert", |
|
"start:enterprise": "lerna run start --scope=enterprise", |
|
"build": "lerna run build --scope=*", |
|
"build:pro": "cross-env --REACT_APP_ENVIRONMENT=official lerna run build --scope=*" |
|
}, |
|
"dependencies": { |
|
"@ahooksjs/use-url-state": "^3.5.0", |
|
"@amap/amap-jsapi-loader": "^1.0.1", |
|
"@ant-design/pro-components": "2.3.20", |
|
"ahooks": "3.7.1", |
|
"antd": "^4.24.2", |
|
"axios": "^0.27.2", |
|
"downloadjs": "^1.4.7", |
|
"echarts": "^5.3.3", |
|
"js-base64": "^3.7.5", |
|
"js-cookie": "^3.0.1", |
|
"lodash": "^4.17.21", |
|
"lru-cache": "^6.0.0", |
|
"mime-match": "^1.0.2", |
|
"moment": "^2.29.4", |
|
"nprogress": "^0.2.0", |
|
"query-string": "^7.1.1", |
|
"react": "^17.0.1", |
|
"react-dom": "^17.0.1", |
|
"react-router-dom": "6.3.0", |
|
"react-scripts": "5.0.1", |
|
"store2": "^2.14.2", |
|
"whatwg-fetch": "^3.6.2", |
|
"xlsx": "^0.18.5" |
|
}, |
|
"devDependencies": { |
|
"@craco/craco": "^7.1.0", |
|
"@types/lodash": "^4.14.182", |
|
"@types/node": "^14.14.10", |
|
"@types/react": "^17.0.0", |
|
"@types/react-dom": "^17.0.0", |
|
"@types/react-router-dom": "^5.3.3", |
|
"babel-plugin-transform-remove-console": "^6.9.4", |
|
"craco-less": "^2.1.0-alpha.0", |
|
"cross-env": "^7.0.3", |
|
"http-proxy-middleware": "^2.0.6", |
|
"lerna": "^5.6.2", |
|
"typescript": "^4.7.4", |
|
"webpack-cli": "^5.0.1" |
|
}, |
|
"author": "guowei", |
|
"license": "ISC", |
|
"workspaces": [ |
|
"packages/*" |
|
] |
|
}
|
|
|