pserv/react-app/package.json
2018-04-29 18:11:45 -04:00

28 lines
660 B
JSON

{
"name": "react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.1.0",
"formik": "^0.11.11",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"reactstrap": "^5.0.0",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"superagent": "^3.8.2",
"toastr": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:9999/"
}