Files

47 lines
1.3 KiB
JSON

{
"name": "logos-crm",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --port 3004",
"build": "next build",
"start": "next start --port 3004",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix",
"check-types": "tsc --noEmit",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:seed": "tsx src/server/db/seed.ts"
},
"dependencies": {
"@acid-info/logos-tokens": "workspace:*",
"@acid-info/logos-ui": "workspace:*",
"@hookform/resolvers": "^5.7.1",
"@tanstack/react-query": "^5.100.14",
"@tanstack/react-table": "^8.21.3",
"drizzle-orm": "^0.45.2",
"next": "16.2.4",
"next-intl": "^4.12.0",
"pg": "^8.22.0",
"react": "^19.2.5",
"react-aria-components": "^1.20.0",
"react-dom": "^19.2.5",
"react-hook-form": "^7.84.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@repo/config": "workspace:*",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "25.6.0",
"@types/pg": "^8.20.3",
"@types/react": "^19.2.14",
"@types/react-dom": "19.2.3",
"drizzle-kit": "^0.31.10",
"eslint": "^10.2.1",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.2",
"tsx": "^4.22.3",
"typescript": "^6.0.3"
}
}