-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
113 lines (113 loc) · 3.85 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
{
"name": "auscope-portal",
"version": "6.5.2",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve",
"build": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build",
"build-prod": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration=production",
"build-dev": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration=audev",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"docs": "npm run typedoc -- --options typedoc.json --out ./src/app/portal-core-ui/docs --exclude '**/*.spec.ts' ./app/portal-core-ui",
"typedoc": "typedoc"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.6",
"@angular/cdk": "^17.3.6",
"@angular/common": "^17.3.6",
"@angular/compiler": "^17.3.6",
"@angular/core": "^17.3.6",
"@angular/forms": "^17.3.6",
"@angular/localize": "^17.3.6",
"@angular/material": "^17.3.6",
"@angular/platform-browser": "^17.3.6",
"@angular/platform-browser-dynamic": "^17.3.6",
"@angular/platform-server": "^17.3.6",
"@angular/router": "^17.3.6",
"@auscope/angular-cesium": "^17.0.0",
"@auscope/portal-core-ui": "^6.5.4",
"@csiro-geoanalytics/ng": "^2.5.0",
"@csiro-geoanalytics/utils-rxjs": "^2.0.1",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "^12.0.7",
"@popperjs/core": "^2.11.6",
"@swimlane/ngx-charts": "^20.4.1",
"@thi.ng/hiccup": "^3.6.22",
"@turf/bbox": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/center": "^6.5.0",
"@turf/envelope": "^5.1.5",
"@turf/helpers": "^6.5.0",
"@turf/intersect": "^6.5.0",
"@types/file-saver": "^2.0.5",
"@types/geodesy": "^1.2.2",
"@types/geojson": "^7946.0.10",
"@types/jquery": "^3.5.14",
"ajv": "^8.11.0",
"angular-plotly.js": "^5.2.2",
"cesium": "1.93",
"file-saver": "^2.0.5",
"geodesy": "^1.1.3",
"geojson": "^0.5.0",
"jquery": "^3.6.1",
"json-string-mapper": "^1.0.0",
"lodash": "^4.17.21",
"lzma": "^2.3.2",
"ng2-nouislider": "^2.0.0",
"ngx-bootstrap": "^12.0.0",
"ngx-clipboard": "~15.1.0",
"ngx-colors": "3.1.0",
"ngx-device-detector": "^7.0.0",
"ngx-webstorage-service": "^5.0.0",
"nouislider": "^15.7.1",
"plotly.js-dist-min": "^2.16.1",
"primitive-primitives": "^0.0.6",
"rickshaw": "^1.7.1",
"rxjs": "~6.6.7",
"simplify-ts": "^1.0.2",
"systemjs": "^6.13.0",
"tslib": "^2.4.1",
"uuid": "^8.3.2",
"when": "^3.7.8",
"x2js": "~3.4.4",
"zone.js": "^0.14.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^17.0.2",
"@angular-devkit/build-angular": "^17.3.6",
"@angular-eslint/builder": "^17.3.0",
"@angular-eslint/eslint-plugin": "^17.3.0",
"@angular-eslint/eslint-plugin-template": "^17.3.0",
"@angular-eslint/schematics": "^17.3.0",
"@angular-eslint/template-parser": "^17.3.0",
"@angular/cli": "^17.3.6",
"@angular/compiler-cli": "^17.3.6",
"@angular/language-service": "^17.3.6",
"@types/jasmine": "~3.10.6",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^13.13.52",
"@types/rx": "^4.1.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"angular-ide": "^0.9.77",
"eslint": "^8.57.0",
"jasmine-core": "~3.99.1",
"jasmine-spec-reporter": "~5.0.2",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "~7.0.0",
"sass": "~1.56.0",
"ts-node": "^8.10.2",
"typedoc": "^0.25.13",
"typescript": "~5.4.5"
}
}