forked from intersystems-community/DeepSeeWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.83 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
{
"name": "deep-see-web",
"version": "3.2.19",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config=proxy.conf.json --port 4007",
"covid": "ng serve --proxy-config=proxy.conf.covid.json --port 4007",
"temp": "ng serve --proxy-config=proxy.conf.temp.json --port 4007",
"ua": "ng serve --proxy-config=proxy.conf.ua.json --port 4007",
"got": "ng serve --proxy-config=proxy.conf.got.json --port 4007",
"local": "ng serve --proxy-config=proxy.conf.local.json --port 4007",
"samples": "ng serve --proxy-config=proxy.conf.samples.json --port 4007",
"semen": "ng serve --proxy-config=proxy.conf.semen.json --port 4007",
"analytics": "ng serve --proxy-config=proxy.conf.analytics.json --port 4007",
"analytics-pub": "ng serve --proxy-config=proxy.conf.analytics-pub.json --port 4007",
"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": "^15.1.0",
"@angular/common": "^15.1.0",
"@angular/compiler": "^15.1.0",
"@angular/core": "^15.1.0",
"@angular/forms": "^15.1.0",
"@angular/platform-browser": "^15.1.0",
"@angular/platform-browser-dynamic": "^15.1.0",
"@angular/router": "^15.1.0",
"@angular/service-worker": "~15.1.3",
"@highcharts/map-collection": "^2.0.1",
"@ng-select/ng-select": "^10.0.4",
"air-datepicker": "^3.3.5",
"angular-gridster2": "^15.0.4",
"font-awesome": "^4.7.0",
"highcharts": "^10.3.3",
"highcharts-angular": "^3.1.2",
"markdown-it": "^11.0.0",
"ngx-color-picker": "^10.0.1",
"npm-force-resolutions": "^0.0.7",
"numeral": "^2.0.6",
"ol": "^7.2.2",
"rxjs": "~7.8.0",
"systemjs": "^6.5.1",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.4",
"@angular/cli": "~15.1.4",
"@angular/compiler-cli": "^15.1.0",
"@angular/language-service": "~15.1.3",
"@types/jasmine": "~4.3.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@types/ol": "^6.4.2",
"codelyzer": "^6.0.0",
"jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "^26.6.3",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"protractor": "~7.0.0",
"puppeteer": "^8.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.9.4",
"xml2js": "~0.4.23"
}
}