-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"devDependencies": {
"auto-plug": "^1.0.1",
"babelify": "^6.0.2",
"browser-sync": "^2.6.1",
"browserify": "^9.0.8",
"d3": "^3.5.6",
"debowerify": "^1.2.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.8",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^1.0.2",
"gulp-ruby-sass": "^1.0.1",
"gulp-scss-lint": "^0.1.11",
"gulp-size": "^1.2.1",
"gulp-smoosher": "0.0.7",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.1",
"gulp-useref": "^1.1.2",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"merge-stream": "^0.1.7",
"nodemon": "^1.3.7",
"run-sequence": "^1.0.2",
"subdir": "0.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
},
"engines": {
"node": ">=0.12.0"
},
"private": true,
"scripts": {
"serve": "nodemon --watch gulpfile.js --watch .jshintrc --watch .scss-lint.yml --exec 'gulp clean && gulp serve'",
"test": "gulp build"
},
"dependencies": {
"three-orbit-controls": "^71.0.0"
}
}