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 main 40 lines 1.1 kB 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 "publish-docs": "tsx scripts/publish-docs.ts" 13 }, 14 "devDependencies": { 15 "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", 16 "@stylexjs/eslint-plugin": "catalog:", 17 "@stylistic/eslint-plugin": "^5.6.1", 18 "@types/node": "catalog:", 19 "eslint-plugin-import-x": "^4.16.1", 20 "eslint-plugin-jsx-a11y": "^6.10.2", 21 "eslint-plugin-perfectionist": "^4.15.1", 22 "eslint-plugin-react": "^7.37.5", 23 "eslint-plugin-react-hooks": "^7.0.1", 24 "eslint-plugin-unicorn": "^61.0.2", 25 "oxfmt": "latest", 26 "oxlint": "^1.48.0", 27 "tsx": "^4.20.6", 28 "turbo": "^2.5.8", 29 "typescript": "catalog:" 30 }, 31 "pnpm": { 32 "overrides": { 33 "vitefu": "1.1.2" 34 } 35 }, 36 "packageManager": "pnpm@10.18.2", 37 "engines": { 38 "node": ">=18" 39 } 40}