-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
68 lines (68 loc) · 1.69 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
{
"name": "summer",
"version": "2.0.0",
"description": "A simple Jekyll theme with a photo sidebar.",
"main": "index.html",
"scripts": {
"start": "gulp default",
"setup": "gulp setup",
"build": "gulp build",
"lint": "foundry run eslint --fix \"_js/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/connor-baer/summer.git"
},
"keywords": [
"connor",
"bär",
"designer",
"traveller",
"code",
"jekyll",
"developer",
"theme"
],
"author": "Connor Bär",
"license": "MIT",
"bugs": {
"url": "https://github.com/connor-baer/summer/issues"
},
"homepage": "https://connor-baer.github.io/summer",
"dependencies": {
"list.js": "^1.5.0",
"mappy-breakpoints": "^0.2.3",
"modularscale-sass": "^3.0.8",
"normalize.css": "^6.0.0",
"open-color": "^1.4.0",
"smooth-scroll": "github:cferdinandi/smooth-scroll",
"typi": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@sumup/foundry": "^1.0.3",
"browser-sync": "^2.17.6",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-changed": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-favicons": "^2.2.7",
"gulp-filter": "^5.0.0",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-responsive": "^2.6.0",
"gulp-ruby-sass": "^2.1.0",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-update": "^0.0.2",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2"
}
}