-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 906 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "member-match-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.3.1",
"ajv": "^6.5.2",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"eslint": "^5.1.0",
"express": "^4.16.3",
"firebase": "^5.2.0",
"lodash": "^4.17.10",
"material-ui-icons": "^1.0.0-beta.36",
"nodemon": "^1.18.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4",
"request-promise": "^4.2.2",
"typeface-roboto": "0.0.54"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"server": "nodemon server.js",
"client": "yarn start",
"dev": "concurrently --kill-others-on-fail"
},
"proxy": "http://localhost:7000/",
"devDependencies": {
"concurrently": "^3.6.0"
}
}