blog/package.json
Sebin Nyshkim 6cc0765ad1 build: 📦 add lightningcss and post-processing build step
Apparently, I have visitors who are still on Windows 7
2025-07-03 18:15:14 +02:00

51 lines
1.8 KiB
JSON

{
"name": "sebin-blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "eleventy --serve --incremental",
"build": "ELEVENTY_PRODUCTION=true eleventy",
"build:clean": "rm -rf ./public",
"build:lightningcss": "lightningcss --minify --bundle --targets '> 0.2% and not dead, firefox >= 115' ./public/css/style.css -o ./public/css/style.css"
},
"keywords": [],
"author": {
"name": "Sebin Nyshkim",
"email": "sebin.nyshkim@icloud.com",
"url": "https://sebin-nyshkim.net"
},
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.1.1",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
"@alexcarpenter/eleventy-plugin-caniuse": "^0.1.0",
"@grimlink/eleventy-plugin-lucide-icons": "^2.1.6",
"@myxotod/eleventy-plugin-readingtime": "^2.0.0",
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
"@tailwindcss/cli": "^4.1.8",
"@tailwindcss/typography": "^0.5.16",
"eleventy-plugin-embed-everything": "^1.21.0",
"eleventy-plugin-icons": "^4.5.3",
"eleventy-plugin-metagen": "^1.8.3",
"eleventy-plugin-og-image": "^4.0.1",
"eleventy-plugin-robotstxt": "^1.0.0",
"eleventy-plugin-tailwindcss-4": "^2.0.1",
"lightningcss-cli": "^1.30.1",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-collapsible": "^2.0.2",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-obsidian-callouts": "^0.3.2",
"simple-icons": "^14.15.0",
"tailwindcss": "^4.0.0",
"tailwindcss-safe-area": "^0.6.0"
}
}