0
0
website/package.json

16 lines
383 B
JSON
Raw Normal View History

2023-11-05 23:05:38 +08:00
{
2024-10-17 12:28:18 +08:00
"type": "module",
2023-11-05 23:05:38 +08:00
"dependencies": {
2024-10-16 12:39:17 +08:00
"@11ty/eleventy": "^3.0.0",
2024-10-17 12:28:18 +08:00
"@11ty/eleventy-img": "^5.0.0",
2023-12-16 12:20:33 +08:00
"clean-css": "^5.3.3",
2024-10-17 12:28:18 +08:00
"eleventy-plugin-purgecss": "^0.5.0",
2024-10-16 12:39:17 +08:00
"html-minifier-terser": "^7.2.0",
2023-12-16 12:20:33 +08:00
"luxon": "^2.5.2",
"markdown-it-anchor": "^8.6.7",
2024-10-17 12:28:18 +08:00
"markdown-it-attrs": "^4.2.0",
2023-11-07 07:40:08 +08:00
"markdown-it-bracketed-spans": "^1.0.1",
2024-10-16 12:39:17 +08:00
"npm": "^10.9.0"
2023-11-05 23:05:38 +08:00
}
}