an app to share curated trails sidetrail.app
1

Configure Feed

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

at bug-repro 546 B View raw
1{ 2 "name": "sidetrail", 3 "version": "0.1.0", 4 "private": true, 5 "scripts": { 6 "dev": "next dev", 7 "build": "rm -rf .next/cache/* && next build --webpack", 8 "start": "next start" 9 }, 10 "dependencies": { 11 "ioredis": "^5.8.2", 12 "lru-cache": "^11.2.4", 13 "next": "16.3.0-canary.53", 14 "react": "^19", 15 "react-dom": "^19" 16 }, 17 "devDependencies": { 18 "@types/node": "^22.14.1", 19 "@types/react": "^19.2.7", 20 "@types/react-dom": "^19.2.3", 21 "typescript": "^5.9.3" 22 }, 23 "engines": { 24 "node": ">=22.16.0" 25 } 26}