-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1011 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": "backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "babel-watch server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"ts": "ts-node --compilerOptions \"{\\\"module\\\":\\\"commonjs\\\"}\"",
"devDependencies": {
"@aspnet/signalr": "^1.0.4",
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-watch": "^2.0.7",
"ethereumjs-wallet": "^0.6.3",
"forever": "^0.15.3",
"nodemon": "^1.18.6",
"promise": "^8.0.2"
},
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.18.3",
"config": "^3.0.1",
"cors": "^2.8.5",
"express": "^4.16.4",
"http": "0.0.0",
"https": "^1.0.0",
"moment": "^2.24.0",
"mongoose": "^5.7.1",
"mysql": "^2.16.0",
"socket.io": "^2.1.1",
"websocket": "^1.0.28",
"xmlhttprequest": "^1.8.0"
}
}