crisp-theme/package.json

19 lines
412 B
JSON

{
"name": "site-theme",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"serve": "npx @11ty/eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "IST",
"description": "",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.3",
"date-fns": "^4.1.0"
}
}