mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
948ad8eecf
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
26 lines
661 B
JSON
26 lines
661 B
JSON
{
|
|
"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": {
|
|
"@astrojs/node": "^9.0.0-alpha.1",
|
|
"@astrojs/react": "^3.6.2",
|
|
"@astrojs/tailwind": "^6.0.0-alpha.0",
|
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"astro": "^5.0.0-alpha.9",
|
|
"postcss": "^8.4.45",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^3.4.10"
|
|
}
|
|
}
|