-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.63 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
{
"name": "playground-starter-three",
"version": "1.0.0",
"description": "simple starter for three.js experiments",
"main": "gulpfile.js",
"author": "Corentin Fardeau - fardeaucorentin@gmail.com",
"license": "MIT",
"scripts": {
"start": "npm run server",
"server": "gulp server --watch",
"live": "gulp server --live"
},
"dependencies": {
"gsap": "^1.18.5",
"jquery": "^2.1.4",
"nk-css-reset": "^1.0.1",
"size": "watsondg/size",
"sniffer": "watsondg/sniffer",
"three": "^0.76.1",
"three-orbit-controls": "^72.0.0",
"three-trackballcontrols": "0.0.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browser-sync": "2.6.5",
"browserify": "^11.0.1",
"browserify-shim": "^3.8.10",
"colors": "^1.1.2",
"del": "^2.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-concat": "2.5.2",
"gulp-filter": "^3.0.1",
"gulp-imagemin": "^2.3.0",
"gulp-plumber": "1.0.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-template": "^4.0.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.6",
"lodash.assign": "^3.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1",
"minimist": "^1.1.2",
"gulp-clean-css": "2.0.11",
"rimraf": "^2.4.2",
"gulp-notify": "^2.2.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"timelinemax": "global:TimelineMax",
"tweenmax": "global:TweenMax",
"jquery": "$",
"underscore": "_"
}
}