These package updates include version upgrades for the "@supabase/supabase-js" from "^2.44.2" to "^2.44.3", and "@hookform/resolvers" from "^3.7.0" to "^3.9.0" in multiple packages. Other changes involve version updates for minor dependencies, like the "lucide-react" from "^0.400.0" to "^0.402.0" and "stripe" from "^16.1.0" to "^16.2.0".
52 lines
2.0 KiB
JSON
52 lines
2.0 KiB
JSON
{
|
|
"name": "next-supabase-saas-kit-turbo",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"engines": {
|
|
"node": ">=v18.17.1"
|
|
},
|
|
"author": {
|
|
"url": "https://makerkit.dev",
|
|
"name": "MakerKit"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"dev:web": "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 --continue -- --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg check",
|
|
"lint:fix": "turbo lint --cache-dir=.turbo --continue -- --fix --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg fix",
|
|
"typecheck": "turbo typecheck --cache-dir=.turbo",
|
|
"test": "turbo test --cache-dir=.turbo",
|
|
"update": "pnpm update -r",
|
|
"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",
|
|
"stripe:listen": "pnpm --filter '@kit/stripe' start",
|
|
"env:generate": "turbo gen env",
|
|
"env:validate": "turbo gen validate-env"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"dependencies": {
|
|
"@manypkg/cli": "^0.21.4",
|
|
"@turbo/gen": "^2.0.6",
|
|
"cross-env": "^7.0.3",
|
|
"pnpm": "^9.5.0",
|
|
"prettier": "^3.3.2",
|
|
"turbo": "2.0.6",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@9.1.4"
|
|
}
|