ivy.rs/package.json
2025-05-05 15:55:53 +01:00

29 lines
No EOL
652 B
JSON

{
"name": "trellis",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "ava"
},
"dependencies": {
"@astrojs/rss": "^4.0.11",
"@tailwindcss/vite": "^4.0.13",
"astro": "^5.7.10",
"astro-pagefind": "^1.8.3",
"ava": "^6.2.0",
"clsx": "^2.1.1",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"sanitize-html": "^2.16.0",
"tailwindcss": "^4.0.13"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.7.10",
"@tailwindcss/typography": "^0.5.16",
"@types/luxon": "^3.6.2"
}
}