mirror of
https://github.com/kogakure/website-11ty-hamburg.stefanimhoff.de.git
synced 2026-02-03 20:25:30 +00:00
Basic setup
This commit is contained in:
87
package.json
Normal file
87
package.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"name": "website-11ty-hamburg.stefanimhoff.de",
|
||||
"version": "1.0.0",
|
||||
"description": "Source code of my travel blog",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "ELEVENTY_ENV=production npm-run-all build:assets build:html build:sw",
|
||||
"build:assets": "gulp build",
|
||||
"build:html": "eleventy",
|
||||
"build:sw": "workbox generateSW workbox.config.js",
|
||||
"clean": "npx del dist",
|
||||
"debug": "DEBUG=* npx eleventy",
|
||||
"plop": "plop",
|
||||
"prebuild": "npm run clean",
|
||||
"prestart": "npm run clean",
|
||||
"start": "npm run watch",
|
||||
"svg": "gulp svg",
|
||||
"watch": "npm-run-all --parallel watch:*",
|
||||
"watch:assets": "gulp",
|
||||
"watch:html": "eleventy --serve"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kogakure/website-11ty-hamburg.stefanimhoff.de.git"
|
||||
},
|
||||
"keywords": [
|
||||
"11ty"
|
||||
],
|
||||
"author": "Stefan Imhoff",
|
||||
"license": "ISC",
|
||||
"homepage": "https://hamburg.stefanimhoff.de",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^0.12.1",
|
||||
"@11ty/eleventy-plugin-rss": "^1.1.1",
|
||||
"autoprefixer": "^10.2.5",
|
||||
"babelify": "^10.0.0",
|
||||
"browserify": "^17.0.0",
|
||||
"cssnano": "^5.0.2",
|
||||
"del-cli": "^3.0.1",
|
||||
"eleventy-nbsp-filter": "^0.1.0",
|
||||
"eleventy-plugin-lazyimages": "^2.1.0",
|
||||
"eslint": "^7.25.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-imagemin": "^7.1.0",
|
||||
"gulp-plumber": "^1.2.1",
|
||||
"gulp-postcss": "^9.0.0",
|
||||
"gulp-size": "^3.0.0",
|
||||
"gulp-sourcemaps": "^3.0.0",
|
||||
"gulp-svg-sprite": "^1.5.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"markdown-it-external-anchor": "^1.0.0",
|
||||
"markdown-it-footnote": "^3.0.2",
|
||||
"markdown-it-github-headings": "^2.0.0",
|
||||
"markdown-it-sub": "^1.0.0",
|
||||
"markdown-it-sup": "^1.0.0",
|
||||
"moment": "^2.29.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"outdent": "^0.8.0",
|
||||
"plop": "^2.7.4",
|
||||
"postcss": "^8.2.13",
|
||||
"postcss-100vh-fix": "^1.0.2",
|
||||
"postcss-advanced-variables": "^3.0.1",
|
||||
"postcss-cli": "^8.3.1",
|
||||
"postcss-custom-media": "^8.0.0",
|
||||
"postcss-custom-properties": "^11.0.0",
|
||||
"postcss-extend": "^1.0.5",
|
||||
"postcss-import": "^14.0.1",
|
||||
"postcss-media-minmax": "^5.0.0",
|
||||
"postcss-nested": "^5.0.5",
|
||||
"postcss-sort-media-queries": "^3.8.9",
|
||||
"prettier": "^2.2.1",
|
||||
"stylelint": "^13.13.0",
|
||||
"stylelint-a11y": "^1.2.3",
|
||||
"stylelint-config-prettier": "^8.0.2",
|
||||
"stylelint-config-rational-order": "^0.1.2",
|
||||
"stylelint-config-recommended": "^5.0.0",
|
||||
"stylelint-high-performance-animation": "^1.5.2",
|
||||
"stylelint-order": "^4.1.0",
|
||||
"stylelint-prettier": "^1.2.0",
|
||||
"uglify-js": "^3.13.4",
|
||||
"vinyl-buffer": "^1.0.1",
|
||||
"vinyl-source-stream": "^2.0.0",
|
||||
"workbox-cli": "^6.1.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user