eleventy-riksolo-com/package.json

19 lines
398 B
JSON
Raw 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",
"serve": "npx @11ty/eleventy --serve"
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",
"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-01-29 23:56:59 +01:00
}