-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.78 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.78 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "threejs-app",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"license": "MIT",
"author": {
"name": "Jon Shamir",
"email": "jon.shamir@gmail.com",
"url": "https://jonshamir.com/"
},
"dependencies": {
"@jam3/gsap-promise": "^4.0.1",
"@jam3/preact-transition-router": "^2.5.3",
"analyser-frequency-average": "^1.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"chroma-js": "^2.1.0",
"clamp": "^1.0.1",
"classnames": "^2.2.5",
"defined": "^1.0.0",
"glsl-noise": "0.0.0",
"glslify-hex": "^2.1.1",
"load-img": "^1.0.0",
"load-json-xhr": "^3.0.3",
"map-limit": "0.0.1",
"object-assign": "^4.1.1",
"orbit-controls": "^1.2.4",
"preact": "^8.2.7",
"preact-transition-group": "^1.1.1",
"query-string": "^5.0.1",
"right-now": "^1.0.0",
"seed-random": "^2.2.0",
"simplex-noise": "^2.3.0",
"three": "^0.121.1",
"three.meshline": "^1.3.0",
"touches": "^1.2.2",
"tweenr": "^2.2.1",
"web-audio-analyser": "^2.0.1",
"web-audio-player": "^1.3.3",
"xhr": "^2.4.1"
},
"semistandard": {
"global": [
"THREE",
"Expo",
"Quad",
"Sine"
]
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"budo": "^10.0.4",
"chalk": "^2.3.0",
"cross-env": "^5.1.3",
"filed": "^0.1.0",
"glslify": "^6.1.0",
"less-css-stream": "^1.0.0",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-glob": "^2.0.1",
"loose-envify": "^1.3.1",
"maxstache": "^1.0.7",
"minimist": "^1.2.0",
"npm-run-all": "^4.1.2",
"once": "^1.4.0",
"semistandard": "^12.0.0",
"shader-reload": "^1.2.2",
"surge": "^0.19.0",
"uglify-js": "^3.2.1",
"unreachable-branch-transform": "^0.5.1"
},
"scripts": {
"component": "node tools/component.js",
"section": "node tools/component.js --section",
"start": "NODE_ENV=development node tools/bundler.js",
"bundle:js": "node tools/bundler.js | uglifyjs -m -c warnings=false > app/bundle.js",
"bundle:css": "node tools/style.js",
"bundle": "cross-env NODE_ENV=production npm-run-all bundle:js bundle:css",
"deploy": "git subtree push --prefix app origin gh-pages"
},
"glslify": {
"transform": [
"glslify-hex"
]
},
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/jonshamir/muser.git"
},
"homepage": "https://jonshamir.github.io/muser/"
}