-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·74 lines (74 loc) · 1.9 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
{
"name": "Synesthesia",
"version": "0.0.1",
"description": "Stereoscopic music viz",
"license": "WTFPL",
"scripts": {
"start": "babel-node server.js --presets es2015,stage-2",
"build": "webpack --config config/webpack.prod.js --progress --profile --colors",
"lint": "eslint ./src",
"posttest": "npm run lint"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.8.0",
"babel-core": "^6.3.26",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.3.13",
"browserify": "^12.0.1",
"clean-webpack-plugin": "^0.1.3",
"copy-webpack-plugin": "^0.3.3",
"dat-gui": "^0.5.0",
"eslint": "^2.2.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^4.0.0",
"exports-loader": "^0.6.3",
"express": "^4.13.3",
"file-loader": "^0.8.4",
"hex-rgb": "^1.0.0",
"html-webpack-plugin": "^1.7.0",
"jquery": "^2.2.3",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"musical-scale-colors": "^2.0.1",
"osc": "^2.0.3",
"pixi": "^0.3.1",
"pixi-extra-filters": "^1.1.0",
"script-loader": "^0.7.0",
"socket.io": "^1.4.6",
"tonal": "^0.50.2",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"@superguigui/wagner": "^0.1.13",
"babel-preset-es2015": "^6.6.0",
"core-js": "^2.0.0",
"dat-gui": "^0.5.0",
"glsl-checker": "^1.0.1",
"glsl-noise": "0.0.0",
"glslify": "^5.0.0",
"glslify-fancy-imports": "^1.0.1",
"glslify-hex": "^2.0.1",
"lodash": "^3.10.1",
"p5": "",
"raw-loader": "^0.5.1",
"three": "^0.75.0",
"transform-loader": "^0.2.3"
},
"browserify": {
"transform": [
"glslify"
]
},
"glslify": {
"transform": [
"glslify-fancy-imports",
"glslify-hex"
]
}
}