summaryrefslogtreecommitdiff
path: root/examples/fast-build/package.json
blob: dd85fa7595a8a8cd00e24296bf8f2a0327c26e18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "@example/fast-build",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev --experimental-static-build",
    "start": "astro dev",
    "build": "astro build --experimental-static-build",
    "scan-build": "astro build",
    "preview": "astro preview"
  },
  "devDependencies": {
    "astro": "^0.23.0-next.1",
    "preact": "~10.5.15",
    "unocss": "^0.15.5",
    "vite-imagetools": "^4.0.1"
  }
}