This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
alfadatizar/package.json

21 lines
565 B
JSON
Raw Normal View History

2023-06-29 02:03:19 +00:00
{
"name": "sitio",
"scripts": {
2023-07-03 15:07:56 +00:00
"serve": "NODE_OPTIONS='--require esbuild-register' eleventy --serve --quiet",
"build": "ELEVENTY_ENV=production NODE_OPTIONS='--require esbuild-register' eleventy"
2023-06-29 02:03:19 +00:00
},
"author": "",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
2023-07-03 02:11:51 +00:00
"@types/node": "^20.3.3",
"cssnano": "^6.0.1",
2023-07-03 15:07:56 +00:00
"esbuild-register": "^3.4.2",
2023-07-03 02:11:51 +00:00
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
2023-07-29 03:01:48 +00:00
"postcss-url": "^10.1.3",
2023-06-29 02:14:46 +00:00
"prettier-plugin-tailwindcss": "^0.3.0",
2023-07-03 15:07:56 +00:00
"tailwindcss": "^3.3.2",
"vhtml": "^2.2.0"
2023-06-29 02:03:19 +00:00
}
}