Spaces:
Sleeping
Sleeping
File size: 805 Bytes
4bea261 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | {
"name": "tphimx",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "node scripts/format-xml.js",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^10.1.1",
"@astrojs/react": "^5.0.5",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/vercel": "^10.0.7",
"@supabase/supabase-js": "^2.105.4",
"@tailwindcss/vite": "^4.0.0",
"astro": "^6.3.3",
"lucide-react": "^0.460.0",
"nodemailer": "^8.0.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"swiper": "^11.2.0",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.7.0"
}
}
|