socials/package.json
2026-07-11 20:46:41 +10:00

29 lines
No EOL
647 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^6.0.1",
"@astrojs/svelte": "^9.0.1",
"@radix-ui/react-tabs": "^1.1.17",
"@tailwindcss/vite": "^4.3.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"astro": "^7.0.7",
"moment-timezone": "^0.6.2",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"svelte": "^5.56.4",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3"
}
}