The personal website and portfolio of product designer Asia Hoe.
0

Configure Feed

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

portfolio / package.json
428 B 16 lines
1{ 2 "name": "portfolio", 3 "version": "3.0.0", 4 "description": "The personal website and portfolio of product designer Asia Hoe.", 5 "scripts": { 6 "dev": "npx @11ty/eleventy --serve", 7 "build": "npx @11ty/eleventy" 8 }, 9 "author": "Asia Hoe", 10 "type": "module", 11 "dependencies": { 12 "@11ty/eleventy": "^3.1.5", 13 "@11ty/eleventy-navigation": "^1.0.5", 14 "@grimlink/eleventy-plugin-lucide-icons": "^2.1.13" 15 } 16}