summaryrefslogtreecommitdiff
path: root/examples/framework-react/package.json
blob: 56eec97ccef0fa039769206007f2380fcf230594 (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": {
    "@astrojs/react": "^3.0.7",
    "@types/react": "^18.2.37",
    "@types/react-dom": "^18.2.15",
    "astro": "^4.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}