character-ref/package.json
2025-07-04 18:33:45 +02:00

24 lines
719 B
JSON

{
"name": "character-ref",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "eleventy --serve --incremental",
"build": "ELEVENTY_PRODUCTION=true eleventy",
"build:clean": "rm -rf ./public",
"build:css": "lightningcss --minify --targets '> 0.2%, not dead, last 2 versions, iOS >= 16.7' ./public/bundle/*.css -d ./public/bundle/"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"html-minifier-terser": "^7.2.0",
"lightningcss-cli": "^1.30.1"
}
}