-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.26 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
{
"name": "hex002-womb",
"version": "0.1.0",
"description": "Kajsa Lindgren - WOMB (2018, HEX 002, Hyperdelia)",
"main": "src/js/index.js",
"scripts": {
"build": "yarn clear && webpack --mode production",
"clear": "rimraf dist",
"lint": "yarn lint:scss && yarn lint:js",
"lint:js": "eslint ./src/js",
"lint:scss": "stylelint ./src/scss",
"serve": "webpack-dev-server --mode development",
"start": "yarn serve",
"test": "echo \"Error: no test specified\" && exit 1",
"license-check": "license-checker --production --json > ./licenses.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperdelia/hex002-womb.git"
},
"keywords": [
"Spatial",
"WebAudio",
"WebGL"
],
"contributors": [
{
"name": "David Granström",
"url": "https://github.com/davidgranstrom"
},
{
"name": "Andreas Dzialocha",
"url": "https://github.com/adzialocha"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hyperdelia/hex002-womb/issues"
},
"homepage": "https://github.com/hyperdelia/hex002-womb#readme",
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^2.0.1",
"css-loader": "^0.28.9",
"eslint": "5.0.1",
"eslint-loader": "^2.0.0",
"extract-text-webpack-plugin": "v4.0.0-alpha.0",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^3.1.0",
"license-checker": "^20.1.0",
"node-sass": "^4.7.2",
"postcss-loader": "^2.1.0",
"postcss-modules": "^1.1.0",
"rimraf": "^2.6.2",
"sass-loader": "7.0.3",
"style-loader": "0.21.0",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.4.1",
"webpack-cli": "3.0.8",
"webpack-dev-server": "^3.1.1"
},
"dependencies": {
"hls.js": "^0.10.1",
"ios-safe-audio-context": "^1.0.1",
"normalize.css": "^8.0.0",
"resonance-audio": "davidgranstrom/resonance-audio-web-sdk.git#b2b0a89",
"stats.js": "^0.17.0",
"three": "0.93.0"
}
}