This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.36 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
{
"name": "feedball-project",
"version": "0.0.0",
"engines": {
"node": "16.x",
"npm": "8.19.2"
},
"scripts": {
"ng": "ng",
"start": "node server.js",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"heroku-postbuild": "ng build --configuration production",
"compodoc": "npx compodoc -p tsconfig.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.1.0",
"@angular/cli": "~14.1.2",
"@angular/common": "^14.1.0",
"@angular/compiler": "^14.1.0",
"@angular/compiler-cli": "^14.1.0",
"@angular/core": "^14.1.0",
"@angular/fire": "^7.4.1",
"@angular/forms": "^14.1.0",
"@angular/material": "^14.2.6",
"@angular/platform-browser": "^14.1.0",
"@angular/platform-browser-dynamic": "^14.1.0",
"@angular/router": "^14.1.0",
"@emailjs/browser": "^3.10.0",
"@microsoft/tsdoc": "^0.14.2",
"@types/highcharts": "^7.0.0",
"@types/nodemailer": "^6.4.7",
"angular-animations": "^0.11.0",
"angular-plotly.js": "^4.0.4",
"d3": "^7.7.0",
"emailjs": "^4.0.1",
"express": "^4.18.2",
"firebase": "^9.13.0",
"firebase-admin": "^11.3.0",
"geckodriver": "^3.2.0",
"highcharts": "^10.3.2",
"highcharts-angular": "^3.0.0",
"ionic": "^5.4.16",
"ionic-angular": "^3.9.10",
"nodemailer": "^6.8.0",
"path": "^0.12.7",
"plotly.js": "^2.16.4",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"typescript": "~4.7.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.2",
"@angular/cli": "~14.1.2",
"@angular/compiler-cli": "^14.1.0",
"@types/chai": "^4.3.4",
"@types/d3": "^7.4.0",
"@types/jasmine": "~4.0.0",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/mochawesome": "^6.2.1",
"@types/plotly.js": "^2.12.10",
"@types/selenium-webdriver": "^4.1.10",
"chai": "^4.3.7",
"chromedriver": "^108.0.0",
"jasmine-core": "~4.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",
"mocha": "^10.2.0",
"mochawesome": "^7.1.3",
"mochawesome-report-generator": "^6.2.0",
"selenium-webdriver": "^4.7.1",
"typedoc": "^0.23.22",
"typescript": "~4.7.2"
}
}