-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.68 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
45
46
47
48
49
50
51
52
53
54
{
"name": "save-the-reef",
"version": "0.2.0",
"description": "A marine conservation educational game using A-Frame and Nools",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production"
},
"bin": {
"create-test-players": "./src/bin/create-test-players.js",
"create-vote-device": "./src/bin/create-vote-device.js"
},
"dependencies": {
"@cmcrobotics/homie-lit": "^0.7.3",
"@tweenjs/tween.js": "25.0.0",
"aframe": "^1.6.0",
"aframe-draw-component": "^1.5.0",
"aframe-extras": "^7.5.1",
"aframe-htmlembed-component": "^1.0.0",
"aframe-label": "^0.1.3",
"aframe-orbit-controls": "^1.3.2",
"aframe-textwrap-component": "^1.0.1",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"https-browserify": "^1.0.0",
"js-yaml": "^4.1.0",
"lit-html": "^3.2.1",
"loglevel": "^1.9.2",
"mqtt": "^4.3.7",
"nools": "^0.4.4",
"process": "^0.11.10",
"reveal.js": "^5.1.0",
"rxjs": "^7.8.0",
"stream-http": "^3.2.0",
"url": "^0.11.4",
"uuid": "^10.0.0"
},
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"crypto-browserify": "^3.12.0",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.5.0",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0",
"style-loader": "^4.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}