summaryrefslogtreecommitdiff
path: root/examples/framework-react/package.json
blob: 763e2ed17ec705782d75f96d69fb35e0cea9829d (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",
  "type": "module",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "astro": "^1.4.6",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "@astrojs/react": "^1.1.4",
    "@types/react": "^18.0.10",
    "@types/react-dom": "^18.0.5"
  }
}