Skip to content

Commit 882e7fa

Browse files
committed
chore: remove unused dependencies and files related to Firebase, Prisma, and EJS
1 parent d4a1faa commit 882e7fa

File tree

10 files changed

+0
-989
lines changed

10 files changed

+0
-989
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Before you get started, make sure you have the following installed on your machi
7171
│   └── EMAIL.md
7272
├── ecosystem.config.js
7373
├── eslint.config.mjs
74-
├── firebase-adminsdk-creds.json
7574
├── LICENSE
7675
├── logo.webp
7776
├── modules.d.ts
@@ -102,7 +101,6 @@ Before you get started, make sure you have the following installed on your machi
102101
│   │   ├── common.schema.ts
103102
│   │   ├── database.ts
104103
│   │   ├── email.server.ts
105-
│   │   ├── firebase-admin.service.ts
106104
│   │   ├── logger.service.ts
107105
│   │   ├── mailgun.server.ts
108106
│   │   ├── queue.server.ts
@@ -164,7 +162,6 @@ Before you get started, make sure you have the following installed on your machi
164162
- **Monorepo Support** : Implement monorepo architecture using Turborepo and Pnpm for better project organization and scalability.
165163
- **AWS Lambda Support** : Add support for deploying serverless functions on AWS Lambda.
166164
- **Cloudflare Workers Support** : Enable Cloudflare Workers support for edge computing and faster request handling.
167-
- **Postgres Support with Drizzle** : Add support for PostgreSQL using Drizzle ORM for better relational database management.
168165
- **Containerization with Docker** : Implement containerization to ensure the project can be easily deployed to any environment using Docker.
169166
- **Kubernetes Support** : Integrate Kubernetes for container orchestration, enabling scalable and automated deployment of the application.
170167
- **CI/CD with GitHub Actions** : Implement a CI/CD pipeline using GitHub Actions to automate testing, building, and deployment processes.

firebase-adminsdk-creds.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,18 @@
1111
"start:local": "dotenv -e .env.local -- node ./dist/main.js",
1212
"lint": "eslint",
1313
"lint:fix": "eslint --fix",
14-
"migrate:dev": "pnpm dlx prisma migrate dev",
15-
"migrate:deploy": "pnpm dlx prisma migrate deploy",
1614
"email:dev": "email dev --dir ./src/email/templates",
1715
"dev": "concurrently \"pnpm start:dev\" \"pnpm email:dev\""
1816
},
1917
"devDependencies": {
2018
"@eslint/js": "^9.4.0",
2119
"@types/cookie-parser": "^1.4.3",
2220
"@types/cors": "^2.8.13",
23-
"@types/ejs": "^3.1.5",
2421
"@types/express": "^4.17.15",
2522
"@types/express-session": "^1.17.5",
2623
"@types/helmet": "^4.0.0",
2724
"@types/http-status-codes": "^1.2.0",
2825
"@types/jsonwebtoken": "^9.0.6",
29-
"@types/lodash": "^4.14.191",
3026
"@types/memory-cache": "^0.2.2",
3127
"@types/morgan": "^1.9.4",
3228
"@types/multer": "^1.4.7",
@@ -45,7 +41,6 @@
4541
"eslint-plugin-import": "^2.29.1",
4642
"eslint-plugin-prettier": "^5.1.3",
4743
"globals": "^15.3.0",
48-
"prisma": "^5.18.0",
4944
"rimraf": "^5.0.1",
5045
"tsup": "^8.1.0",
5146
"tsx": "^4.19.2",
@@ -57,35 +52,27 @@
5752
"@aws-sdk/client-s3": "^3.606.0",
5853
"@bull-board/api": "^5.19.0",
5954
"@bull-board/express": "^5.16.0",
60-
"@prisma/client": "^5.13.0",
6155
"@react-email/components": "^0.0.28",
6256
"@react-email/render": "^1.0.2",
6357
"@types/compression": "^1.7.2",
6458
"@types/react": "^18.3.12",
6559
"argon2": "^0.30.3",
6660
"axios": "^1.4.0",
67-
"batch": "^0.6.1",
6861
"bullmq": "^5.7.6",
6962
"compression": "^1.7.4",
7063
"connect-redis": "^7.1.1",
7164
"cookie-parser": "^1.4.6",
7265
"cors": "^2.8.5",
7366
"cross-env": "^7.0.3",
74-
"dayjs": "^1.11.12",
7567
"dotenv": "^16.4.5",
7668
"dotenv-cli": "^7.4.2",
77-
"ejs": "^3.1.10",
7869
"express": "^4.19.2",
7970
"express-async-handler": "^1.2.0",
8071
"express-session": "^1.18.0",
81-
"firebase-admin": "^12.3.0",
82-
"form-data": "^4.0.1",
83-
"geolib": "^3.3.4",
8472
"helmet": "^6.0.1",
8573
"http-status-codes": "^2.3.0",
8674
"ioredis": "^5.3.2",
8775
"jsonwebtoken": "^9.0.2",
88-
"lodash": "^4.17.21",
8976
"mailgun.js": "^10.2.4",
9077
"mongoose": "^8.5.1",
9178
"morgan": "^1.10.0",

0 commit comments

Comments
 (0)