-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
41
42
43
44
45
{
"main": "dist/app.js",
"name": "workbc-mobile-notifications-api",
"version": "0.0.0",
"private": true,
"type": "commonjs",
"scripts": {
"build": "tsc",
"start": "node -r dotenv/config .",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^16.6.2",
"axios": "^0.21.4",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"express": "^4.16.4",
"express-basic-auth": "^1.2.1",
"express-promise-router": "^4.1.0",
"express-validator": "^6.14.0",
"firebase-admin": "^10.0.2",
"helmet": "^4.1.0",
"jwt-decode": "^3.1.2",
"keycloak-connect": "^15.0.0",
"moment": "^2.29.1",
"morgan": "^1.9.1",
"patch-package": "^6.4.7",
"pg": "^8.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"source-map-loader": "^3.0.0",
"ts-loader": "^9.2.5"
},
"devDependencies": {
"@types/express": "^4.17.13",
"typescript": "^4.3.5"
}
}