[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 58 lines
1{ 2 "name": "tiny-docs", 3 "type": "module", 4 "version": "0.0.1", 5 "packageManager": "pnpm@11.5.2", 6 "scripts": { 7 "dev": "astro dev", 8 "start": "astro dev", 9 "build": "astro check && astro build && pagefind", 10 "preview": "astro preview", 11 "astro": "astro", 12 "format": "prettier --write ." 13 }, 14 "dependencies": { 15 "@ascorbic/bluesky-loader": "^0.0.3", 16 "@astro-community/astro-embed-utils": "^0.1.3", 17 "@astrojs/check": "^0.9.4", 18 "@astrojs/mdx": "^4.0.8", 19 "@astrojs/react": "^4.2.0", 20 "@astrojs/rss": "^4.0.11", 21 "@astrojs/sitemap": "^3.2.1", 22 "@astrojs/svelte": "^7.0.4", 23 "@astrojs/tailwind": "^6.0.0", 24 "@codesandbox/sandpack-react": "^2.20.0", 25 "@codesandbox/sandpack-themes": "^2.0.21", 26 "@shikijs/transformers": "^3.23.0", 27 "@tailwindcss/forms": "^0.5.9", 28 "@types/react": "^19.0.10", 29 "@types/react-dom": "^19.0.4", 30 "astro": "^5.3.0", 31 "astro-auto-import": "^0.4.6", 32 "astro-custom-embeds": "^0.0.1", 33 "astro-og-canvas": "^0.7.0", 34 "astro-pagefind": "^1.8.0", 35 "canvaskit-wasm": "^0.41.1", 36 "cheerio": "^1.0.0", 37 "lite-youtube-embed": "^0.3.3", 38 "react": "^19.0.0", 39 "react-dom": "^19.0.0", 40 "rehype-mathjax": "^7.1.0", 41 "remark-directive": "^4.0.0", 42 "remark-github-admonitions-to-directives": "^2.1.0", 43 "remark-math": "^6.0.0", 44 "svelte": "^5.1.1", 45 "tailwind-merge": "^2.5.4", 46 "tailwindcss": "^3.4.14", 47 "typescript": "^5.6.3", 48 "unist-util-select": "^5.1.0", 49 "unist-util-visit": "^5.1.0" 50 }, 51 "devDependencies": { 52 "@sveltejs/vite-plugin-svelte": "^5.0.3", 53 "@tailwindcss/typography": "^0.5.15", 54 "pagefind": "^1.3.0", 55 "vite-plugin-pagefind": "^1.0.5" 56 }, 57 "license": "MIT" 58}