dptxa-proxy / package.json
TXAVLOG
Deploy DPTXA to Hugging Face Spaces
4bea261
Raw
History Blame Contribute Delete
805 Bytes
{
"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"
}
}