Files
supabase/packages/ui-patterns/package.json
Alaister Young 2b419c70a1 chore: add usercentrics for consent management (#35384)
* chore: add usercentrics for consent management

* client component to make next.js happy

* address feedback

* move consent state to common

* fix import

* ensure page events are sent correctly

* add feature flag provider to ui library site

* fix ui lib 500 error

* skip in test env

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
Co-authored-by: Jordi Enric <jordi.err@gmail.com>
2025-05-05 13:18:48 +08:00

77 lines
2.0 KiB
JSON

{
"name": "ui-patterns",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
"sideEffects": false,
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "vitest",
"clean": "rimraf node_modules",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^3.1.1",
"@monaco-editor/react": "^4.6.0",
"@supabase/sql-to-rest": "^0.1.6",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^1.0.0",
"common": "workspace:*",
"common-tags": "^1.8.2",
"dayjs": "^1.11.13",
"framer-motion": "^11.1.9",
"github-slugger": "^2.0.0",
"lodash": "^4.17.21",
"lucide-react": "*",
"mdast": "^3.0.0",
"monaco-editor": "*",
"next-themes": "*",
"openai": "^4.20.1",
"react": "catalog:",
"react-countdown": "^2.3.5",
"react-dom": "catalog:",
"react-error-boundary": "^4.0.12",
"react-hook-form": "^7.45.0",
"react-intersection-observer": "^9.8.2",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "*",
"react-use": "^17.5.0",
"recharts": "^2.8.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"scroll-into-view-if-needed": "^3.1.0",
"sonner": "^1.5.0",
"sql-formatter": "^15.0.0",
"sse.js": "^2.2.0",
"tsconfig": "workspace:*",
"ui": "workspace:*",
"unist-util-visit": "^5.0.0",
"valtio": "catalog:",
"zod": "^3.22.4"
},
"devDependencies": {
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/common-tags": "^1.8.4",
"@types/lodash": "^4.17.5",
"@types/mdast": "^3.0.0",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"api-types": "workspace:*",
"next-router-mock": "^0.9.13",
"typescript": "~5.5.0",
"unified": "^11.0.5",
"vfile": "^6.0.3",
"vite": "^6.2.6",
"vitest": "^3.0.5"
},
"peerDependencies": {
"next": "*"
}
}