30 lines
660 B
JSON
Raw Normal View History

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",
"babel-loader": "^8.0.5",
"embarkjs-connector-web3": "4.0.0",
"embarkjs-ipfs": "4.0.0",
"embarkjs-whisper": "4.0.0",
2019-02-18 14:30:45 -05:00
"react": "^16.8.2",
"react-dom": "^16.8.2",
"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
}