[READ-ONLY] Mirror of https://github.com/flo-bit/flo-bit.github.io. my personal website, w/ astro, svelte, tailwind, typescript, threlte flo-bit.dev/
portfolio portfolio-website svelte sveltekit tailwind threejs threlte typescript
0

Configure Feed

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

flo-bit.github.io / package.json
1.3 kB 47 lines
1{ 2 "name": "astro-portfolio", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "start": "astro dev", 8 "build": "astro check && astro build", 9 "preview": "astro preview", 10 "astro": "astro" 11 }, 12 "dependencies": { 13 "@ascorbic/bluesky-loader": "^0.0.3", 14 "@astrojs/check": "^0.9.4", 15 "@astrojs/mdx": "^4.0.3", 16 "@astrojs/svelte": "^7.0.2", 17 "@astrojs/tailwind": "^5.1.4", 18 "@melt-ui/svelte": "^0.86.0", 19 "@tailwindcss/aspect-ratio": "^0.4.2", 20 "@tailwindcss/forms": "^0.5.9", 21 "@tailwindcss/typography": "^0.5.15", 22 "@theatre/core": "^0.7.2", 23 "@theatre/studio": "^0.7.2", 24 "@threlte/core": "^8.0.0-next.30", 25 "@threlte/extras": "^9.0.0-next.39", 26 "@threlte/theatre": "^3.0.0-next.9", 27 "@use-gesture/vanilla": "^10.3.1", 28 "astro": "^5.1.1", 29 "astro-embed": "^0.9.0", 30 "gsap": "^3.12.5", 31 "path": "^0.12.7", 32 "postprocessing": "^6.36.4", 33 "svelte": "^5.1.13", 34 "tailwind-merge": "^2.5.4", 35 "tailwind-variants": "^0.3.0", 36 "tailwindcss": "^3.4.14", 37 "three": "^0.170.0", 38 "typescript": "^5.6.3", 39 "uber-noise": "^0.2.2", 40 "ws": "^8.18.0" 41 }, 42 "devDependencies": { 43 "@melt-ui/pp": "^0.3.2", 44 "tailwindcss-animate": "^1.0.7", 45 "three-perf": "^1.0.10" 46 } 47}