summaryrefslogtreecommitdiff
path: root/examples/subpath/package.json
blob: 498daf7a7e9ba8d572aaa8e2422f12b3b6322bac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@example/subpath",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "devDependencies": {
    "@astrojs/react": "^0.1.3",
    "astro": "^1.0.0-beta.53",
    "sass": "^1.52.2"
  },
  "dependencies": {
    "react": "^18.1.0",
    "react-dom": "^18.1.0"
  }
}