Skip to content

Commit

Permalink
feature: Playground
Browse files Browse the repository at this point in the history
  • Loading branch information
vbudovski committed Dec 26, 2024
1 parent cb275d1 commit 788f8c5
Show file tree
Hide file tree
Showing 10 changed files with 2,414 additions and 943 deletions.
2 changes: 2 additions & 0 deletions paseri-docs/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import react from '@astrojs/react';
import starlight from '@astrojs/starlight';
import { defineConfig } from 'astro/config';
import rehypeExternalLinks from 'rehype-external-links';
Expand Down Expand Up @@ -27,6 +28,7 @@ export default defineConfig({
},
],
}),
react(),
],
markdown: {
rehypePlugins: [
Expand Down
22 changes: 19 additions & 3 deletions paseri-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,27 @@
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.30.1",
"astro": "^5.0.5",
"@astrojs/starlight": "^0.30.3",
"@lexical/plain-text": "^0.22.0",
"@lexical/react": "^0.22.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"astro": "^5.1.1",
"lexical": "^0.22.0",
"rehype-external-links": "^3.0.0",
"sharp": "^0.33.5",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
"dependencies": {
"@astrojs/react": "^4.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"overrides": {
"@astrojs/react": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
},
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}
Loading

0 comments on commit 788f8c5

Please sign in to comment.