-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 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
{
"name": "littlegreta-redesign",
"version": "0.1.0",
"description": "Little Greta website.",
"scripts": {
"gulp": "gulp",
"svg": "gulp svg",
"build": "gulp build",
"bower": "bower install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.6",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"babelify": "^10.0.0",
"beepbeep": "^1.2.2",
"browser-sync": "^2.26.3",
"browserify": "^16.2.3",
"del": "^3.0.0",
"emitty": "^1.4.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-data": "^1.2.1",
"gulp-faker": "^1.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-inject": "^5.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-merge-json": "^1.3.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9",
"gulp-uglify": "^3.0.1",
"gulp-useref": "^3.1.6",
"hygienist-middleware": "^0.1.3",
"normalize.css": "^8.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
},
"dependencies": {
"@vimeo/player": "^2.6.5",
"barba.js": "^1.0.0",
"bower": "^1.8.4",
"headroom.js": "^0.9.4",
"in-view": "^0.6.1",
"include-media": "^1.4.9",
"node-bourbon": "^4.2.8",
"pace-progress": "^1.0.2",
"two.js": "^0.6.0",
"vanilla-lazyload": "^10.19.0",
"waypoints": "^4.0.1"
}
}