-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.8 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
{
"name": "webgl-clubber-demo",
"version": "1.0.2",
"description": "A WebGL audio/reactive experiment, where rhythm and melody are computed in MIDI bands and redirected to a GLSL shader.",
"author": "Andrea Bovo <spleen666@gmail.com>",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/spleennooname/webgl-clubber-demo.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode=production --config webpack.config.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --mode=development --config webpack.config.js --open",
"deploy:surge": "surge dist webgl-clubber-demo.surge.sh"
},
"bugs": {
"url": "https://github.com/spleennooname/webgl-clubber-demo/issues"
},
"homepage": "https://github.com/spleennooname/webgl-clubber-demo#readme",
"keywords": [
"WebGL",
"clubber",
"webaudio",
"twgl",
"waves",
"glsl",
"WebAudio",
"shaders"
],
"dependencies": {
"clubber": "^1.7.1",
"detect-gpu": "1.5.1",
"gsap": "^2.1.3",
"standardized-audio-context": "^25.1.2",
"twgl.js": "^4.16.1",
"web-audio-touch-unlock": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"copy-webpack-plugin": "^6.2.1",
"cross-env": "^7.0.2",
"css-loader": "^4.3.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.0.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"sass-loader": "^10.0.3",
"shader-loader": "^1.3.1",
"standard": "^14.3.4",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}