-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.95 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
68
69
{
"name": "proffosinal-cms-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=production node app.js",
"dev": "cross-env NODE_ENV=development DEBUG=cms nodemon app.js"
},
"keywords": [],
"author": "RaoofJM",
"license": "MIT",
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.4.0",
"@types/crypto-js": "^4.1.1",
"@types/fingerprintjs": "^0.5.28",
"@types/ms": "^0.7.31",
"app-root-path": "^3.1.0",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"captchapng": "^0.0.1",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"delay": "^5.0.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-rate-limit": "^6.7.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"node-fetch": "2.3",
"nodemailer": "^6.9.1",
"nodemailer-smtp-transport": "^2.4.2",
"redis": "^4.6.6",
"sharp": "^0.32.0",
"shortid": "^2.2.16",
"winston": "^3.8.2",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/app-root-path": "^1.2.4",
"@types/axios": "^0.14.0",
"@types/bcryptjs": "^2.4.2",
"@types/cheerio": "^0.22.31",
"@types/cookie-parser": "^1.4.3",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.17",
"@types/express-fileupload": "^1.4.1",
"@types/express-rate-limit": "^6.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/mongoose": "^5.11.97",
"@types/morgan": "^1.9.4",
"@types/node": "^18.15.11",
"@types/nodemailer": "^6.4.7",
"@types/nodemailer-smtp-transport": "^2.7.5",
"@types/redis": "^4.0.11",
"@types/sharp": "^0.31.1",
"@types/shortid": "^0.0.29",
"@types/winston": "^2.4.4",
"@types/yup": "^0.32.0",
"nodemon": "^2.0.22"
}
}