mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 22:05:14 +00:00
23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"name": "campfire-phoenix",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.5.1",
|
|
"@astrojs/react": "^4.4.2",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"astro": "^5.16.5",
|
|
"clsx": "^2.1.1",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|