[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.5 kB 54 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.8", 16 "@astrojs/svelte": "^7.0.4", 17 "@astrojs/tailwind": "^6.0.0", 18 "@melt-ui/svelte": "^0.86.0", 19 "@shikijs/transformers": "^1.24.4", 20 "@tailwindcss/aspect-ratio": "^0.4.2", 21 "@tailwindcss/forms": "^0.5.9", 22 "@tailwindcss/typography": "^0.5.15", 23 "@theatre/core": "^0.7.2", 24 "@theatre/studio": "^0.7.2", 25 "@threlte/core": "^8.0.1", 26 "@threlte/extras": "^9.0.1", 27 "@threlte/theatre": "^3.0.0", 28 "@use-gesture/vanilla": "^10.3.1", 29 "@zerodevx/svelte-json-view": "^1.0.11", 30 "astro": "^5.2.3", 31 "astro-custom-embeds": "^0.0.1", 32 "astro-embed": "^0.9.0", 33 "astro-og-canvas": "^0.5.6", 34 "gsap": "^3.12.5", 35 "path": "^0.12.7", 36 "pixi.js": "^8.6.6", 37 "postprocessing": "^6.36.4", 38 "q5": "^2.13.10", 39 "svelte": "^5.1.13", 40 "svelte-tweakpane-ui": "^1.5.1", 41 "tailwind-merge": "^2.5.4", 42 "tailwind-variants": "^0.3.0", 43 "tailwindcss": "^3.4.14", 44 "three": "^0.170.0", 45 "typescript": "^5.6.3", 46 "uber-noise": "^0.2.2", 47 "ws": "^8.18.0" 48 }, 49 "devDependencies": { 50 "@melt-ui/pp": "^0.3.2", 51 "tailwindcss-animate": "^1.0.7", 52 "three-perf": "^1.0.10" 53 } 54}