summaryrefslogtreecommitdiffhomepage
path: root/app/packages/web/package.json
blob: 73c4fa6980f3199e62fc67d934962fe9e2f98b6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "web",
  "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/solid-js": "^5.1.0",
    "@astrojs/starlight": "^0.34.3",
    "@fontsource/ibm-plex-mono": "^5.2.5",
    "ai": "^5.0.0-alpha.2",
    "astro": "^5.7.13",
    "rehype-autolink-headings": "^7.1.0",
    "sharp": "^0.32.5",
    "solid-js": "^1.9.7",
    "toolbeam-docs-theme": "^0.2.4"
  }
}