cheddar
·
2025-04-18
package.json
1{
2 "name": "site-theme",
3 "version": "1.0.0",
4 "main": "index.js",
5 "type": "module",
6 "scripts": {
7 "serve": "npx @11ty/eleventy --serve",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "keywords": [],
11 "author": "",
12 "license": "IST",
13 "description": "",
14 "dependencies": {
15 "@11ty/eleventy": "^3.0.0",
16 "@11ty/eleventy-plugin-rss": "^2.0.3",
17 "date-fns": "^4.1.0"
18 }
19}