[READ-ONLY] Mirror of https://github.com/flo-bit/dogumentation. Simple, minimalistic documentation template using astro
flo-bit.dev/dogumentation/
1.5 kB
51 lines
1{
2 "name": "blog-template",
3 "type": "module",
4 "version": "0.0.1",
5 "scripts": {
6 "dev": "astro dev",
7 "start": "astro dev",
8 "build": "astro check && astro build && pagefind",
9 "preview": "astro preview",
10 "astro": "astro",
11 "format": "prettier --write ."
12 },
13 "dependencies": {
14 "@ascorbic/bluesky-loader": "^0.0.3",
15 "@astro-community/astro-embed-utils": "^0.1.3",
16 "@astrojs/check": "^0.9.4",
17 "@astrojs/mdx": "^4.0.8",
18 "@astrojs/react": "^4.2.0",
19 "@astrojs/rss": "^4.0.11",
20 "@astrojs/sitemap": "^3.2.1",
21 "@astrojs/svelte": "^7.0.4",
22 "@astrojs/tailwind": "^6.0.0",
23 "@codesandbox/sandpack-react": "^2.20.0",
24 "@codesandbox/sandpack-themes": "^2.0.21",
25 "@shikijs/transformers": "^1.24.2",
26 "@tailwindcss/forms": "^0.5.9",
27 "@types/react": "^19.0.10",
28 "@types/react-dom": "^19.0.4",
29 "astro": "^5.3.0",
30 "astro-custom-embeds": "^0.0.1",
31 "astro-og-canvas": "^0.7.0",
32 "astro-pagefind": "^1.8.0",
33 "cheerio": "^1.0.0",
34 "lite-youtube-embed": "^0.3.3",
35 "react": "^19.0.0",
36 "react-dom": "^19.0.0",
37 "rehype-mathjax": "^7.1.0",
38 "remark-math": "^6.0.0",
39 "svelte": "^5.1.1",
40 "tailwind-merge": "^2.5.4",
41 "tailwindcss": "^3.4.14",
42 "typescript": "^5.6.3"
43 },
44 "devDependencies": {
45 "@sveltejs/vite-plugin-svelte": "^5.0.3",
46 "@tailwindcss/typography": "^0.5.15",
47 "pagefind": "^1.3.0",
48 "vite-plugin-pagefind": "^1.0.5"
49 },
50 "license": "MIT"
51}