-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.4 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.4 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
{
"name": "genome-context-viewer",
"description": "Genomic Context Viewer is a web-app that visualizes genomic context data provided by third party services.",
"repository": "https://github.com/legumeinfo/lis_context_viewer",
"version": "2.6.1",
"author": "Alan Cleary",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"preinstall": "./scripts/build-dependencies.js",
"scale-screenshot": "./scripts/responsive-screenshots.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.9",
"@angular/common": "^19.2.9",
"@angular/compiler": "^19.2.9",
"@angular/core": "^19.2.9",
"@angular/forms": "^19.2.9",
"@angular/platform-browser": "^19.2.9",
"@angular/platform-browser-dynamic": "^19.2.9",
"@angular/router": "^19.2.9",
"@fortawesome/fontawesome-free": "^6.7.2",
"@ngrx/effects": "^19.1.0",
"@ngrx/entity": "^19.1.0",
"@ngrx/operators": "^19.1.0",
"@ngrx/router-store": "^19.1.0",
"@ngrx/store": "^19.1.0",
"@types/d3": "^5.16.4",
"bootstrap": "^5.3.5",
"circos": "^2.1.0",
"d3": "^5.16.0",
"golden-layout": "^1.5.9",
"jquery": "^3.7.1",
"legumeinfo-microservices": "file:dep/legumeinfo-microservices",
"mnemonist": "^0.40.3",
"rxjs": "^7.8.2",
"tippy.js": "^6.3.7",
"tslib": "^2.6.2",
"vanilla-lazyload": "^19.1.3",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.10",
"@angular-devkit/core": "^19.2.10",
"@angular-eslint/builder": "19.3.0",
"@angular-eslint/eslint-plugin": "19.3.0",
"@angular-eslint/eslint-plugin-template": "19.3.0",
"@angular-eslint/schematics": "19.3.0",
"@angular-eslint/template-parser": "19.3.0",
"@angular/cli": "~19.2.10",
"@angular/compiler-cli": "^19.2.9",
"@ngrx/eslint-plugin": "^19.1.0",
"@types/jasmine": "^5.1.7",
"@types/node": "^22.15.3",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"eslint": "^9.26.0",
"jasmine-core": "^5.7.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"sharp": "^0.34.1",
"typescript": "^5.8.3"
}
}