4 Star 1 Fork 0

chrli/临港新片区规划管理平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
chrli 提交于 2020-08-03 17:08 . first commit
{
"private": true,
"scripts": {
"start": "umi dev",
"build": "umi build",
"test": "umi test",
"lint": "eslint --ext .js src mock tests",
"precommit": "lint-staged"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.4.0",
"eslint-config-umi": "^0.1.5",
"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",
"husky": "^0.14.3",
"lint-staged": "^7.2.2",
"lodash": "^4.17.11",
"lodash-decorators": "^6.0.1",
"umi": "^2.12.3",
"umi-plugin-react": "^1.1.1"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"git add"
]
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"antd": "^3.21.1",
"axios": "^0.18.0",
"echarts": "^4.2.0-rc.2",
"echarts-for-react": "^2.0.15-beta.0",
"esri-loader": "^2.6.0",
"heatmap.js": "^2.0.5",
"heatmapjs": "^2.0.2",
"js-cookie": "^2.2.1",
"lodash": "^4.17.11",
"lodash-decorators": "^6.0.1",
"react-custom-scrollbars": "^4.2.1",
"react-draggable": "^3.1.1",
"react-motion": "^0.5.2",
"react-resizable": "^1.7.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chrli/lgPlan.git
git@gitee.com:chrli/lgPlan.git
chrli
lgPlan
临港新片区规划管理平台
master

搜索帮助