forked from HyperIoT-Labs/HyperIoT-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.38 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
{
"name": "hyperiot",
"version": "2.10.6",
"scripts": {
"ng": "node_modules/.bin/ng",
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
"build-memory": "npm run ng-high-memory && ng build",
"start": "ng serve --proxy-config proxy-local.config.json",
"start-proxy-test": "ng serve --proxy-config proxy-config.json",
"start-proxy": "ng serve --proxy-config ignored-proxy.config.json",
"build": "ng build",
"build-libs": "ng build core && ng build components && ng build widgets",
"components:watch": "ng build components --watch",
"widgets:watch": "ng build widgets --watch",
"libs:watch": "npm run components:watch && npm run widgets:watch",
"test": "ng test",
"compodoc": "npx compodoc -p src/tsconfig.app.json",
"postinstall": "patch-package"
},
"private": true,
"dependencies": {
"@angular/animations": "12.2.16",
"@angular/cdk": "12.2.13",
"@angular/common": "12.2.16",
"@angular/compiler": "12.2.16",
"@angular/core": "12.2.16",
"@angular/forms": "12.2.16",
"@angular/localize": "12.2.16",
"@angular/material": "12.2.13",
"@angular/platform-browser": "12.2.16",
"@angular/platform-browser-dynamic": "12.2.16",
"@angular/router": "12.2.16",
"@angular/service-worker": "12.2.16",
"@asymmetrik/ngx-leaflet": "8.1.0",
"@ngrx/effects": "^12.5.1",
"@ngrx/store": "^12.5.1",
"@ngrx/store-devtools": "^12.5.1",
"@types/jasmine": "^4.3.0",
"@types/jasminewd2": "^2.0.10",
"@types/ws": "8.5.4",
"angular-gridster2": "~12.1.1",
"angular-plotly.js": "~4.0.4",
"axios": "^1.6.2",
"bootstrap": "^4.3.1",
"ccat-api": "^0.9.0",
"convert-units": "^2.3.4",
"crypto-js": "^3.1.9-1",
"d3": "^5.14.2",
"dom-to-image": "^2.6.0",
"form-data": "^4.0.0",
"isomorphic-ws": "^5.0.0",
"leaflet": "1.9.4",
"moment": "^2.29.1",
"moment-precise-range-plugin": "^1.3.0",
"ng-inline-svg": "^13.0.0",
"ngx-color-picker": "^12.0.1",
"ngx-cookie-service": "12.0.3",
"ngx-mask": "^12.0.0",
"ngx-moment": "^6.0.2",
"ngx-toastr": "14.3.0",
"plotly.js": "1.49.4",
"rxjs": "7.5.5",
"tslib": "2.4.0",
"ws": "8.14.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.16",
"@angular/cli": "12.2.16",
"@angular/compiler-cli": "12.2.16",
"@changesets/cli": "^2.27.1",
"@compodoc/compodoc": "~1.1.11",
"@types/d3": "^5.7.2",
"@types/google.maps": "^3.58.0",
"@types/jasmine": "~3.8.0",
"@types/leaflet": "1.9.12",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@xeokit/xeokit-sdk": "2.4.0-alpha-5",
"eslint": "^8.55.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^12.2.7",
"openapi-typescript-codegen": "^0.25.0",
"patch-package": "^6.1.2",
"ts-node": "^10.9.1",
"tsup": "^7.0.1",
"typescript": "~4.3.5"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"http": false,
"zlib": false,
"https": false,
"util": false,
"stream": false,
"assert": false,
"tty": false
}
}