- Bumped `next` version from `15.4.2` to `15.4.3` across multiple packages for improved compatibility. - Updated `react-i18next` from `15.6.0` to `15.6.1` in several packages to incorporate the latest features and fixes. - Incremented `@stripe/react-stripe-js` from `3.7.0` to `3.8.0` and `@stripe/stripe-js` from `7.5.0` to `7.6.1` for enhanced functionality. - Updated `@keystatic/core` from `0.5.47` to `0.5.48` for better integration. - Incremented `supabase` from `2.30.4` to `2.31.8` to ensure the latest improvements and bug fixes are included.
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "dev-tool",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "git clean -xdf .next .turbo node_modules",
|
|
"dev": "next dev --turbo --port=3010 | pino-pretty -c",
|
|
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^1.3.23",
|
|
"@hookform/resolvers": "^5.1.1",
|
|
"@tanstack/react-query": "5.83.0",
|
|
"ai": "4.3.19",
|
|
"lucide-react": "^0.525.0",
|
|
"next": "15.4.3",
|
|
"nodemailer": "^7.0.5",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"rxjs": "^7.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/email-templates": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/shared": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@types/node": "^24.0.15",
|
|
"@types/nodemailer": "6.4.17",
|
|
"@types/react": "19.1.8",
|
|
"@types/react-dom": "19.1.6",
|
|
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
|
"pino-pretty": "^13.0.0",
|
|
"react-hook-form": "^7.60.0",
|
|
"tailwindcss": "4.1.11",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.8.3",
|
|
"zod": "^3.25.74"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"browserslist": [
|
|
"last 1 versions",
|
|
"> 0.7%",
|
|
"not dead"
|
|
]
|
|
}
|