-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.59 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
{
"name": "flussonic",
"scripts": {
"distpush": "git subtree push --prefix dist origin gh-pages"
},
"author": "buschidos || coderiver",
"devDependencies": {
"autoprefixer": "^6.1.2",
"babel-loader": "^6.2.3",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.5.0",
"babel-runtime": "^6.3.19",
"babelify": "^7.2.0",
"browser-sync": "^2.10.0",
"browserify": "^12.0.1",
"css-mqpacker": "^4.0.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-cheerio": "^0.6.2",
"gulp-consolidate": "^0.1.2",
"gulp-data": "^1.2.1",
"gulp-filter": "^3.0.1",
"gulp-front-matter": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-prettify": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.5",
"gulp-swig": "^0.8.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.2.0",
"json-loader": "^0.5.4",
"lodash": "^3.10.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1",
"webpack": "^1.12.13"
},
"dependencies": {
"autosize": "^3.0.14",
"jquery": "^2.1.4",
"jquery.transit": "^0.9.12",
"lodash.debounce": "^3.1.1",
"scrollmagic": "^2.0.5",
"svg4everybody": "^2.0.1"
}
}