-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 KB
/
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
43
44
{
"name": "proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jasmine",
"launchProxy": "npx nodemon index.js",
"launchServer": "npx nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@koa/cors": "^2.2.3",
"@types/node": "^13.7.6",
"cross-fetch": "^3.0.4",
"dns": "^0.2.2",
"express": "^4.17.1",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"koa-cors": "0.0.16",
"koa-router": "^8.0.7",
"koa-static": "^5.0.0",
"mongoose": "^5.9.2",
"net": "^1.0.2",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"socket.io": "^2.3.0",
"socket.io-stream": "^0.9.1",
"use-interval": "^1.2.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-react": "^7.18.3",
"jasmine": "^3.5.0"
}
}