-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.48 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
74
75
76
77
78
{
"name": "@stemy/backend",
"version": "5.0.10",
"license": "MIT",
"repository": "git@github.com:stemyke/node-backend.git",
"scripts": {
"build": "node build/build.mjs",
"public": "npm publish ./dist --access public",
"notify": "sudo sysctl fs.inotify.max_user_watches=524288 && sudo sysctl -p --system"
},
"builders": "builders.json",
"dependencies": {
"axios": "0.27.2",
"body-parser": "1.20.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"class-validator-jsonschema": "5.0.0",
"google-libphonenumber": "3.2.32",
"cors": "2.8.5",
"compression": "1.7.4",
"express": "4.17.1",
"handlebars": "4.7.7",
"tsyringe": "4.5.0",
"nodemailer": "6.9.10",
"reflect-metadata": "0.1.13",
"socket.io": "4.6.1",
"socket.io-client": "4.6.1",
"socket-controllers": "0.2.0",
"routing-controllers": "0.10.3",
"routing-controllers-openapi": "3.0.0",
"rxjs": "6.6.2",
"sharp": "0.33.2",
"uuid": "8.3.0",
"bcrypt": "5.0.0",
"jsonwebtoken": "9.0.0",
"lodash.includes": "4.3.0",
"lodash.isboolean": "3.0.3",
"lodash.isinteger": "4.0.4",
"lodash.isnumber": "3.0.3",
"lodash.isplainobject": "4.0.6",
"lodash.isstring": "3.0.1",
"lodash.once": "4.1.1",
"mongodb": "4.7.0",
"mongoose": "6.12.6",
"@typegoose/typegoose": "10.1.1",
"multer": "1.4.5-lts.1",
"dotenv": "8.2.0",
"file-type": "16.5.4",
"zeromq": "5.2.8",
"node-cron": "3.0.2",
"tz-offset": "0.0.2",
"fontkit": "1.8.1",
"moment": "2.29.4",
"@stemy/terminal-commands-addon": "1.0.0"
},
"devDependencies": {
"@types/jsonwebtoken": "9.0.1",
"@types/bcrypt": "3.0.0",
"@types/express": "4.17.7",
"@types/multer": "1.4.7",
"@types/nodemailer": "6.4.0",
"@types/sharp": "0.30.5",
"@types/node-cron": "3.0.7",
"@types/fontkit": "1.8.0",
"@types/zeromq": "5.2.1",
"ng-packagr": "15.2.2",
"del": "7.1.0",
"cpy": "9.0.1",
"cli-progress": "3.12.0",
"node-watch": "0.7.4",
"commander": "9.5.0",
"@angular/core": "15.2.0",
"@angular/compiler": "15.2.0",
"@angular/compiler-cli": "15.2.0",
"zone.js": "0.11.6",
"typescript": "4.8.4"
}
}