-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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": "nearby-proxy",
"description": "> Project description",
"author": "",
"license": "ISC",
"engines": {
"node": ">=6.13.0"
},
"scripts": {
"start-server": "nodemon server/app.js",
"build": "webpack -d --watch"
},
"dependencies": {
"babel-plugin-styled-components": "^1.10.6",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"path": "^0.12.7",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"request": "^2.88.0",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor.git",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
},
"version": "1.0.0",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/housemania/Nearby-proxy.git"
},
"bugs": {
"url": "https://github.com/housemania/Nearby-proxy/issues"
},
"homepage": "https://github.com/housemania/Nearby-proxy#readme"
}