-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
64 lines (64 loc) · 2.33 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
{
"name": "deep-see-web",
"version": "4.0.16",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config=proxy.conf.samples-bi.js",
"covid": "ng serve --proxy-config=proxy.conf.covid.js",
"temp": "ng serve --proxy-config=proxy.conf.temp.js",
"maps": "ng serve --proxy-config=proxy.conf.maps.js",
"ua": "ng serve --proxy-config=proxy.conf.ua.js",
"got": "ng serve --proxy-config=proxy.conf.got.js",
"local": "ng serve --proxy-config=proxy.conf.local.js",
"samples": "ng serve --proxy-config=proxy.conf.samples-bi.js",
"semen": "ng serve --proxy-config=proxy.conf.semen.js",
"community": "ng serve --proxy-config=proxy.conf.community.js",
"analytics": "ng serve --proxy-config=proxy.conf.analytics.js",
"analytics-pub": "ng serve --proxy-config=proxy.conf.analytics-pub.js",
"build": "ng build --configuration=production",
"build:addons": "tsc --project ./src/addons",
"build:addon-test": "tsc ./src/addons/simple-addon.component.ts --experimentalDecorators true --target es2015 --moduleResolution node --module CommonJS --resolveJsonModule true --outDir ./distAddons",
"test": "jest",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.10",
"@angular/common": "^18.2.10",
"@angular/compiler": "^18.2.10",
"@angular/core": "^18.2.10",
"@angular/forms": "^18.2.10",
"@angular/platform-browser": "^18.2.10",
"@angular/platform-browser-dynamic": "^18.2.10",
"@angular/router": "^18.2.10",
"@angular/service-worker": "~18.2.10",
"@highcharts/map-collection": "^2.0.1",
"@iplab/ngx-color-picker": "^18.0.1",
"@ng-select/ng-select": "^13.9.1",
"air-datepicker": "^3.5.3",
"angular-gridster2": "^18.0.1",
"font-awesome": "^4.7.0",
"highcharts": "^11.4.8",
"highcharts-angular": "^4.0.1",
"markdown-it": "^14.1.0",
"numeral": "^2.0.6",
"ol": "^7.2.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular/build": "^18.2.11",
"@angular/cli": "~18.2.11",
"@angular/compiler-cli": "^18.2.10",
"@types/node": "^12.11.1",
"@types/ol": "^6.4.2",
"jest": "^29.7.0",
"puppeteer": "^22.12.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~5.4.3",
"xml2js": "^0.6.2"
}
}