-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 4.96 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "choo-postcss-proto-template",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"homepage": "",
"author": "Sam Elie <samradelie@gmail.com>",
"keywords": [
"budo",
"browserify",
"choo",
"postcss"
],
"repository": {
"type": "git",
"url": ".git",
"web": "/"
},
"dependencies": {
"angle-normals": "^1.0.0",
"arraybuffer-base64": "^1.0.0",
"baboon-image": "^2.1.0",
"bel": "^5.1.5",
"bunny": "^1.0.1",
"ccapture.js": "^1.0.7",
"choo": "^6.5.1",
"choo-devtools": "^2.1.0",
"color": "^2.0.1",
"dat.gui": "github:dataarts/dat.gui",
"dependency-graph": "^0.5.2",
"drag-drop": "^2.13.2",
"fastclick": "^1.0.6",
"feedback-sounds": "git+https://adddog@github.com/adddog/feedback-sounds.git",
"fetch-jsonp": "^1.1.3",
"form-data": "^2.3.1",
"gl-mat4": "^1.1.4",
"gl-matrix": "^2.4.0",
"glsl-noise": "0.0.0",
"hammerjs": "^2.0.8",
"has-flag": "^2.0.0",
"icosphere": "^1.0.0",
"intrinsic-scale": "^3.0.3",
"lodash": "^4.17.4",
"mouse-change": "^1.4.0",
"msr": "^1.3.4",
"nanocomponent": "^6.4.2",
"ndarray": "^1.0.18",
"nice-color-palettes": "^2.0.0",
"peerjs-client": "^0.3.15",
"pixi.js": "^4.6.1",
"primitive-cylinder": "git+https://adddog@github.com/adddog/primitive-cylinder.git",
"proxy-observable": "^4.0.2",
"quads": "^1.1.1",
"query-string": "^5.0.1",
"raf-loop": "^1.1.3",
"randomstring": "^1.1.5",
"regl": "^1.3.0",
"resl": "^1.0.3",
"simplewebrtc": "git+https://samelie@github.com/samelie/simplewebrtc.git",
"socket.io-client": "^2.0.4",
"sono": "^2.1.4",
"tiza": "^2.1.0",
"usfl": "^3.0.1",
"uuid": "^3.1.0",
"webrtc-adapter": "^5.0.6",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"budo": "^10.0.4",
"concurrently": "^3.5.1",
"core-decorators": "^0.20.0",
"cssnano-cli": "^1.0.5",
"ejs-cli": "^2.0.0",
"envify": "^4.1.0",
"escodegen": "^1.9.0",
"estraverse": "^4.2.0",
"glslify": "^6.1.0",
"normalize.css": "^7.0.0",
"postcss-animations": "^0.3.0",
"postcss-cli": "^4.1.1",
"postcss-easings": "^1.0.1",
"postcss-extend": "^1.0.5",
"postcss-filters": "0.0.2",
"postcss-font-magician": "^2.1.0",
"postcss-image-inliner": "^1.0.6",
"postcss-import": "^11.0.0",
"postcss-nested": "^2.1.2",
"postcss-simple-vars": "^4.1.0",
"postcss-smart-import": "^0.7.5",
"sugarss": "^1.0.1",
"uglify-es": "^3.1.8",
"webworkify": "^1.5.0"
},
"scripts": {
"prestart": "npm run process:images && npm run copy:audio",
"start": "NODE_ENV=development ejs-cli src/index.ejs > index.html && concurrently \"NODE_ENV=development budo index.js:bundle.js --host 0.0.0.0 --ssl -C sslcerts/local_cert.pem -K sslcerts/local_key.pem --cors --live --serve bundle.js -- -t babelify --presets [ es2015 stage-0 stage-1 stage-2 ] -t envify -t glslify\" \"postcss src/postcss/index.sss -o main.css -m -w\"",
"start:stage": "NODE_ENV=stage ejs-cli src/index.ejs > index.html && NODE_ENV=stage concurrently \"budo index.js:bundle.js --host 0.0.0.0 --ssl -C sslcerts/local_cert.pem -K sslcerts/local_key.pem --cors --live --serve bundle.js -- -t babelify --presets [ es2015 stage-0 stage-1 stage-2 ] -t envify\" \"postcss src/postcss/index.sss -o main.css -m -w\"",
"build:stage": "concurrently \"npm run process:images\" \"browserify index.js -t [ envify --NODE_ENV stage ] -t babelify --presets [ es2015 stage-0 stage-1 stage-2 ] | uglifyjs > bundle.min.js \" \"postcss src/postcss/index.sss -o main.css && cssnano < main.css > main.min.css && NODE_ENV=production ejs-cli src/index.ejs > index.html\" ",
"build": "concurrently \"npm run process:images\" \"browserify index.js -t [ envify --NODE_ENV production ] -t babelify --presets [ es2015 stage-0 stage-1 stage-2 ] | uglifyjs > bundle.min.js \" \"postcss src/postcss/index.sss -o main.css && cssnano < main.css > main.min.css && NODE_ENV=production ejs-cli src/index.ejs > index.html\" ",
"copy:audio": "chmod +x bin/copy_audio.sh && ./bin/copy_audio.sh",
"process:images": "chmod +x bin/compress_images.sh && ./bin/compress_images.sh"
},
"false": {}
}