caremyway-client/package.json

29 lines
701 B
JSON
Raw Normal View History

2017-08-29 21:29:44 +00:00
{
"name": "caremyway",
"version": "0.1.0",
"private": true,
"dependencies": {
2018-04-18 19:05:56 +00:00
"axios": "^0.18.0",
"localStorage": "^1.0.3",
"moment": "^2.22.1",
2018-01-21 19:01:59 +00:00
"react": "^16.2.0",
2017-09-21 21:01:49 +00:00
"react-color": "^2.13.8",
"react-datepicker": "^1.4.1",
2018-01-21 19:01:59 +00:00
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
2018-04-18 19:05:56 +00:00
"react-scripts": "^1.1.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
2018-01-21 19:01:59 +00:00
"redux-saga": "^0.16.0",
2018-06-28 05:06:55 +00:00
"semantic-ui-react": "^0.81.3"
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"
}
}