summaryrefslogtreecommitdiff
path: root/examples/framework-react/package.json
blob: 3abf9f8dbaf136994aa0aa6507ba6afd2a3aed3a (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.6.3",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "astro": "^4.16.16",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  }
}