2019-02-15 14:57:54 -05:00
|
|
|
{
|
2019-03-12 10:41:00 -04:00
|
|
|
"name": "embark-create-react-dapp-template",
|
2019-02-15 14:57:54 -05:00
|
|
|
"version": "0.1.0",
|
|
|
|
"dependencies": {
|
2019-02-18 15:00:17 -05:00
|
|
|
"@babel/runtime-corejs2": "^7.3.1",
|
2019-04-08 12:39:06 +10:00
|
|
|
"babel-loader": "^8.0.5",
|
2019-05-21 10:35:48 -04:00
|
|
|
"embarkjs-connector-web3": "^4.0.0",
|
2019-02-18 14:30:45 -05:00
|
|
|
"react": "^16.8.2",
|
|
|
|
"react-dom": "^16.8.2",
|
2019-04-08 12:39:06 +10:00
|
|
|
"react-scripts": "2.1.5"
|
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
|
|
|
}
|