Files

20 lines
393 B
JSON
Raw Permalink Normal View History

{
"name": "landing",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.7.10",
"@astrojs/react": "^4.2.1",
"@tailwindcss/vite": "^4.1.4",
"tailwindcss": "^4.1.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0"
}
}