2018-08-01 09:19:11 +00:00
|
|
|
{
|
|
|
|
"name": "embark-ui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-08-01 13:13:51 +00:00
|
|
|
"axios": "^0.18.0",
|
|
|
|
"connected-react-router": "^4.3.0",
|
|
|
|
"history": "^4.7.2",
|
2018-08-01 09:19:11 +00:00
|
|
|
"react": "^16.4.1",
|
|
|
|
"react-dom": "^16.4.1",
|
2018-08-01 13:13:51 +00:00
|
|
|
"react-redux": "^5.0.7",
|
|
|
|
"react-router": "^4.3.1",
|
|
|
|
"react-scripts": "1.1.4",
|
|
|
|
"redux": "^4.0.0",
|
|
|
|
"redux-saga": "^0.16.0"
|
2018-08-01 09:19:11 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"homepage": "http://localhost:8000/embark"
|
|
|
|
}
|