forked from demo-Bloodtrail/bloodtrail-be
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.91 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "bloodtrail-be",
"version": "1.0.0",
"description": "��#\u0000 \u0000b\u0000l\u0000o\u0000o\u0000d\u0000t\u0000r\u0000a\u0000i\u0000l\u0000-\u0000b\u0000e\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"test": "jest",
"start:dev": "nodemon --exec babel-node index.js",
"start:dist": "webpack --mode production & node ./dist/main.js",
"start": "node main.js",
"build:dev": "webpack --mode production",
"build": "webpack --mode production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/vision": "^4.0.3",
"@types/dotenv": "^8.2.0",
"aws-sdk": "^2.1537.0",
"axios": "^1.6.7",
"babel-loader": "^9.1.3",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-favicon": "^2.0.4",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"method-override": "^3.0.0",
"mongoose": "^8.0.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"nodemailer": "^6.9.9",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"path": "^0.12.7",
"redis": "^4.6.12",
"socket.io": "^4.7.4",
"swagger-cli": "^4.0.4",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"tesseract.js": "^5.0.4",
"uuid4": "^2.0.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/node": "^7.22.19",
"@babel/preset-env": "^7.23.7",
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"supertest": "^6.3.3"
}
}