flightmind/cockpit-iq/package.json
2025-06-02 18:14:51 -07:00

17 lines
330 B
JSON

{
"name": "cockpit-iq",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.8.1",
"tailwind": "^4.0.0",
"tailwindcss": "^4.1.8"
}
}