summaryrefslogtreecommitdiff
path: root/examples/subpath/package.json
blob: 8cd7fdbdb6a4d1652146faa2a4ef29e1b2f4085d (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.2",
    "astro": "^1.0.0-beta.31",
    "sass": "^1.51.0"
  },
  "dependencies": {
    "react": "^18.1.0",
    "react-dom": "^18.1.0"
  }
}