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 3578fe91e33d48cca9ef8d438ada810f27cbcab7 33 lines 976 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": "pnpm exec oxlint .", 8 "format": "pnpm exec oxfmt", 9 "format:check": "pnpm exec oxfmt --check", 10 "check": "pnpm exec oxfmt && pnpm exec oxlint . --fix", 11 "check-types": "turbo run check-types" 12 }, 13 "devDependencies": { 14 "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", 15 "@stylistic/eslint-plugin": "^5.6.1", 16 "@stylexjs/eslint-plugin": "^0.17.5", 17 "eslint-plugin-import-x": "^4.16.1", 18 "eslint-plugin-jsx-a11y": "^6.10.2", 19 "eslint-plugin-perfectionist": "^4.15.1", 20 "eslint-plugin-react": "^7.37.5", 21 "eslint-plugin-react-hooks": "^7.0.1", 22 "eslint-plugin-unicorn": "^61.0.2", 23 "oxfmt": "latest", 24 "oxlint": "^1.48.0", 25 "turbo": "^2.5.8", 26 "typescript": "catalog:", 27 "typescript-eslint": "^8.46.2" 28 }, 29 "packageManager": "pnpm@10.18.2", 30 "engines": { 31 "node": ">=18" 32 } 33}