- Bumped `lucide-react` to `^0.516.0` - Upgraded `react-hook-form` to `^7.58.0` - Updated `zod` to `^3.25.67` - Incremented `@sentry/nextjs` to `^9.29.0` - Miscellaneous upgrades for `eslint`, `@tailwindcss/postcss`, and `supabase` dependencies.
39 lines
934 B
JSON
39 lines
934 B
JSON
{
|
|
"name": "@kit/baselime",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"format": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"exports": {
|
|
"./server": "./src/server.ts",
|
|
"./client": "./src/client.ts",
|
|
"./instrumentation": "./src/instrumentation.ts",
|
|
"./provider": "./src/components/provider.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@baselime/node-opentelemetry": "^0.5.8",
|
|
"@baselime/react-rum": "^0.3.1",
|
|
"@kit/monitoring-core": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@types/react": "19.1.8",
|
|
"react": "19.1.0",
|
|
"zod": "^3.25.67"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|