hosted/ifttt-src/package.json

25 lines
555 B
JSON

{
"name": "iftrace-site",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"astro": "^5.16.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-static": "^0.546.0",
"sharp": "^0.34.5",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@types/node": "^24.8.1",
"typescript": "^5.9.3"
}
}