Files
rpg-static-site/package.json
2024-12-24 15:20:16 -06:00

37 lines
977 B
JSON

{
"name": "eleventy",
"version": "1.0.0",
"description": "A static site generator",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy-fetch": "^5.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-handlebars": "^1.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"css-select": "^5.1.0",
"dotenv": "^16.4.5",
"handlebars-helpers": "^0.10.0",
"html-minifier": "^4.0.0",
"html-to-text": "^9.0.5",
"htmlparser2": "^9.1.0",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"media-captions": "^0.0.18",
"music-metadata": "^10.5.1",
"npx": "^10.2.2",
"podcast": "^2.0.1",
"sass": "^1.80.3",
"subtitle": "^4.2.1"
}
}