-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.78 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.78 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
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "reactome",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"prepare-env": "cd projects/pathway-browser && rm -f ./package-lock.json && node ./foamtree_version_control.js && cd ../.. && npm install",
"generate:indices": "npx tsx projects/website-angular/src/scripts/generate-index.ts",
"dev:reactome-cytoscape-style": "ng build reactome-cytoscape-style --watch --configuration development",
"dev:serve": "wait-on dist/reactome-cytoscape-style/assets/index.scss && tinacms dev --rootPath projects/website-angular -c \"ng serve\"",
"build:reactome-cytoscape-style": "ng build reactome-cytoscape-style",
"start": "npm run generate:indices && run-p dev:reactome-cytoscape-style dev:serve",
"start:simple": "ng serve",
"start:website": "cd projects/website-angular && npm run start",
"start:pathway": "cd projects/pathway-browser && npm run start-with-deps",
"build": "npm run generate:indices && ng build --configuration production",
"build:website": "cd projects/website-angular && npm run build",
"build:pathway": "cd projects/pathway-browser && npm run build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve:ssr:website": "node dist/website-angular/server/server.mjs"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.1.0",
"@angular/cdk": "^19.2.19",
"@angular/common": "^19.1.0",
"@angular/compiler": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/elements": "^21.1.3",
"@angular/forms": "^19.1.0",
"@angular/localize": "19.1.2",
"@angular/material": "19.1.2",
"@angular/platform-browser": "^19.1.0",
"@angular/platform-browser-dynamic": "^19.1.0",
"@angular/router": "^19.1.0",
"@angular/ssr": "19.1.2",
"@carrotsearch/foamtree": "^3.5.7",
"@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",
"@tinacms/cli": "^2.1.5",
"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",
"express": "4.18.2",
"immer": "^11.1.3",
"marked": "^17.0.1",
"minisearch": "^7.2.0",
"ng-table-virtual-scroll": "^1.6.1",
"ngrx-wieder": "^15.0.0",
"ngx-custom-material-file-input": "^19.0.0",
"ngx-reactome-style": "^0.0.20",
"ngx-ui-tour-md-menu": "^14.0.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"reactome-cytoscape-style": "^0.0.2",
"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",
"swagger-ui-dist": "^5.32.0",
"tinacms": "^3.4.1",
"tslib": "^2.3.0",
"vectorious": "^6.1.12",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.2",
"@angular/cli": "^19.1.2",
"@angular/compiler-cli": "^19.1.0",
"@angular/localize": "^19.2.14",
"@types/chroma-js": "^3.1.1",
"@types/cytoscape-fcose": "^2.2.4",
"@types/jasmine": "~5.1.0",
"@types/lodash": "^4.14.202",
"angular-cli-ghpages": "^2.0.1",
"concat": "^1.0.3",
"jasmine-core": "~5.5.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.2",
"wait-on": "^8.0.1"
}
}