2024-07-17 12:37:36 -05:00
|
|
|
{
|
|
|
|
"name": "@example/server-islands",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-23 12:46:18 -05:00
|
|
|
"@astrojs/node": "^9.0.0-alpha.1",
|
2024-08-09 16:49:10 -05:00
|
|
|
"@astrojs/react": "^3.6.2",
|
2024-08-19 13:37:39 -05:00
|
|
|
"@astrojs/tailwind": "^6.0.0-alpha.0",
|
2024-07-22 22:43:14 -05:00
|
|
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
2024-09-09 00:27:54 -05:00
|
|
|
"@tailwindcss/forms": "^0.5.9",
|
2024-09-01 21:54:53 -05:00
|
|
|
"@types/react": "^18.3.5",
|
2024-07-17 12:37:36 -05:00
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-09-16 16:15:36 -05:00
|
|
|
"astro": "^5.0.0-alpha.9",
|
2024-09-09 00:27:54 -05:00
|
|
|
"postcss": "^8.4.45",
|
2024-07-17 12:37:36 -05:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-08-19 03:09:05 -05:00
|
|
|
"tailwindcss": "^3.4.10"
|
2024-07-17 12:37:36 -05:00
|
|
|
}
|
|
|
|
}
|