ivy.rs/package.json
Laker Turner e142e6b38f
yass
2025-03-18 10:12:18 +00:00

22 lines
No EOL
435 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",
"ava": "^6.2.0",
"luxon": "^3.5.0",
"tailwindcss": "^4.0.13"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
}
}