19 lines
No EOL
366 B
JSON
19 lines
No EOL
366 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"
|
|
}
|
|
} |