eleventy-riksolo-com/package.json

22 lines
524 B
JSON
Raw Permalink Normal View History

2025-01-26 23:42:53 +01:00
{
"name": "eleventy-riksolo-com",
"version": "1.0.0",
"main": "index.js",
"scripts": {
2025-01-29 23:56:59 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
2025-02-04 20:01:30 +01:00
"serve": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
2025-01-26 23:42:53 +01:00
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"dependencies": {
2025-01-28 03:12:25 +01:00
"@11ty/eleventy": "^3.0.0",
2025-01-31 02:18:17 +01:00
"@11ty/eleventy-img": "^6.0.1",
2025-02-13 00:02:33 +01:00
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"luxon": "^3.5.0",
2025-01-28 03:12:25 +01:00
"sass": "^1.83.4"
2025-01-26 23:42:53 +01:00
}
2025-02-13 02:28:59 +01:00
}