53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "dev-tool",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "git clean -xdf .next .turbo node_modules",
|
|
"dev": "next dev --port=3010 | pino-pretty -c",
|
|
"format": "prettier --check --write \"**/*.{ts,tsx}\" --ignore-path=\"../../.prettierignore\""
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^2.0.53",
|
|
"@faker-js/faker": "^10.1.0",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@tanstack/react-query": "5.90.5",
|
|
"ai": "5.0.77",
|
|
"lucide-react": "^0.546.0",
|
|
"next": "16.0.0",
|
|
"nodemailer": "^7.0.10",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"rxjs": "^7.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/email-templates": "workspace:*",
|
|
"@kit/i18n": "workspace:*",
|
|
"@kit/mcp-server": "workspace:*",
|
|
"@kit/next": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/shared": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@tailwindcss/postcss": "^4.1.16",
|
|
"@types/node": "catalog:",
|
|
"@types/nodemailer": "7.0.2",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "19.2.2",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"pino-pretty": "13.0.0",
|
|
"react-hook-form": "^7.65.0",
|
|
"recharts": "2.15.3",
|
|
"tailwindcss": "4.1.16",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.9.3",
|
|
"zod": "^3.25.74"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"browserslist": [
|
|
"last 1 versions",
|
|
"> 0.7%",
|
|
"not dead"
|
|
]
|
|
}
|