mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
27 lines
641 B
JSON
27 lines
641 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": "^8.2.6",
|
||
|
"@astrojs/react": "^3.6.0",
|
||
|
"@astrojs/tailwind": "^5.1.0",
|
||
|
"@fortawesome/fontawesome-free": "^6.5.2",
|
||
|
"@tailwindcss/forms": "^0.5.7",
|
||
|
"@types/react": "^18.3.3",
|
||
|
"@types/react-dom": "^18.3.0",
|
||
|
"astro": "workspace:*",
|
||
|
"postcss": "^8.4.38",
|
||
|
"react": "^18.3.1",
|
||
|
"react-dom": "^18.3.1",
|
||
|
"tailwindcss": "^3.4.3"
|
||
|
}
|
||
|
}
|