|
3 | 3 | "private": true, |
4 | 4 | "version": "0.1.0", |
5 | 5 | "description": "Astro theme", |
| 6 | + "type": "module", |
6 | 7 | "exports": { |
7 | 8 | ".": "./index.ts", |
8 | 9 | "./consts": "./consts.ts", |
|
25 | 26 | "./components/Callout.astro": "./components/Callout.astro", |
26 | 27 | "./components/JNLPRunnerButton.astro": "./components/JNLPRunnerButton.astro", |
27 | 28 | "./components/AppletRunnerButton.astro": "./components/AppletRunnerButton.astro", |
| 29 | + "./components/blog/BrowserPodDemo_Beta.svelte": "./components/blog/BrowserPodDemo_Beta.svelte", |
28 | 30 | "./components/nav/global/GlobalNavbar.astro": "./components/nav/global/GlobalNavbar.astro" |
29 | 31 | }, |
30 | 32 | "scripts": {}, |
31 | 33 | "peerDependencies": { |
32 | | - "@astrojs/svelte": "^5.3.0", |
| 34 | + "@astrojs/svelte": "^7.2.5", |
33 | 35 | "@astrojs/tailwind": "^5.1.0", |
34 | 36 | "astro": "*", |
35 | | - "svelte": "^5.38.6", |
| 37 | + "sharp": "^0.34.5", |
| 38 | + "svelte": "^4.0.0 || ^5.0.0", |
36 | 39 | "tailwindcss": "^3.4.0" |
37 | 40 | }, |
38 | 41 | "dependencies": { |
39 | | - "@astrojs/mdx": "^2.2.4", |
40 | | - "@astrojs/prefetch": "^0.4.1", |
| 42 | + "@astrojs/markdown-remark": "^6.3.10", |
| 43 | + "@astrojs/mdx": "^4.3.13", |
41 | 44 | "@astrojs/rss": "^4.0.5", |
42 | 45 | "@astrojs/sitemap": "^3.1.2", |
43 | | - "@astropub/md": "^0.4.0", |
| 46 | + "@codemirror/lang-css": "^6.3.1", |
| 47 | + "@codemirror/lang-html": "^6.4.11", |
| 48 | + "@codemirror/lang-javascript": "^6.2.4", |
| 49 | + "@codemirror/lang-json": "^6.0.2", |
| 50 | + "@codemirror/view": "^6.39.2", |
| 51 | + "@iconify/svelte": "^5.1.0", |
44 | 52 | "@leaningtech/global-navbar": "workspace:^", |
| 53 | + "@replit/codemirror-lang-svelte": "^6.0.0", |
| 54 | + "@sveltejs/vite-plugin-svelte": "^5.1.1", |
45 | 55 | "@tailwindcss/typography": "^0.5.10", |
46 | | - "astro-expressive-code": "^0.23.0", |
| 56 | + "astro-expressive-code": "^0.41.5", |
47 | 57 | "astro-icon": "^1.1.5", |
48 | | - "astro-integration-kit": "^0.14.0", |
49 | | - "astro-public": "^0.1.0", |
| 58 | + "astro-integration-kit": "^0.19.1", |
| 59 | + "astro-public": "^0.1.1", |
50 | 60 | "astro-robots-txt": "^1.0.0", |
51 | 61 | "astro-social-share": "^1.2.0", |
52 | 62 | "pagefind": "^1.0.4", |
| 63 | + "qrcode": "^1.5.4", |
53 | 64 | "rehype-autolink-headings": "^7.0.0", |
54 | 65 | "rehype-external-links": "^3.0.0", |
55 | 66 | "rehype-slug": "^6.0.0", |
56 | 67 | "remark-obsidian-callout": "^1.1.3", |
| 68 | + "sharp": "^0.34.5", |
| 69 | + "svelte-codemirror-editor": "^2.1.0", |
57 | 70 | "unist-util-visit": "^5.0.0" |
58 | 71 | }, |
59 | 72 | "devDependencies": { |
|
0 commit comments