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.22",
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@tanstack/react-query": "5.75.7",
|
|
"ai": "4.3.15",
|
|
"lucide-react": "^0.509.0",
|
|
"next": "15.3.2",
|
|
"nodemailer": "^7.0.3",
|
|
"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.5",
|
|
"@types/node": "^22.15.17",
|
|
"@types/nodemailer": "6.4.17",
|
|
"@types/react": "19.1.3",
|
|
"@types/react-dom": "19.1.3",
|
|
"babel-plugin-react-compiler": "19.1.0-rc.1",
|
|
"pino-pretty": "^13.0.0",
|
|
"react-hook-form": "^7.56.3",
|
|
"tailwindcss": "4.1.5",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.8.3",
|
|
"zod": "^3.24.4"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"browserslist": [
|
|
"last 1 versions",
|
|
"> 0.7%",
|
|
"not dead"
|
|
]
|
|
}
|