summaryrefslogtreecommitdiff
path: root/examples/framework-react/package.json
blob: 705e38b636e1b6ddaeb843839d0a0e40455761c5 (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": "^2.2.1",
    "@types/react": "^18.2.13",
    "@types/react-dom": "^18.2.6",
    "astro": "^2.10.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}