Skip to content

Commit e95c037

Browse files
committed
added depends for BP demo component
1 parent 4b0acf8 commit e95c037

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

pnpm-lock.yaml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sites/browserpod/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"@astrojs/check": "^0.7.0",
1515
"@astrojs/svelte": "^5.6.0",
1616
"@astrojs/tailwind": "^5.1.0",
17+
"@codemirror/lang-css": "^6.3.1",
18+
"@codemirror/lang-html": "^6.4.11",
19+
"@codemirror/lang-javascript": "^6.2.4",
20+
"@codemirror/lang-json": "^6.0.2",
21+
"@codemirror/view": "^6.39.2",
1722
"@iconify-json/fa": "^1.2.2",
1823
"@iconify-json/fa-brands": "^1.2.2",
1924
"@iconify-json/fa-solid": "^1.2.2",
@@ -26,11 +31,15 @@
2631
"@iconify-json/ph": "^1.2.2",
2732
"@iconify-json/ri": "^1.2.6",
2833
"@iconify-json/simple-icons": "^1.2.58",
34+
"@iconify/svelte": "^5.1.0",
2935
"@leaningtech/astro-theme": "workspace:^",
3036
"@leaningtech/cheerp-ts-three-demo": "workspace:^",
37+
"@replit/codemirror-lang-svelte": "^6.0.0",
3138
"astro": "^4.5.18",
3239
"astro-icon": "^1.1.5",
40+
"qrcode": "^1.5.4",
3341
"svelte": "^5.38.6",
42+
"svelte-codemirror-editor": "^2.1.0",
3443
"tailwindcss": "^3.4.4",
3544
"typescript": "^5.5.3"
3645
}

0 commit comments

Comments
 (0)