* 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>
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "common",
|
|
"version": "0.0.0",
|
|
"main": "./index.tsx",
|
|
"types": "./index.tsx",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"clean": "rimraf node_modules",
|
|
"gen:types": "supabase gen types typescript --local >| ./database-types.ts",
|
|
"typecheck_CURRENTLY_IGNORED": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@types/dat.gui": "^0.7.12",
|
|
"@usercentrics/cmp-browser-sdk": "^4.42.0",
|
|
"@vercel/flags": "^2.6.0",
|
|
"api-types": "workspace:*",
|
|
"config": "workspace:*",
|
|
"dat.gui": "^0.7.9",
|
|
"lodash": "^4.17.21",
|
|
"next-themes": "^0.3.0",
|
|
"react-use": "^17.4.0",
|
|
"valtio": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "4.17.5",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"tsconfig": "workspace:*",
|
|
"typescript": "~5.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@supabase/auth-js": "catalog:",
|
|
"@supabase/supabase-js": "catalog:",
|
|
"next": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:"
|
|
}
|
|
}
|