2017-08-29 21:29:44 +00:00
|
|
|
{
|
|
|
|
"name": "caremyway",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2017-08-30 01:51:45 +00:00
|
|
|
"axios": "^0.16.2",
|
|
|
|
"localStorage": "^1.0.3",
|
2017-08-29 21:29:44 +00:00
|
|
|
"react": "^15.6.1",
|
|
|
|
"react-dom": "^15.6.1",
|
2017-08-29 22:55:44 +00:00
|
|
|
"react-redux": "^5.0.6",
|
|
|
|
"react-router": "^4.2.0",
|
|
|
|
"react-router-dom": "^4.2.2",
|
|
|
|
"react-scripts": "1.0.12",
|
|
|
|
"redux": "^3.7.2",
|
|
|
|
"redux-logger": "^3.0.6",
|
|
|
|
"redux-saga": "^0.15.6",
|
|
|
|
"semantic-ui-react": "^0.72.0"
|
2017-08-29 21:29:44 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
}
|
2017-08-29 22:55:44 +00:00
|
|
|
}
|