37 lines
842 B
JSON
37 lines
842 B
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"bootstrap": "^4.1.3",
|
|
"connected-react-router": "^5.0.1",
|
|
"font-awesome": "^4.7.0",
|
|
"jest-junit": "^5.2.0",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.has": "^4.5.2",
|
|
"lodash.mapvalues": "^4.6.0",
|
|
"prettier": "^1.14.3",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.6.0",
|
|
"react-dom": "^16.6.0",
|
|
"react-redux": "^5.1.0",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "^2.1.1",
|
|
"redux": "^4.0.1",
|
|
"redux-form": "^7.4.2",
|
|
"redux-thunk": "^2.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|