2024-07-17 13:37:36 -04: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-09-26 14:57:59 +01:00
|
|
|
"@astrojs/node": "^8.3.4",
|
2024-08-09 14:49:10 -07:00
|
|
|
"@astrojs/react": "^3.6.2",
|
2024-10-10 04:21:19 -07:00
|
|
|
"@astrojs/tailwind": "^5.1.2",
|
2024-07-23 11:43:14 +08:00
|
|
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
2024-09-09 13:27:54 +08:00
|
|
|
"@tailwindcss/forms": "^0.5.9",
|
2024-10-07 17:44:43 +08:00
|
|
|
"@types/react": "^18.3.11",
|
2024-07-17 13:37:36 -04:00
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-10-10 04:21:19 -07:00
|
|
|
"astro": "^4.16.0",
|
2024-09-26 14:57:59 +01:00
|
|
|
"postcss": "^8.4.47",
|
2024-07-17 13:37:36 -04:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-09-26 14:57:59 +01:00
|
|
|
"tailwindcss": "^3.4.13"
|
2024-07-17 13:37:36 -04:00
|
|
|
}
|
|
|
|
}
|