- Upgraded various dependencies including @supabase/supabase-js to version 2.80.0, lucide-react to version 0.553.0, and react-i18next to version 16.2.4. - Updated @types/node to version 24.10.0 and adjusted related dependencies. - Incremented pino-pretty to version 13.1.2 and updated @tailwindcss/postcss to version 4.1.17. - Refactored package.json files to ensure consistency across applications and libraries.
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@kit/admin",
|
|
"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",
|
|
"devDependencies": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/next": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/shared": "workspace:*",
|
|
"@kit/supabase": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@makerkit/data-loader-supabase-core": "^0.0.10",
|
|
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
|
|
"@supabase/supabase-js": "2.80.0",
|
|
"@tanstack/react-query": "5.90.5",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@types/react": "catalog:",
|
|
"lucide-react": "^0.553.0",
|
|
"next": "catalog:",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-hook-form": "^7.66.0",
|
|
"zod": "^3.25.74"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./components/*": "./src/components/*.tsx"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|