| 123456789101112131415161718192021 |
- {
- "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"
- }
- }
|