ivy.rs/package.json
2025-03-24 18:13:50 +00:00

23 lines
No EOL
457 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",
"clsx": "^2.1.1",
"luxon": "^3.5.0",
"tailwindcss": "^4.0.13"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
}
}