This repository has no description
0

Configure Feed

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

core / docs / package.json
520 B 23 lines
1{ 2 "name": "tangled-docs", 3 "type": "module", 4 "version": "0.0.1", 5 "private": true, 6 "scripts": { 7 "dev": "astro dev", 8 "build": "astro build", 9 "preview": "astro preview" 10 }, 11 "dependencies": { 12 "@astrojs/starlight": "^0.36.0", 13 "@fontsource-variable/inter": "^5.2.5", 14 "@fontsource/ibm-plex-mono": "^5.2.5", 15 "astro": "^5.14.0", 16 "lucide-astro": "^0.545.0", 17 "sharp": "^0.34.0" 18 }, 19 "devDependencies": { 20 "@tailwindcss/typography": "^0.5.20", 21 "tailwindcss": "^3.4.19" 22 } 23}