-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "happy-2018",
"version": "1.0.0",
"description": "Tap into the New Year with homemade physics, graphics, and synthesis 🖤✨",
"main": "index.js",
"author": "Adam Florin",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/adamflorin/happy-2018"
},
"scripts": {
"start": "webpack-dev-server --config webpack.dev.config.js --host 0.0.0.0",
"build": "webpack --config webpack.prod.config.js && cp index.html build/. && cp -r styles build/. && cp -r images build/."
},
"dependencies": {
"dat-gui": "^0.5.0",
"gl-mat4": "^1.1.4",
"gl-vec3": "^1.0.3",
"glsl-y-rotate": "^2.0.0",
"glslify": "^6.1.0",
"icosphere": "^1.0.0",
"nodelist-foreach-polyfill": "^1.2.0",
"regl": "^1.3.0",
"startaudiocontext": "^1.2.1",
"stats-js": "^1.0.0-alpha1",
"tone": "^0.11.11",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"glslify-loader": "^1.0.2",
"raw-loader": "^0.5.1",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.9.5"
}
}