-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 934 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 934 Bytes
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
{
"name": "proxy-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm test",
"start": "node server/index.js",
"server-dev": "nodemon server/index.js",
"react-dev": "webpack -d --watch",
"heroku-postbulid" : "webpack -p"
},
"author": "Fatoom M Fayad",
"license": "ISC",
"dependencies": {
"@primer/components": "^15.0.1",
"body-parser": "^1.19.0",
"eslint": "^6.6.0",
"express": "^4.17.1",
"express-router": "0.0.1",
"mongoose": "^5.7.8",
"nodemon": "^1.19.4",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-router": "^5.1.2",
"request": "^2.88.0"
},
"devDependencies": {
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"webpack": "^2.2.1"
}
}