This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.76 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
{
"name": "fifamaniaci-server",
"version": "1.0.0",
"private": true,
"scripts": {
"nodemon": "nodemon --exec npm start",
"start": "node --icu-data-dir=node_modules/full-icu ./dist/app",
"tsc": "tsc --sourcemap --lib es2019"
},
"dependencies": {
"bcrypt": "^4.0.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-subdomain": "^1.0.5",
"fast-deep-equal": "^3.1.3",
"fs-extra": "^9.0.1",
"full-icu": "^1.3.1",
"html-entities": "^1.3.1",
"http-errors": "^1.7.3",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"mongodb": "^3.5.9",
"morgan": "^1.10.0",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.10",
"numeric-range": "^1.0.4",
"pg": "^8.2.1",
"pg-format": "^1.0.4",
"remove-accents": "^0.4.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"vuejs-datepicker": "^1.6.2",
"ws": "^7.3.0"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.6",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.6",
"@types/fs-extra": "^8.1.1",
"@types/html-entities": "^1.2.16",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "^0.5.13",
"@types/mongodb": "^3.5.25",
"@types/morgan": "^1.9.1",
"@types/node": "^14.0.14",
"@types/node-cron": "^2.0.3",
"@types/nodemailer": "^6.4.0",
"@types/pg": "^7.14.3",
"@types/pg-format": "^1.0.0",
"@types/request": "^2.48.5",
"@types/request-promise-native": "^1.0.17",
"@types/ws": "^7.2.5",
"typescript": "^3.9.5"
},
"main": ".eslintrc.js",
"author": "",
"license": "ISC",
"description": ""
}