-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.53 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
{
"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": "^1.3.1",
"jquery": "^3.2.1",
"lazysizes": "^4.0.1",
"normalize.css": "^7.0.0",
"picturefill": "^3.0.2",
"velocity-animate": "^1.5.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.18.13",
"browserify": "^15.2.0",
"critical": "^1.0.0",
"eslint": "^4.15.0",
"eslint-config-jquery": "^1.0.1",
"eslint-plugin-dollar-sign": "^1.0.1",
"eslint-plugin-jquery": "^1.3.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^4.0.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-responsive": "^2.8.0",
"gulp-sass": "^3.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"sw-precache": "^5.2.0",
"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"
}