-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "websockets",
"version": "1.0.0",
"main": "index.js",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/markbrown4/websockets.git"
},
"bugs": {
"url": "https://github.com/markbrown4/websockets/issues"
},
"homepage": "https://github.com/markbrown4/websockets#readme",
"description": "",
"dependencies": {
"@babel/core": "^7.2.2",
"aws-sdk": "^2.384.0",
"canvasjs": "^1.8.1",
"express": "^4.13.4",
"fs": "0.0.1-security",
"react-canvas-gauges": "^1.2.1",
"react-radial-gauge": "^0.2.0",
"react-resolve-dependencies": "^0.2.0",
"socket.io": "^2.2.0",
"ws": "^1.1.0",
"wss": "^3.3.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"react": "^16.7.0",
"react-dom": "^16.6.3",
"webpack": "^4.27.1",
"webpack-dev-server": "^3.1.10"
},
"scripts": {
"start": "node index.js"
}
}