{ "name": "website-11ty-kogakure.de", "version": "1.0.0", "description": "Source code of my martial arts website", "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", "deploy": "netlify deploy --prod", "deploy:preview": "netflify deploy", "dev": "ELEVENTY_ENV=development pnpm run watch", "live": "netlify dev --live", "prebuild": "pnpm run clean", "prestart": "pnpm run clean", "publish": "npm-run-all build deploy", "start": "netlify dev", "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-kogakure.de.git" }, "keywords": [ "11ty" ], "author": "Stefan Imhoff", "license": "ISC", "homepage": "https://www.kogakure.de", "devDependencies": { "@11ty/eleventy": "1.0.1", "@babel/core": "^7.14.6", "@babel/preset-env": "^7.24.4", "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.2", "eslint": "^7.29.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": "^14.1.0", "markdown-it-external-anchor": "^1.0.0", "markdown-it-github-headings": "^2.0.0", "moment": "^2.29.1", "netlify-cli": "^3.39.4", "node-addon-api": "^8.0.0", "node-gyp": "^10.1.0", "npm-run-all": "^4.1.5", "outdent": "^0.8.0", "postcss": "^8.3.5", "postcss-100vh-fix": "^1.0.2", "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.3.2", "sal.js": "^0.8.5", "sharp": "^0.33.3", "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" } }