-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.96 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.96 KB
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
{
"name": "sensateiot-querytool",
"version": "1.4.4",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve --disableHostCheck=true --port 4100",
"build-staging": "ng build --aot --configuration=staging",
"build-dev": "ng build --aot",
"build": "ng build --configuration production --aot",
"postinstall": "ngcc --tsconfig ./src/tsconfig.app.json"
},
"browser": {
"crypto": false,
"stream": false
},
"private": true,
"dependencies": {
"@angular/animations": "^13.1.1",
"@angular/cdk": "^13.1.1",
"@angular/common": "^13.1.1",
"@angular/compiler": "^13.1.1",
"@angular/core": "^13.1.1",
"@angular/forms": "^13.1.1",
"@angular/material": "^13.1.1",
"@angular/platform-browser": "^13.1.1",
"@angular/platform-browser-dynamic": "^13.1.1",
"@angular/router": "^13.1.1",
"@asymmetrik/ngx-leaflet": "^8.1.0",
"@types/chartist": "^0.9.48",
"@types/file-saver": "^2.0.3",
"ajv": "^6.12.6",
"chartist": "0.11.4",
"chartist-plugin-legend": "^0.6.2",
"core-js": "^3.15.2",
"fibers": "^4.0.3",
"file-saver": "^2.0.5",
"guid-typescript": "^1.0.9",
"jwt-decode": "^2.2.0",
"leaflet": "^1.7.1",
"leaflet.heat": "^0.2.0",
"moment": "^2.29.1",
"ngx-cookie-service": "^13.1.2",
"object-assign": "^4.1.1",
"rxjs": "^6.6.7",
"sha.js": "^2.4.11",
"socket.io-client": "^2.4.0",
"ts-md5": "^1.2.9",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.1.2",
"@angular/cli": "^13.1.2",
"@angular/compiler-cli": "^13.1.1",
"@angular/language-service": "^13.1.1",
"@types/jasmine": "^3.8.1",
"@types/jasminewd2": "^2.0.10",
"@types/leaflet": "^1.7.4",
"@types/leaflet.heat": "^0.2.1",
"@types/node": "^13.13.52",
"brfs": "^2.0.2",
"json-loader": "^0.5.7",
"transform-loader": "^0.2.4",
"ts-node": "^8.10.2",
"typescript": "4.5.4"
}
}