mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
95 lines
2.2 KiB
JSON
95 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": {
|
|
"clipboard": "^1.7.1",
|
|
"normalize-css": "^2.3.1",
|
|
"normalize-opentype.css": "^0.2.4",
|
|
"qrious": "^4.0.2",
|
|
"simple-jekyll-search": "^1.4.1",
|
|
"time-elements": "^0.6.1",
|
|
"vex-js": "^4.0.0",
|
|
"webcomponents.js": "^0.7.24"
|
|
},
|
|
"devDependencies": {
|
|
"acorn": "^5.1.2",
|
|
"autoprefixer": "^7.1.4",
|
|
"babel-core": "^6.26.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
"browser-sync": "^2.18.13",
|
|
"chalk": "^2.1.0",
|
|
"concurrent-transform": ">=1.0.0",
|
|
"critical": "^1.0.0",
|
|
"cssnano": ">=3.6.2",
|
|
"del": "^3.0.0",
|
|
"fs": ">=0.0.2",
|
|
"gulp": "github:gulpjs/gulp#4.0",
|
|
"gulp-awspublish": ">=2.0.2",
|
|
"gulp-awspublish-router": ">=0.1.1",
|
|
"gulp-cli": "^1.4.0",
|
|
"gulp-header": "^1.8.9",
|
|
"gulp-htmlmin": ">=1.1.2",
|
|
"gulp-if": ">=1.2.5",
|
|
"gulp-imagemin": "^3.3.0",
|
|
"gulp-include": ">=2.0.2",
|
|
"gulp-load-plugins": ">=0.10.0",
|
|
"gulp-postcss": ">=6.1.1",
|
|
"gulp-rename": ">=1.2.2",
|
|
"gulp-replace": "^0.6.1",
|
|
"gulp-rev": "^8.0.0",
|
|
"gulp-rev-replace": ">=0.4.1",
|
|
"gulp-sourcemaps": "^2.6.1",
|
|
"gulp-stylus": ">=2.3.1",
|
|
"gulp-svg-sprite": "^1.3.7",
|
|
"gulp-uglify": ">=1.2.0",
|
|
"js-yaml": "^3.9.1",
|
|
"request": ">=2.81.0",
|
|
"uglify-es": "^3.0.28",
|
|
"xo": "^0.18.2",
|
|
"yargs": "^10.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kremalicious/kremalicious3.git"
|
|
}
|
|
}
|