35 lines
905 B
JSON
35 lines
905 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@feathersjs/client": "^3.7.2",
|
|
"@material-ui/core": "^3.1.0",
|
|
"@material-ui/icons": "^3.0.1",
|
|
"bootstrap": "^4.1.3",
|
|
"country-list": "^1.1.0",
|
|
"mdbreact": "^4.7.1",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-google-maps": "^9.4.5",
|
|
"react-intl": "^2.6.0",
|
|
"react-modal": "^3.5.1",
|
|
"react-ripples": "^1.1.2",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "^1.1.5",
|
|
"react-scroll": "^1.7.10",
|
|
"recompose": "^0.30.0",
|
|
"sort-by": "^1.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom --watchAll",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^9.0.0",
|
|
"eslint": "^5.6.0",
|
|
"eslint-plugin-react": "^7.11.1"
|
|
}
|
|
}
|