-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.64 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "linda",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4201 --host localhost --base-href /linda/ --deploy-url /linda/",
"startvm": "ng serve --port 4201 --host 0.0.0.0 --disable-host-check --base-href /linda/ --deploy-url /linda/",
"build": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --aot",
"build:stats": "ng build --stats-json",
"test": "jest",
"lint": "ng lint",
"e2e": "ng e2e",
"analyze": "ng build --prod --stats-json && webpack-bundle-analyzer ./dist/linda/stats.json"
},
"private": true,
"dependencies": {
"@agm/core": "^3.0.0-beta.0",
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/flex-layout": "^8.0.0-beta.27",
"@angular/forms": "^8.2.14",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/pwa": "^0.803.29",
"@angular/router": "^8.2.14",
"@angular/service-worker": "^8.2.14",
"@popperjs/core": "^2.4.4",
"@rxweb/reactive-form-validators": "^2.1.6",
"@sendgrid/mail": "^7.6.1",
"@swimlane/ngx-charts": "^13.0.4",
"@types/lodash": "^4.14.182",
"@ungap/structured-clone": "^0.3.4",
"ag-grid-angular": "^27.1.1",
"ag-grid-community": "^27.1.0",
"ag-grid-enterprise": "^27.1.0",
"angular-datatables": "^8.1.0",
"angular-ui-tour": "^0.9.4",
"auth0": "^2.38.1",
"bootstrap": "^3.4.1",
"core-js": "^3.6.5",
"csv": "^6.0.5",
"d3-scale": "^3.3.0",
"datatables.net": "^1.10.22",
"datatables.net-buttons": "^2.2.2",
"datatables.net-buttons-dt": "^2.2.2",
"datatables.net-dt": "^1.10.21",
"file-saver": "^2.0.2",
"flex-layout": "^1.0.1",
"hover.css": "^2.3.2",
"intro.js": "^3.3.1",
"jquery": "^3.5.1",
"jsgantt-improved": "^2.8.1",
"jszip": "^3.5.0",
"lodash": "^4.17.21",
"material-design-icons": "^3.0.1",
"mdb-ui-kit": "^3.4.0",
"minimist": "^1.2.6",
"mkdirp": "^1.0.4",
"moment": "^2.29.2",
"ng-bootstrap": "^1.6.3",
"ng-gantt": "^2.5.0",
"ngx-guided-tour": "^1.1.11",
"ngx-joyride": "^2.3.1",
"ngx-json-viewer": "^2.4.0",
"pdfmake": "^0.2.4",
"popper.js": "^1.16.1",
"primeicons": "^4.0.0",
"primeng": "^8.1.1",
"rxjs": "^6.6.2",
"rxweb": "^0.1.1",
"terser": "^3.17.0",
"ts-md5": "^1.2.10",
"tslib": "^2.3.1",
"uuid": "^8.3.2",
"web-animations-js": "^2.3.2",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-subresource-integrity": "^1.5.1",
"websocket-extensions": "^0.1.4",
"xlsx": "^0.17.5",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.29",
"@angular/cli": "^8.0.6",
"@angular/compiler-cli": "^8.2.14",
"@angular/language-service": "^8.2.14",
"@types/datatables.net": "^1.10.19",
"@types/datatables.net-buttons": "^1.4.7",
"@types/googlemaps": "^3.43.3",
"@types/jasmine": "^3.3.16",
"@types/jasminewd2": "^2.0.8",
"@types/jquery": "^3.5.1",
"@types/node": "^8.10.62",
"codelyzer": "^5.2.2",
"jasmine-core": "^3.8.0",
"jasmine-spec-reporter": "~4.2.1",
"jest": "^26.4.2",
"karma": "~6.3.16",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.6",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "^5.4.4",
"terser-webpack-plugin": "^2.3.8",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "^3.5.1",
"webpack": "^4.39.2"
}
}