summaryrefslogtreecommitdiff
path: root/www/package.json
blob: a62bcf4898fdcf2a1c781c2bc3ec075ff0fc5c2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "www",
  "version": "1.1.0",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "devDependencies": {
    "astro": "^0.21.0-next.3"
  }
}