-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.1 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
70
71
72
73
{
"name": "typeorm-node-core",
"version": "0.0.1",
"description": "Awesome project developed with TypeORM.",
"devDependencies": {
"@types/node": "^8.0.29",
"@types/swagger-ui-express": "^3.0.0",
"nodemon": "^1.18.10",
"ts-node": "3.3.0",
"typescript": "2.5.2"
},
"dependencies": {
"@google/maps": "^1.0.1",
"@paypal/checkout-server-sdk": "^1.0.1",
"@types/google__maps": "^0.5.8",
"agenda": "^2.0.2",
"agendash": "^1.0.0",
"aws-sdk": "^2.437.0",
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"branch-sdk": "^2.49.1",
"class-validator": "^0.9.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"faker": "^4.1.0",
"fs": "0.0.1-security",
"google-distance": "^1.0.1",
"hbs": "^4.0.4",
"http": "0.0.0",
"i18n": "^0.8.3",
"image-size": "^0.8.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"log4js": "^4.1.0",
"logrotator": "^1.1.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"mongo-seeding": "^3.1.0",
"mongodb": "^3.0.8",
"mongoose": "^5.5.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"nodemailer": "^6.1.0",
"nodemailer-express-handlebars": "^3.0.0",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-instagram": "^1.0.0",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"path": "^0.12.7",
"paypal-rest-sdk": "^1.8.1",
"q": "^1.5.1",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
"socket.io": "^2.2.0",
"stripe": "^7.5.0",
"swagger-jsdoc": "^3.2.8",
"swagger-ui-express": "^4.0.2",
"twilio": "^3.30.1",
"typegoose": "^5.6.0",
"typeorm": "0.2.15",
"underscore": "^1.9.1"
},
"scripts": {
"start": "nodemon -x ts-node --project tsconfig.json src/server.ts"
}
}