-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 927 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
36
37
38
39
40
41
42
{
"name": "shlomi",
"version": "1.0.0",
"private": true,
"description": "",
"main": "s.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "nodemon server",
"dev": "run-p server start"
},
"eslintConfig": {
"extends": "react-app"
},
"author": "Shlomi Vinny",
"license": "ISC",
"dependencies": {
"mongodb": "^3.1.13",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-twitter-widgets": "^1.7.1"
},
"devDependencies": {
"nodemon": "^1.18.10",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"request": "^2.88.0",
"yargs": "^13.2.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:3001"
}