first commit
This commit is contained in:
44
apps/backend/package.json
Normal file
44
apps/backend/package.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "backend",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "tsx watch --env-file .env.local src/main.ts",
|
||||
"start": "node dist/main.js",
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"lint": "eslint --ext .ts src",
|
||||
"seed": "tsx --env-file .env.local src/scripts/seed.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.4.5",
|
||||
"express": "^4.19.2",
|
||||
"express-async-errors": "^3.1.1",
|
||||
"express-rate-limit": "^7.1.5",
|
||||
"helmet": "^7.1.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"mongoose": "^7.6.0",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"pino": "^9.5.0",
|
||||
"pino-http": "^11.0.0",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/express-rate-limit": "^6.0.1",
|
||||
"@types/jsonwebtoken": "^9.0.5",
|
||||
"@types/multer": "^1.4.11",
|
||||
"@types/node": "^20.12.7",
|
||||
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
||||
"@typescript-eslint/parser": "^7.3.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"pino-pretty": "^11.2.2",
|
||||
"tsx": "^4.7.3",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user