A design system in a box. hip-ui.tngl.io/docs/introduction
0
fork

Configure Feed

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

at 33bfca8d5a1125d9fcf65d57671a8ae00a3a2c8c 23 lines 479 B view raw
1{ 2 "name": "hip-ui", 3 "private": true, 4 "scripts": { 5 "build": "turbo run build", 6 "dev": "turbo run dev", 7 "lint": "turbo run lint", 8 "format": "prettier --write \"**/*.{ts,tsx,md}\"", 9 "check-types": "turbo run check-types" 10 }, 11 "devDependencies": { 12 "prettier": "^3.7.4", 13 "turbo": "^2.5.8", 14 "typescript": "catalog:" 15 }, 16 "packageManager": "pnpm@10.18.2", 17 "engines": { 18 "node": ">=18" 19 }, 20 "prettier": { 21 "trailingComma": "all" 22 } 23}