-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "scheda_dnd_5e_backend",
"version": "1.0.0",
"description": "",
"main": "src/api.ts",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase": "^10.12.3",
"firebase-admin": "^12.2.0",
"http-status-codes": "^2.3.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"pg": "^8.12.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"sequelize": "^6.37.3",
"sequelize-typescript": "^2.1.6",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"webpack": "^5.92.1",
"webpack-dev-server": "^5.0.4",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/validator": "^13.12.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"nodemon": "^3.1.4",
"webpack-cli": "^5.1.4"
}
}