加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
stan 提交于 2019-01-06 21:36 . web3关联契约,部分问题没有解决
{
"name": "woniu-petshop",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.3",
"truffle-contract": "^4.0.1",
"web3": "^1.0.0-beta.37",
"xmlhttprequest": "^1.8.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化