version 2 of my website
0
fork

Configure Feed

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

at atproto-integration 40 lines 1.0 kB view raw
1{ 2 "name": "dustycode-web-v2", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "build": "astro build", 8 "preview": "astro preview", 9 "astro": "astro" 10 }, 11 "dependencies": { 12 "@astrojs/mdx": "5.0.2", 13 "@astrojs/netlify": "^7.0.4", 14 "@astrojs/react": "5.0.1", 15 "@atproto/lex": "^0.0.23", 16 "@atproto/lex-password-session": "^0.0.11", 17 "@lucide/astro": "^0.563.0", 18 "@nanostores/react": "^1.0.0", 19 "@tabler/icons": "^3.37.1", 20 "@tailwindcss/forms": "^0.5.11", 21 "@tailwindcss/vite": "^4.2.1", 22 "@types/react": "^19.1.12", 23 "@types/react-dom": "^19.1.9", 24 "astro": "6.0.8", 25 "clsx": "^2.1.1", 26 "date-fns": "^4.1.0", 27 "nanostores": "^1.0.1", 28 "react": "^19.1.1", 29 "react-dom": "^19.1.1", 30 "tailwind-merge": "^3.5.0", 31 "tailwind-variants": "^3.2.2", 32 "tailwindcss": "^4.2.1", 33 "tw-animate-css": "^1.4.0" 34 }, 35 "devDependencies": { 36 "@types/bun": "^1.3.11", 37 "prettier": "^3.8.1", 38 "prettier-plugin-astro": "^0.14.1" 39 } 40}