-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.71 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "eagle-eval",
"version": "0.0.0",
"type": "module",
"scripts": {
"ng": "ng",
"start": "npx tsx -r newrelic server.ts",
"build": "ng build --configuration production --aot",
"watch": "ng build --watch --configuration development",
"test": "npx jest"
},
"engines": {
"npm": ">=10.0.0 <=10.9.0",
"node": ">=21.0.0 <22.0.0"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.4",
"@angular/common": "^16.2.4",
"@angular/compiler": "^16.2.4",
"@angular/core": "^16.2.4",
"@angular/forms": "^16.2.4",
"@angular/platform-browser": "^16.2.4",
"@angular/platform-browser-dynamic": "^16.2.4",
"@angular/router": "^16.2.4",
"@types/html-to-text": "^9.0.4",
"@types/unidecode": "^0.1.3",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"compression": "^1.7.4",
"console-stamp": "^3.1.2",
"dotenv": "^16.3.1",
"esbuild": "^0.18.7",
"express-rate-limit": "^7.1.3",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"fs": "^0.0.1-security",
"graphql-request": "^6.1.0",
"helmet": "^7.1.0",
"html-table-to-json": "^1.0.0",
"html-to-text": "^9.0.5",
"log-timestamp": "^0.3.0",
"lusca": "^1.7.0",
"mongodb": "^6.1.0",
"mongoose": "^7.5.3",
"newrelic": "^11.10.1",
"node-fetch": "^2.7.0",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"primeicons": "^6.0.1",
"primeng": "^16.3.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"tsx": "^4.7.0",
"unidecode": "^0.1.8",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~16.2.1",
"@angular/cli": "~16.2.1",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/jasmine": "~4.3.0",
"@types/jest": "^29.5.11",
"@types/jquery": "^3.5.29",
"@types/jsdom": "^21.1.6",
"@types/lusca": "^1.7.4",
"@types/newrelic": "^9.14.3",
"@types/node": "^20.10.5",
"@types/node-fetch": "^2.6.11",
"@types/passport": "^1.0.16",
"@types/passport-google-oauth20": "^2.0.14",
"@types/supertest": "^6.0.2",
"compiler-cli": "^1.0.0-alpha.2",
"cross-env": "^7.0.3",
"jasmine-core": "~4.5.0",
"jest": "^29.7.0",
"jest-puppeteer": "^9.0.1",
"jsdom": "^23.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"nodemon": "^3.0.2",
"passport-mock": "^0.0.3",
"passport-mock-strategy": "^2.0.0",
"puppeteer": "^22.8.2",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "~4.9.4"
}
}