-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.45 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
{
"name": "travay",
"version": "1.0.0",
"description": "Appointment app Travay",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "MarkyMark",
"license": "UNLICENSED",
"dependencies": {
"bcrypt": "^3.0.8",
"body-parser": "^1.19.0",
"cluster": "^0.7.7",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"dotenv": "^8.2.0",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-enforces-ssl": "^1.1.0",
"express-fileupload": "^1.1.6",
"express-http-to-https": "^1.1.4",
"fast-levenshtein": "^2.0.6",
"helmet": "^3.21.2",
"i18n": "^0.8.4",
"ipware": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongo-sanitize": "^1.1.0",
"mongoose": "^5.6.13",
"node-cron": "^2.0.3",
"node-url-shortener": "^1.0.1",
"nodemailer": "^6.4.2",
"nodemon": "^2.0.2",
"os": "^0.1.1",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"stripe": "^7.13.0",
"twilio": "^3.42.0",
"uid-safe": "^2.1.5",
"yieldable-json": "^2.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"prettier": "^2.0.4"
}
}