summaryrefslogtreecommitdiff
path: root/examples/blog-multiple-authors/package.json
blob: d2e77885d494a492442a661008212ec30ae5d73c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "@example/blog-multiple-authors",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "devDependencies": {
    "@astrojs/renderer-preact": "^0.5.0",
    "astro": "^0.24.3",
    "sass": "^1.49.9"
  }
}