summaryrefslogtreecommitdiffhomepage
path: root/www/package.json
blob: 09f48590dff111d60c2c3dd9c087575c97df5f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "www",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/markdown-remark": "^6.3.1",
    "@astrojs/starlight": "^0.34.3",
    "@fontsource/ibm-plex-mono": "^5.2.5",
    "astro": "^5.7.13",
    "rehype-autolink-headings": "^7.1.0",
    "sharp": "^0.32.5",
    "toolbeam-docs-theme": "^0.2.3"
  }
}