mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-14 09:05:17 +01:00
96 lines
2.2 KiB
JSON
96 lines
2.2 KiB
JSON
{
|
|
"name": "kremalicious",
|
|
"version": "3.0.0",
|
|
"author": {
|
|
"name": "Matthias Kretschmann",
|
|
"email": "m@kretschmann.io"
|
|
},
|
|
"description": "Blog of Matthias Kretschmann",
|
|
"homepage": "https://kremalicious.com",
|
|
"license": "MIT",
|
|
"main": "gulpfile.babel.js",
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"build": "gulp build --production",
|
|
"test": "xo"
|
|
},
|
|
"browserslist": [
|
|
"last 3 versions"
|
|
],
|
|
"xo": {
|
|
"space": 4,
|
|
"semicolon": false,
|
|
"rules": {
|
|
"no-multiple-empty-lines": [
|
|
"error",
|
|
{
|
|
"max": 2,
|
|
"maxEOF": 1
|
|
}
|
|
]
|
|
},
|
|
"globals": [
|
|
"window",
|
|
"document",
|
|
"navigator",
|
|
"jQuery",
|
|
"$"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@webcomponents/webcomponentsjs": "^2.0.0",
|
|
"clipboard": "^2.0.0",
|
|
"exif-js": "^2.3.0",
|
|
"normalize-css": "^2.3.1",
|
|
"normalize-opentype.css": "^0.2.4",
|
|
"qrious": "^4.0.2",
|
|
"simple-jekyll-search": "^1.7.0",
|
|
"time-elements": "^1.1.0",
|
|
"vex-js": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"acorn": "^5.7.1",
|
|
"autoprefixer": "^8.6.3",
|
|
"babel-core": "^6.26.3",
|
|
"babel-preset-env": "^1.7.0",
|
|
"browser-sync": "^2.24.4",
|
|
"chalk": "^2.4.1",
|
|
"concurrent-transform": ">=1.0.0",
|
|
"critical": "^1.3.3",
|
|
"cssnano": ">=3.6.2",
|
|
"del": "^3.0.0",
|
|
"fs": ">=0.0.2",
|
|
"gulp": "^4.0.0",
|
|
"gulp-awspublish": "^3.3.3",
|
|
"gulp-awspublish-router": "^0.1.5",
|
|
"gulp-cli": "^2.0.0",
|
|
"gulp-header": "^2.0.5",
|
|
"gulp-htmlmin": "^4.0.0",
|
|
"gulp-if": ">=1.2.5",
|
|
"gulp-imagemin": "^4.1.0",
|
|
"gulp-include": ">=2.0.2",
|
|
"gulp-load-plugins": ">=0.10.0",
|
|
"gulp-postcss": "^7.0.1",
|
|
"gulp-rename": "^1.3.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-rev": "^8.1.1",
|
|
"gulp-rev-replace": "^0.4.4",
|
|
"gulp-sourcemaps": "^2.6.3",
|
|
"gulp-stylus": "^2.7.0",
|
|
"gulp-svg-sprite": "^1.4.0",
|
|
"gulp-uglify": ">=1.2.0",
|
|
"js-yaml": "^3.12.0",
|
|
"request": "^2.87.0",
|
|
"uglify-es": "^3.3.10",
|
|
"xo": "^0.21.0",
|
|
"yargs": "^12.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kremalicious/kremalicious3.git"
|
|
}
|
|
}
|