-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
90 lines (90 loc) · 2.56 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"private": false,
"version": "1.0.0",
"name": "beat-pose",
"author": {
"name": "Charlie Gerard",
"email": "[email protected]",
"url": "https://charliegerard.dev"
},
"description": "Play Beat Saber with body movements using Tensorflow.js and PoseNet",
"keywords": [
"javascript",
"tensorflowjs",
"tensorflow",
"posenet"
],
"license": "GNU",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"start": "webpack-dev-server --host 0.0.0.0 --progress --colors --hot --inline --port 9999"
},
"dependencies": {
"aframe-aabb-collider-component": "^3.1.0",
"aframe-atlas-uvs-component": "^2.1.0",
"aframe-audioanalyser-component": "^5.3.0",
"aframe-event-decorators": "^1.0.2",
"aframe-event-set-component": "^4.0.1",
"aframe-geometry-merger-component": "^2.0.0-beta1",
"aframe-haptics-component": "^1.4.2",
"aframe-layout-component": "^5.3.0",
"aframe-orbit-controls": "^1.2.0",
"aframe-proxy-event-component": "^2.1.0",
"aframe-ring-shader": "^1.1.0",
"aframe-slice9-component": "^1.0.0",
"aframe-state-component": "^6.4.2",
"aframe-thumb-controls-component": "^1.1.0",
"algoliasearch": "^3.32.0",
"ansi-html": "0.0.7",
"autoprefixer": "^7.2.6",
"babel": "6.23.0",
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-minify-webpack-plugin": "0.2.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "6.24.1",
"body-parser": "1.18.2",
"classnames": "^2.2.5",
"css-loader": "^0.23.1",
"debug": "^4.1.0",
"firebase": "^5.5.8",
"html-entities": "^1.2.1",
"html-minifier": "^3.5.11",
"ip": "1.1.5",
"json-loader": "^0.5.7",
"nunjucks": "3.0.1",
"postcss": "^6.0.23",
"postcss-loader": "^0.9.1",
"preact": "^8.4.2",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"uglify-js": "git://github.com/mishoo/UglifyJS2#harmony",
"uglifyjs-webpack-plugin": "0.4.6",
"url-loader": "^1.1.2",
"webpack": "2.3.3",
"webpack-glsl-loader": "^1.0.1",
"webpack-sources": "1.0.1",
"zip-loader": "github:ngokevin/ZipLoader#beatviewer"
},
"devDependencies": {
"cross-env": "4.0.0",
"ghpages": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"semistandard": "10.0.0",
"shx": "^0.2.2",
"snazzy": "7.0.0",
"superagent": "^3.8.2",
"webpack-dev-server": "2.4.4"
},
"semistandard": {
"globals": [
"AFRAME",
"THREE"
]
},
"engines": {
"node": "8.9.1"
}
}