{ "name": "tarasis.net", "version": "2.0.0", "description": "Second generation of site using 11ty for building but using Jekyll theme Minimal Mistakes (with mods to make it work)", "main": "index.js", "scripts": { "watch:sass": "sass --watch src/_sass/**/*.scss dist/assets/styles/minimal-mistakes.css", "build:sass": "sass --style=compressed src/_sass/minimal-mistakes.scss dist/assets/styles/minimal-mistakes.css", "build:mysass": "sass --style=compressed src/assets/css/main.scss dist/assets/css/main.css", "watch:eleventy": "eleventy --serve", "build:eleventy": "eleventy", "start": "npm-run-all build:sass --parallel watch:*", "build": "npm-run-all build:*", "debug": "DEBUG=Eleventy:* eleventy" }, "repository": { "type": "git", "url": "forgejo@git.tarasis.net:tarasis/tarasis.net.git" }, "keywords": [ "website", "blog", "11ty", "jekyll" ], "author": "Robert McGovern et all", "license": "MIT", "devDependencies": { "@11ty/eleventy": "^2.0.0-beta.1" }, "dependencies": { "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0", "@11ty/eleventy-upgrade-help": "^2.0.5", "autoprefixer": "^10.4.13", "eleventy-load": "^0.3.1", "eleventy-load-css": "^0.3.0", "eleventy-load-file": "^0.1.0", "eleventy-load-html": "^0.1.1", "eleventy-load-sass": "^0.1.2", "eleventy-plugin-description": "^0.1.5", "eleventy-plugin-toc": "^1.1.5", "eleventy-xml-plugin": "^0.1.0", "fs-extra": "^11.1.0", "markdown-it": "^13.0.1", "markdown-it-anchor": "^8.6.6", "markdown-it-attrs": "^4.1.6", "markdown-it-container": "^3.0.0", "markdown-it-fontawesome": "^0.3.0", "markdown-it-footnote": "^3.0.3", "markdownify": "^0.1.0", "moment": "^2.29.4", "npm-run-all": "^4.1.5", "postcss": "^8.4.21", "sass": "^1.57.1", "slugify": "^1.6.5" } }