-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.61 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": "sleek",
"version": "1.0.0",
"description": "Sleek is a modern Jekyll theme focused on speed performance & SEO best practices.",
"main": "gulpfile.js",
"dependencies": {
"fg-loadcss": "^3.1.0",
"jpegtran-bin": "^5.0.2",
"jquery": "^3.5.1",
"lazysizes": "^5.2.2",
"normalize.css": "^8.0.1",
"picturefill": "^3.0.3",
"sharp": "^0.25.4",
"velocity-animate": "^1.5.2"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"browser-sync": "^2.26.12",
"browserify": "^16.5.2",
"critical": "^2.0.1",
"eslint": "^7.6.0",
"eslint-config-jquery": "^3.0.0",
"eslint-plugin-dollar-sign": "^1.0.2",
"eslint-plugin-jquery": "^1.5.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^2.0.0",
"gulp-responsive": "^3.0.1",
"gulp-sass": "^4.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"sw-precache": "^5.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janczizikow/sleek.git"
},
"keywords": [],
"author": "Jan Czizikow",
"license": "MIT",
"bugs": {
"url": "https://github.com/janczizikow/sleek/issues"
},
"homepage": "https://github.com/janczizikow/sleek#readme"
}