forked from nicholasadamou/starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.92 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
{
"name": "starter-kit",
"title": "Starter Kit",
"description": "Starter Kit",
"version": "1.0.0",
"homepage": "https://nicholasadamou.com/",
"author": {
"name": "Nicholas Adamou",
"url": "https://nicholasadamou.com/"
},
"repository": {
"type": "git",
"url": "[email protected]:nicholasadamou/Starter-Kit.git"
},
"license": "MIT",
"scripts": {
"install-dependencies": "yarn install && bower cache clean && bower install"
},
"devDependencies": {
"argv": "^0.0.2",
"autoprefixer": "^7.1.2",
"babel-preset-latest": "^6.24.1",
"bower": "^1.8.2",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.2",
"gulp-cssnano": "^2.1.2",
"gulp-error-handle": "^1.0.0",
"gulp-eslint": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-include": "^2.3.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "*",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.*",
"gulp-strip-css-comments": "^1.2.0",
"gulp-strip-debug": "^1.0.0",
"gulp-surge": "^0.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"imagemin-pngquant": "^5.0.1",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"localtunnel": "^1.8.3",
"lost": "^8.2.0",
"main-bower-files": "^2.13.1",
"minimist": "^1.2.0",
"node-bourbon": "^4.2.8",
"node-neat": "^2.0.0-beta.0",
"path": "^0.12.7",
"postcss-cli": "^4.1.0",
"psi": "^1.0.6",
"require-dir": "^0.3.2",
"rucksack-css": "^0.9.1",
"run-sequence": "^1.2.2",
"vinyl-ftp": "^0.6.0",
"yarn": "^0.27.5"
},
"dependencies": {
"animate.css": "latest",
"bulma": "latest",
"hamburgers": "latest",
"hover": "latest",
"isinviewport": "latest",
"jquery": "latest",
"vanilla-lazyload": "latest"
}
}