[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.7 kB 57 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": "^3.23.0", 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-auto-import": "^0.4.6", 31 "astro-custom-embeds": "^0.0.1", 32 "astro-og-canvas": "^0.7.0", 33 "astro-pagefind": "^1.8.0", 34 "canvaskit-wasm": "^0.41.1", 35 "cheerio": "^1.0.0", 36 "lite-youtube-embed": "^0.3.3", 37 "react": "^19.0.0", 38 "react-dom": "^19.0.0", 39 "rehype-mathjax": "^7.1.0", 40 "remark-directive": "^4.0.0", 41 "remark-github-admonitions-to-directives": "^2.1.0", 42 "remark-math": "^6.0.0", 43 "svelte": "^5.1.1", 44 "tailwind-merge": "^2.5.4", 45 "tailwindcss": "^3.4.14", 46 "typescript": "^5.6.3", 47 "unist-util-select": "^5.1.0", 48 "unist-util-visit": "^5.1.0" 49 }, 50 "devDependencies": { 51 "@sveltejs/vite-plugin-svelte": "^5.0.3", 52 "@tailwindcss/typography": "^0.5.15", 53 "pagefind": "^1.3.0", 54 "vite-plugin-pagefind": "^1.0.5" 55 }, 56 "license": "MIT" 57}