summaryrefslogtreecommitdiff
path: root/examples/framework-react/package.json
blob: 54da8e0829f0ea04318406f14310f7cf64a6289f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "@example/framework-react",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "devDependencies": {
    "@astrojs/react": "^0.4.1",
    "@types/react": "^18.0.10",
    "@types/react-dom": "^18.0.5",
    "astro": "^1.0.0-beta.72"
  },
  "dependencies": {
    "react": "^18.1.0",
    "react-dom": "^18.1.0"
  }
}