crisp-theme/package.json

18 lines
325 B
JSON
Raw Normal View History

2025-04-16 22:47:29 -04:00
{
"name": "site-theme",
"version": "1.0.0",
"main": "index.js",
2025-04-17 10:17:22 -04:00
"type":"module",
2025-04-16 22:47:29 -04:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
2025-04-17 10:17:22 -04:00
"license": "IST",
2025-04-16 22:47:29 -04:00
"description": "",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"date-fns": "^4.1.0"
}
}