summaryrefslogtreecommitdiff
path: root/examples/server-islands/package.json
blob: 84a43a672e77e1f5bcd46ab14d23f25ebb19c54f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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.7",
    "postcss": "^8.4.43",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "tailwindcss": "^3.4.10"
  }
}