21 lines
503 B
JSON
21 lines
503 B
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"express": "^4.16.3",
|
|
"mdbreact": "^4.5.0",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-ripples": "^1.1.2",
|
|
"react-scripts": "1.1.4",
|
|
"react-scroll": "^1.7.9"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom --watchAll",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"proxy": "http://localhost:3001"
|
|
}
|