-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
44 lines (44 loc) · 1.39 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
{
"name": "hoast360",
"version": "1.0.1",
"description": "360 degree video player with dynamic binaural higher-order ambisonics rendering, depending on view direction and zoom factor.",
"main": "hoast360.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -d --env.development",
"production-build": "webpack -p --env.production",
"analyze-build": "webpack -p --env.analyze",
"start": "http-server"
},
"repository": {
"type": "git",
"url": "[email protected]:thomasdeppisch/hoast360.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.4",
"http-server": "^0.12.3",
"raw-loader": "^4.0.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"dashjs": "^3.1.2",
"jquery": "^3.5.1",
"numeric": "^1.2.6",
"spherical-harmonic-transform": "^0.1.1",
"video.js": "^7.8.4",
"videojs-contrib-dash": "github:thomasdeppisch/videojs-contrib-dash",
"videojs-contrib-quality-levels": "^2.0.9",
"videojs-http-source-selector": "github:thomasdeppisch/videojs-http-source-selector",
"videojs-xr": "^0.1.0"
}
}