ivy.rs/package.json
Laker Turner b5e36b3a21
fly
2025-04-23 22:35:48 +01:00

25 lines
No EOL
528 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": {
"@tailwindcss/vite": "^4.0.13",
"astro": "^5.4.3",
"astro-pagefind": "^1.8.3",
"ava": "^6.2.0",
"clsx": "^2.1.1",
"luxon": "^3.5.0",
"tailwindcss": "^4.0.13"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.7.10",
"@tailwindcss/typography": "^0.5.16"
}
}