samantha's personal website!~ ✨ samanthanguyen.me
0
fork

Configure Feed

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

at main 21 lines 471 B view raw
1{ 2 "name": "samanthanguyen.me-root", 3 "version": "0.0.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "dev": "pnpm --filter './app' dev", 8 "build": "pnpm --filter './app' build", 9 "preview": "pnpm --filter './app' preview", 10 "fmt": "oxfmt", 11 "fmt-ci": "oxfmt --check", 12 "lint": "oxlint .", 13 "fix": "oxlint . --fix" 14 }, 15 "devDependencies": { 16 "eslint-plugin-svelte": "catalog:", 17 "oxfmt": "catalog:", 18 "oxlint": "catalog:", 19 "wrangler": "catalog:" 20 } 21}