加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
nelsonkuang 提交于 2017-10-12 09:54 . 增加d3简单柱状图
{
"name": "ant-admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^2.13.3",
"d3": "^4.11.0",
"d3-tip": "^0.7.1",
"echarts": "^3.7.1",
"echarts-for-react": "^2.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.13"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化