29 lines
701 B
JSON
29 lines
701 B
JSON
{
|
|
"name": "caremyway",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"localStorage": "^1.0.3",
|
|
"moment": "^2.22.1",
|
|
"react": "^16.2.0",
|
|
"react-color": "^2.13.8",
|
|
"react-datepicker": "^1.4.1",
|
|
"react-dom": "^16.2.0",
|
|
"react-redux": "^5.0.6",
|
|
"react-router": "^4.2.0",
|
|
"react-router-dom": "^4.2.2",
|
|
"react-scripts": "^1.1.0",
|
|
"redux": "^4.0.0",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-saga": "^0.16.0",
|
|
"semantic-ui-react": "^0.81.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|