-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 3.03 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
{
"name": "complex-portal-view",
"version": "1.0.3",
"license": "The Apache Software License, Version 2.0",
"angular-cli": {},
"scripts": {
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
"ng": "ng",
"start": "ng serve --proxy-config proxy-gxa.conf.json",
"start-with-proxy": "ng serve --proxy-config proxy.conf.json",
"publish-gh-pages": "rm -rf dist; ng build --configuration production --base-href \"https://complex-portal.github.io/complex-portal-view/\"; ngh -r https://github.com/Complex-Portal/complex-portal-view",
"publish-test-gh-pages": "rm -rf dist; ng build --configuration test --base-href \"https://complex-portal.github.io/complex-portal-view/\"; ngh -r https://github.com/Complex-Portal/complex-portal-view",
"build-prod": "rm -rf dist; ng build --configuration production --base-href \"/complexportal/\"",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.1.4",
"@angular/cdk": "^18.1.4",
"@angular/common": "^18.1.4",
"@angular/compiler": "^18.1.4",
"@angular/core": "^18.1.4",
"@angular/forms": "^18.1.4",
"@angular/material": "^18.1.4",
"@angular/platform-browser": "^18.1.4",
"@angular/platform-browser-dynamic": "^18.1.4",
"@angular/router": "^18.1.4",
"@ebi-gene-expression-group/anatomogram": "^2.4.0",
"@swissprot/rhea-reaction-visualizer": "0.0.23",
"@tensorflow/tfjs": "^4.21.0",
"angular-cli-ghpages": "^0.5.2",
"animate.css": "^3.5.2",
"bsky-embed": "^0.2.0",
"complexviewer": "^2.2.4",
"core-js": "^2.5.3",
"ebi-framework": "1.3.8",
"expose-loader": "^5.0.0",
"jquery": "^3.7.1",
"litemol": "https://github.com/dsehnal/LiteMol/tarball/master",
"ngx-google-analytics": "^14.0.1",
"ngx-markdown": "^18.0.0",
"ngx-page-scroll": "^13.0.0",
"ngx-page-scroll-core": "^13.0.0",
"ngx-toastr": "^18.0.0",
"react": "^16.14.0",
"rxjs": "^7.4.0",
"ts-helpers": "^1.1.2",
"ts-md5": "^1.2.4",
"tslib": "^2.0.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.4",
"@angular/cli": "^18.1.4",
"@angular/compiler-cli": "^18.1.4",
"@angular/language-service": "^18.1.4",
"@types/complexviewer": "^2.1.0",
"@types/estree": "^1.0.5",
"@types/foundation": "~5.5.30",
"@types/jasmine": "~3.6.0",
"@types/jquery": "^3.3.36",
"@types/node": "^20.14.8",
"@types/jsmediatags": "^3.9.6",
"@types/ws": "~8.5.12",
"codelyzer": "^6.0.0",
"jasmine-core": "^5.2.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"npm": "^7.24.2",
"protractor": "~7.0.0",
"ts-node": "^5.0.1",
"tslint": "~6.1.0",
"typescript": "~5.4.5"
}
}