1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-26 03:06:25 +02:00
blog/package.json

91 lines
2.2 KiB
JSON
Raw Normal View History

2013-11-18 01:08:13 +01:00
{
2015-05-31 20:23:26 +02:00
"name": "kremalicious",
2015-11-20 15:53:49 +01:00
"version": "3.0.0",
2015-06-07 03:11:46 +02:00
"author": {
"name": "Matthias Kretschmann",
"email": "m@kretschmann.io"
2015-06-07 03:11:46 +02:00
},
2015-05-31 20:23:26 +02:00
"description": "Blog of Matthias Kretschmann",
2015-06-07 03:11:46 +02:00
"homepage": "https://kremalicious.com",
2015-06-07 00:44:18 +02:00
"license": "MIT",
2017-04-03 20:33:40 +02:00
"main": "gulpfile.babel.js",
2015-11-20 15:53:49 +01:00
"scripts": {
"start": "gulp",
2017-09-09 01:40:23 +02:00
"build": "gulp build --production",
"test": "xo"
2015-11-20 15:53:49 +01:00
},
2017-05-28 04:24:33 +02:00
"browserslist": [
2017-09-09 01:40:23 +02:00
"last 3 versions"
2017-05-28 04:24:33 +02:00
],
2017-09-09 01:40:23 +02:00
"xo": {
"space": 4,
"semicolon": false,
"rules": {
2018-07-06 13:58:30 +02:00
"no-multiple-empty-lines": [ "error", { "max": 2, "maxEOF": 1 }],
"object-curly-spacing": ["error", "always"],
"promise/prefer-await-to-then": 0
2017-09-09 01:40:23 +02:00
},
"globals": [
"window",
"document",
2017-09-09 02:44:03 +02:00
"navigator",
2017-09-09 01:40:23 +02:00
"jQuery",
"$"
]
},
2015-05-31 20:23:26 +02:00
"dependencies": {
2018-07-06 13:58:30 +02:00
"@webcomponents/webcomponentsjs": "^2.0.2",
"clipboard": "^2.0.1",
2017-11-18 21:33:56 +01:00
"exif-js": "^2.3.0",
2017-08-27 23:17:26 +02:00
"normalize-css": "^2.3.1",
"normalize-opentype.css": "^0.2.4",
2017-09-21 19:22:52 +02:00
"qrious": "^4.0.2",
2018-06-23 18:27:14 +02:00
"simple-jekyll-search": "^1.7.0",
"time-elements": "^1.1.0",
2018-02-26 20:37:37 +01:00
"vex-js": "^4.1.0"
2015-05-31 20:23:26 +02:00
},
"devDependencies": {
"autoprefixer": "^9.0.0",
2018-06-23 18:27:14 +02:00
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
2018-07-06 13:58:30 +02:00
"browser-sync": "^2.24.5",
2018-06-23 18:27:14 +02:00
"chalk": "^2.4.1",
2018-07-06 13:58:30 +02:00
"concurrent-transform": "^1.0.0",
2018-06-23 18:27:14 +02:00
"critical": "^1.3.3",
2018-07-06 13:58:30 +02:00
"cssnano": "^4.0.0",
2017-07-22 23:30:28 +02:00
"del": "^3.0.0",
2017-06-19 17:33:17 +02:00
"fs": ">=0.0.2",
2018-06-23 18:27:14 +02:00
"gulp": "^4.0.0",
"gulp-awspublish": "^3.3.3",
"gulp-awspublish-router": "^0.1.5",
"gulp-cli": "^2.0.0",
2018-06-23 18:27:14 +02:00
"gulp-header": "^2.0.5",
2018-01-10 20:39:37 +01:00
"gulp-htmlmin": "^4.0.0",
2018-07-06 13:58:30 +02:00
"gulp-if": "^2.0.2",
2018-01-10 20:39:37 +01:00
"gulp-imagemin": "^4.1.0",
2018-07-06 13:58:30 +02:00
"gulp-include": "^2.3.1",
"gulp-load-plugins": "^1.5.0",
2018-01-10 20:39:37 +01:00
"gulp-postcss": "^7.0.1",
2018-06-23 18:27:14 +02:00
"gulp-rename": "^1.3.0",
"gulp-replace": "^1.0.0",
2018-01-10 20:39:37 +01:00
"gulp-rev": "^8.1.1",
2018-02-26 20:37:37 +01:00
"gulp-rev-replace": "^0.4.4",
2018-07-06 13:58:30 +02:00
"gulp-sourcemaps": "^2.6.4",
2018-01-10 20:39:37 +01:00
"gulp-stylus": "^2.7.0",
2018-06-23 18:27:14 +02:00
"gulp-svg-sprite": "^1.4.0",
2018-07-06 13:58:30 +02:00
"gulp-uglify": "^3.0.0",
2018-06-23 18:27:14 +02:00
"js-yaml": "^3.12.0",
"request": "^2.87.0",
2018-07-06 13:58:30 +02:00
"uglify-es": "^3.3.9",
"xo": "^0.21.1",
"yargs": "^12.0.1"
2015-05-31 20:23:26 +02:00
},
"engines": {
2018-07-06 13:58:30 +02:00
"node": ">=8.0.0"
2015-05-31 20:23:26 +02:00
},
"repository": {
"type": "git",
2015-06-07 01:05:48 +02:00
"url": "https://github.com/kremalicious/kremalicious3.git"
2015-05-31 20:23:26 +02:00
}
2013-11-18 01:08:13 +01:00
}