* chore(dependencies): update package versions for improved compatibility - Bumped `typescript` from `5.8.3` to `5.9.2` across multiple packages for enhanced type safety and features. - Updated `@tanstack/react-query` from `5.83.0` to `5.84.1` to incorporate the latest improvements. - Incremented `lucide-react` from `0.534.0` to `0.536.0` for better performance and compatibility. - Updated `react-hook-form` from `7.61.1` to `7.62.0` to leverage new features and fixes. - Incremented `@stripe/react-stripe-js` from `3.8.1` to `3.9.0`, `@stripe/stripe-js` from `7.7.0` to `7.8.0`, and `stripe` from `18.3.0` to `18.4.0` for enhanced functionality. - Updated `@markdoc/markdoc` from `0.5.2` to `0.5.3` for better integration. - Incremented `@sentry/nextjs` from `9.43.0` to `10.1.0` to utilize the latest features and improvements. * chore(dependencies): update eslint-related packages for improved compatibility - Updated `@typescript-eslint/parser` from `8.38.0` to `8.39.0` to leverage the latest features and fixes. - Adjusted dependencies in `eslint-import-resolver-typescript` and `eslint-plugin-import` to reflect the updated parser version, ensuring better integration and compatibility across the codebase.
56 lines
2.2 KiB
JSON
56 lines
2.2 KiB
JSON
{
|
|
"name": "next-supabase-saas-kit-turbo",
|
|
"version": "2.12.2",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"engines": {
|
|
"node": ">=v18.18.0"
|
|
},
|
|
"author": {
|
|
"url": "https://makerkit.dev",
|
|
"name": "MakerKit"
|
|
},
|
|
"scripts": {
|
|
"turbo": "turbo",
|
|
"preinstall": "pnpm run --filter scripts requirements",
|
|
"postinstall": "manypkg fix",
|
|
"build": "turbo build --cache-dir=.turbo",
|
|
"clean": "git clean -xdf node_modules dist .next",
|
|
"clean:workspaces": "turbo clean",
|
|
"dev": "cross-env FORCE_COLOR=1 turbo dev --parallel",
|
|
"format": "turbo format --cache-dir=.turbo --continue -- --cache --cache-location=\"node_modules/.cache/.prettiercache\" --ignore-path=\"../../.gitignore\"",
|
|
"format:fix": "turbo format --cache-dir=.turbo --continue -- --write --cache --cache-location=\"node_modules/.cache/.prettiercache\" --ignore-path=\"../../.gitignore\"",
|
|
"lint": "turbo lint --cache-dir=.turbo --affected --continue -- --cache --cache-location \"node_modules/.cache/.eslintcache\" && manypkg check",
|
|
"lint:fix": "turbo lint --cache-dir=.turbo --affected --continue -- --fix --cache --cache-location \"node_modules/.cache/.eslintcache\" && manypkg fix",
|
|
"typecheck": "turbo typecheck --affected --cache-dir=.turbo",
|
|
"test": "turbo test --cache-dir=.turbo",
|
|
"update": "pnpm update -r",
|
|
"syncpack:list": "pnpm dlx syncpack list-mismatches",
|
|
"syncpack:fix": "pnpm dlx syncpack fix-mismatches",
|
|
"supabase:web:start": "pnpm --filter web supabase:start",
|
|
"supabase:web:stop": "pnpm --filter web supabase:stop",
|
|
"supabase:web:typegen": "pnpm --filter web supabase:typegen",
|
|
"supabase:web:reset": "pnpm --filter web supabase:reset",
|
|
"supabase:web:test": "pnpm --filter web supabase:test",
|
|
"stripe:listen": "pnpm --filter '@kit/stripe' start",
|
|
"env:generate": "turbo gen env",
|
|
"env:validate": "turbo gen validate-env"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"packageManager": "pnpm@9.12.0",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"react-is": "19.0.0",
|
|
"require-in-the-middle": "7.5.2"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@manypkg/cli": "^0.25.0",
|
|
"@turbo/gen": "^2.5.5",
|
|
"cross-env": "^10.0.0",
|
|
"prettier": "^3.6.2",
|
|
"turbo": "2.5.5",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|