forked from intersystems-community/DeepSeeWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.48 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
{
"name": "deep-see-web",
"version": "3.1.40",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config=proxy.conf.json --port 4007",
"covid": "ng serve --proxy-config=proxy.conf.covid.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",
"semen": "ng serve --proxy-config=proxy.conf.semen.json --port 4007",
"analytics": "ng serve --proxy-config=proxy.conf.analytics.json --port 4007",
"build": "ng build --prod",
"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": "~11.2.3",
"@angular/common": "~11.2.3",
"@angular/compiler": "~11.2.3",
"@angular/core": "~11.2.3",
"@angular/forms": "~11.2.3",
"@angular/platform-browser": "~11.2.3",
"@angular/platform-browser-dynamic": "~11.2.3",
"@angular/router": "~11.2.3",
"@angular/service-worker": "~11.2.3",
"@highcharts/map-collection": "^1.1.3",
"angular-gridster2": "^11.1.3",
"font-awesome": "^4.7.0",
"highcharts": "^9.0.1",
"highcharts-angular": "^2.10.0",
"markdown-it": "^11.0.0",
"ngx-color-picker": "^10.0.1",
"npm-force-resolutions": "^0.0.7",
"numeral": "^2.0.6",
"ol": "^6.4.3",
"rxjs": "~6.6.0",
"systemjs": "^6.5.1",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.2",
"@angular/cli": "~11.2.2",
"@angular/compiler-cli": "~11.2.3",
"@angular/language-service": "~11.2.3",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@types/ol": "^6.4.2",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "^26.6.3",
"karma": "~6.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"puppeteer": "^8.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.1.2",
"xml2js": "~0.4.23"
}
}