aboutsummaryrefslogtreecommitdiff
path: root/smoke/astro.build-main/package.json
blob: 7013272c1a177bb16dcee37b9cdd6738fcb876d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "astro.build",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "astro dev --experimental-static-build",
    "dev": "astro dev",
    "build": "astro build --experimental-static-build",
    "preview": "astro preview",
    "update-contributors": "node ./update-contributors.mjs"
  },
  "devDependencies": {
    "astro": "0.23.0-next.10",
    "astro-icon": "^0.6.0"
  },
  "volta": {
    "node": "14.18.3"
  },
  "dependencies": {
    "date-fns": "^2.28.0",
    "quicklink": "^2.2.0",
    "rehype-autolink-headings": "^6.1.0",
    "remark-autolink-headings": "^7.0.1",
    "remark-smartypants": "^2.0.0",
    "smartypants": "^0.1.6"
  }
}