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-08-23 10:46:18 -07:00
|
|
|
"@astrojs/node": "^9.0.0-alpha.1",
|
2024-08-09 14:49:10 -07:00
|
|
|
"@astrojs/react": "^3.6.2",
|
2024-08-19 11:37:39 -07:00
|
|
|
"@astrojs/tailwind": "^6.0.0-alpha.0",
|
2024-07-23 11:43:14 +08:00
|
|
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
2024-09-02 10:54:53 +08:00
|
|
|
"@tailwindcss/forms": "^0.5.8",
|
|
|
|
"@types/react": "^18.3.5",
|
2024-07-17 13:37:36 -04:00
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-08-30 13:12:25 -07:00
|
|
|
"astro": "^5.0.0-alpha.2",
|
2024-09-02 10:54:53 +08:00
|
|
|
"postcss": "^8.4.43",
|
2024-07-17 13:37:36 -04:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-08-19 16:09:05 +08:00
|
|
|
"tailwindcss": "^3.4.10"
|
2024-07-17 13:37:36 -04:00
|
|
|
}
|
|
|
|
}
|