-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·73 lines (73 loc) · 2.03 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": "honeypi-pwa",
"version": "0.0.2",
"author": "Javan Rasokat",
"license": "CC BY-NC-ND 4.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4201",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.0",
"@angular/cdk": "^11.0.0",
"@angular/common": "^11.0.0",
"@angular/compiler": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/fire": "^6.1.4",
"@angular/forms": "^11.0.0",
"@angular/material": "^11.0.0",
"@angular/platform-browser": "^11.0.0",
"@angular/platform-browser-dynamic": "^11.0.0",
"@angular/router": "^11.0.0",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.3",
"chartjs-plugin-datalabels": "^1.0.0",
"core-js": "^3.12.1",
"dygraphs": "^2.1.0",
"firebase": "^8.6.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"mat-progress-buttons": "^9.2.1",
"moment": "^2.29.1",
"ng2-charts": "^2.2.3",
"ngx-color-picker": "^11.0.0",
"ngx-dygraphs": "^0.4.4",
"ngx-store": "^3.0.0",
"popper": "^1.0.1",
"rxjs": "^7.0.1",
"ts-debug": "^1.3.0",
"tslib": "^2.2.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.0",
"@angular/cli": "^11.0.3",
"@angular/compiler-cli": "^11.0.0",
"@angular/language-service": "^11.0.0",
"@types/dygraphs": "^2.1.2",
"@types/jasmine": "^3.7.4",
"@types/jasminewd2": "^2.0.9",
"@types/node": "^15.3.0",
"codelyzer": "^6.0.2",
"jasmine-core": "^3.7.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"protractor": "^7.0.0",
"ts-node": "^9.1.1",
"tslint": "^5.20.1",
"typescript": "4.1.5"
}
}