package.json47 lines · main
| 1 | { |
| 2 | "name": "common", |
| 3 | "version": "0.0.0", |
| 4 | "type": "module", |
| 5 | "main": "./index.tsx", |
| 6 | "types": "./index.tsx", |
| 7 | "license": "MIT", |
| 8 | "scripts": { |
| 9 | "preinstall": "npx only-allow pnpm", |
| 10 | "clean": "rimraf node_modules .turbo tsconfig.tsbuildinfo", |
| 11 | "gen:types": "briven gen types typescript --local >| ./database-types.ts", |
| 12 | "typecheck": "tsc --noEmit" |
| 13 | }, |
| 14 | "dependencies": { |
| 15 | "@types/dat.gui": "^0.7.12", |
| 16 | "@usercentrics/cmp-browser-sdk": "^4.42.0", |
| 17 | "api-types": "workspace:*", |
| 18 | "config": "workspace:*", |
| 19 | "configcat-js": "^9.5.1", |
| 20 | "dat.gui": "^0.7.9", |
| 21 | "flags": "^4.0.0", |
| 22 | "lodash": "catalog:", |
| 23 | "next-themes": "catalog:", |
| 24 | "posthog-js": "^1.333.0", |
| 25 | "react-use": "^17.4.0", |
| 26 | "valtio": "catalog:" |
| 27 | }, |
| 28 | "devDependencies": { |
| 29 | "@types/lodash": "4.17.5", |
| 30 | "@types/node": "catalog:", |
| 31 | "@types/react": "catalog:", |
| 32 | "@types/react-dom": "catalog:", |
| 33 | "@vitest/coverage-v8": "catalog:", |
| 34 | "@vitest/ui": "catalog:", |
| 35 | "tsconfig": "workspace:*", |
| 36 | "type-fest": "5.6.0", |
| 37 | "typescript": "catalog:", |
| 38 | "vitest": "catalog:" |
| 39 | }, |
| 40 | "peerDependencies": { |
| 41 | "@supabase/auth-js": "catalog:", |
| 42 | "@supabase/supabase-js": "catalog:", |
| 43 | "next": "catalog:", |
| 44 | "react": "catalog:", |
| 45 | "react-dom": "catalog:" |
| 46 | } |
| 47 | } |