-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 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
{
"name": "xStreamDataAnalysisPlatform",
"sideEffects": false,
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "npm run webpack --display-error-details",
"dev": "webpack --config webpack.dev.js --display-error-details && http-server",
"prod": "webpack --config webpack.prod.js --display-error-details && bash deploy.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polishdude20/xStreamDataAnalysisPlatform.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/polishdude20/xStreamDataAnalysisPlatform/issues"
},
"homepage": "https://github.com/polishdude20/xStreamDataAnalysisPlatform#readme",
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.9.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"logrocket": "^1.0.4",
"mapbox-gl": "^1.5.0",
"socket.io": "^2.3.0",
"three": "^0.109.0",
"ws": "^7.2.0"
}
}