summaryrefslogtreecommitdiffhomepage
path: root/packages/web/package.json
blob: dc665411955bb07e9cde3b4d64198d9b7c30699b (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
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "@opencode/web",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/cloudflare": "^12.5.4",
    "@astrojs/markdown-remark": "6.3.1",
    "@astrojs/solid-js": "5.1.0",
    "@astrojs/starlight": "0.34.3",
    "@fontsource/ibm-plex-mono": "5.2.5",
    "@shikijs/transformers": "3.4.2",
    "@types/luxon": "3.6.2",
    "ai": "catalog:",
    "astro": "5.7.13",
    "diff": "8.0.2",
    "js-base64": "3.7.7",
    "luxon": "3.6.1",
    "marked": "15.0.12",
    "rehype-autolink-headings": "7.1.0",
    "sharp": "0.32.5",
    "shiki": "3.4.2",
    "solid-js": "1.9.7",
    "toolbeam-docs-theme": "0.2.4"
  },
  "devDependencies": {
    "@types/node": "catalog:",
    "typescript": "catalog:"
  }
}