38 lines
857 B
JSON
38 lines
857 B
JSON
{
|
|
"name": "hub-server",
|
|
"exports": {
|
|
"helpers": "./helper"
|
|
},
|
|
"scripts": {
|
|
"dev": "nodemon --signal SIGINT",
|
|
"start": "tsx index.ts --transpile-only",
|
|
"build": "tsc"
|
|
},
|
|
"packageManager": "pnpm@10.13.1",
|
|
"devDependencies": {
|
|
"concurrently": "^9.2.0",
|
|
"typescript": "latest"
|
|
},
|
|
"dependencies": {
|
|
"@react-email/components": "^0.3.2",
|
|
"@repo/shared-components": "workspace:*",
|
|
"@repo/db": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@types/cors": "^2.8.19",
|
|
"@types/express": "^5.0.3",
|
|
"@types/node": "^22.15.29",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"@types/react": "^19.1.8",
|
|
"axios": "^1.10.0",
|
|
"cors": "^2.8.19",
|
|
"cron": "^4.3.2",
|
|
"dotenv": "^17.2.0",
|
|
"express": "^5.1.0",
|
|
"nodemailer": "^7.0.5",
|
|
"nodemon": "^3.1.10",
|
|
"react": "^19.1.8",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"tsx": "^4.20.3"
|
|
}
|
|
}
|