27 lines
522 B
JSON
Raw Normal View History

2019-02-15 14:57:54 -05:00
{
2019-02-18 14:30:45 -05:00
"name": "cra-template",
2019-02-15 14:57:54 -05:00
"version": "0.1.0",
"private": true,
"dependencies": {
2019-02-18 14:30:45 -05:00
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-scripts": "2.1.5",
"web3Connector": "4.0.0-beta.0"
2019-02-15 14:57:54 -05:00
},
"scripts": {
2019-02-18 14:30:45 -05:00
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
2019-02-15 14:57:54 -05:00
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
2019-02-18 14:30:45 -05:00
]
2019-02-15 14:57:54 -05:00
}