This repository was archived by the owner on Mar 26, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 3.83 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 3.83 KB
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
{
"name": "pathway-browser",
"version": "0.0.0",
"scripts": {
"prepare-env": "rm -f ./package-lock.json && node ./foamtree_version_control.js && npm install",
"ng": "ng",
"start": "ng serve",
"start-with-deps": "run-p dev:* && wait-on dist/reactome-cytoscape-style/assets/index.scss && sleep 2 && ng serve",
"start-local": "ng serve --configuration=local",
"dev:reactome-cytoscape-style": "ng build reactome-cytoscape-style --configuration development --watch &",
"build:reactome-cytoscape-style": "ng build reactome-cytoscape-style",
"test:reactome-cytoscape-style": "ng test reactome-cytoscape-style",
"deploy:reactome-cytoscape-style": "ng build reactome-cytoscape-style; cd dist reactome-cytoscape-style; npm publish",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"page": "ng build --base-href=/PathwayBrowser/ --configuration github; ng deploy --no-build",
"deploy-dev": "ng build --configuration=development --base-href=/beta/PathwayBrowser/ && rsync --chown=www-data:reactome --chmod=775 -rpIgoDvhP dist/pathway-browser/browser/ dev:site/new-pwb --delete",
"deploy-release": "ng build --configuration=release --base-href=/beta/PathwayBrowser/ && rsync --chown=www-data:reactome --chmod=775 -rpIgoDvhP dist/pathway-browser/browser/ release:site/new-pwb --delete",
"deploy-production": "ng build --configuration=production --base-href=/beta/PathwayBrowser/ && rsync --chown=www-data:reactome --chmod=775 -rpIgoDvhP dist/pathway-browser/browser/ prod:site/new-pwb --delete",
"deploy-all": "npm run deploy-dev && npm run deploy-release && npm run deploy-production",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.14",
"@angular/cdk": "^19.2.19",
"@angular/common": "^19.2.14",
"@angular/compiler": "^19.2.14",
"@angular/core": "^19.2.14",
"@angular/forms": "^19.2.14",
"@angular/material": "^19.2.19",
"@angular/platform-browser": "^19.2.14",
"@angular/platform-browser-dynamic": "^19.2.14",
"@angular/router": "^19.2.14",
"@carrotsearch/foamtree": "file:./src/assets/reacfoam/@carrotsearch/foamtree",
"@hakimio/ngx-google-analytics": "^15.0.0",
"@lottiefiles/dotlottie-web": "^0.49.0",
"@ngneat/until-destroy": "^10.0.0",
"@ngrx/component": "^19.2.1",
"@ngrx/component-store": "^19.2.1",
"@ngrx/effects": "^19.2.1",
"@ngrx/entity": "^19.2.1",
"@ngrx/operators": "^19.2.1",
"@ngrx/router-store": "^19.2.1",
"@ngrx/store": "^19.2.1",
"@swissprot/rhea-reaction-viz-test": "^0.0.25",
"angular-split": "^17.2.0",
"canvas-to-svg": "^1.0.3",
"chroma-js": "^3.1.2",
"cytoscape": "^3.33.1",
"cytoscape-fcose": "^2.2.0",
"cytoscape-layers": "^3.0.0",
"ng-table-virtual-scroll": "^1.6.1",
"ngx-custom-material-file-input": "^19.0.0",
"ngx-reactome-style": "^0.0.20",
"reactome-cytoscape-style": "^0.0.2",
"ngx-ui-tour-md-menu": "^14.0.1",
"reactome-gsa-form": "19.1.2",
"reactome-table": "^19.0.1",
"rxjs": "~7.8.0",
"svg-pan-zoom": "^3.6.1",
"svgcanvas": "^2.6.0",
"tslib": "^2.3.0",
"vectorious": "^6.1.12",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.15",
"@angular/cli": "^19.2.15",
"@angular/compiler-cli": "^19.2.14",
"@angular/localize": "^19.2.14",
"@types/chroma-js": "^3.1.1",
"@types/cytoscape-fcose": "^2.2.4",
"@types/jasmine": "~4.3.0",
"@types/lodash": "^4.14.202",
"angular-cli-ghpages": "^2.0.1",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^19.1.0",
"npm-run-all": "^4.1.1",
"typescript": "~5.7.3",
"wait-on": "^8.0.1"
}
}