[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-docs. quick setup, simple, minimalistic docs for your github project flo-bit.dev/tiny-docs/
0

Configure Feed

Select the types of activity you want to include in your feed.

tiny-docs / package.json
1.5 kB 52 lines
1{ 2 "name": "tiny-docs", 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-github-admonitions-to-directives": "^2.1.0", 39 "remark-math": "^6.0.0", 40 "svelte": "^5.1.1", 41 "tailwind-merge": "^2.5.4", 42 "tailwindcss": "^3.4.14", 43 "typescript": "^5.6.3" 44 }, 45 "devDependencies": { 46 "@sveltejs/vite-plugin-svelte": "^5.0.3", 47 "@tailwindcss/typography": "^0.5.15", 48 "pagefind": "^1.3.0", 49 "vite-plugin-pagefind": "^1.0.5" 50 }, 51 "license": "MIT" 52}