-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 5.36 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "noctua",
"version": "2.5.1",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4203",
"start:high-memory": "node --max-old-space-size=4048 ./node_modules/@angular/cli/bin/ng serve --port 4202",
"clean": "rm -r workbenches/noctua-landing-page/public workbenches/noctua-landing-page-beta/public",
"build": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production --index src/inject.tmpl --base-href /workbench/noctua-landing-page/ ",
"build:beta-test": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --index src/inject.tmpl --output-path workbenches/noctua-landing-page-beta/public --base-href /workbench/noctua-landing-page-beta/ --configuration=beta-test",
"build:pathway-wb": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production --index src/inject.tmpl --base-href /workbench/noctua-alliance-pathway-preview/ ",
"start-hmr": "ng serve --configuration hmr -sm=false",
"start-hmr-sourcemaps": "ng serve --hmr -e=hmr",
"build-dev": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev",
"build-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev --stats-json",
"build-prod": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production",
"build-prod-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production --stats-json",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"compodoc": "npx compodoc -p tsconfig.json src",
"typedoc": "typedoc --options typedoc.json",
"bundle-report": "webpack-bundle-analyzer dist/stats.json",
"packagr": "ng-packagr -p ng-package.json"
},
"private": false,
"dependencies": {
"@agm/core": "1.1.0",
"@angular/animations": "13.3.11",
"@angular/cdk": "13.3.8",
"@angular/common": "13.3.11",
"@angular/compiler": "13.3.11",
"@angular/core": "13.3.11",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "13.3.11",
"@angular/material": "13.3.8",
"@angular/material-moment-adapter": "13.3.8",
"@angular/platform-browser": "13.3.11",
"@angular/platform-browser-dynamic": "13.3.11",
"@angular/router": "13.3.11",
"@circlon/angular-tree-component": "^11.0.4",
"@dagrejs/graphlib": "^2.1.4",
"@fortawesome/angular-fontawesome": "0.10.2",
"@fortawesome/fontawesome-free": "6.1.1",
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-brands-svg-icons": "6.1.1",
"@fortawesome/free-regular-svg-icons": "6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@geneontology/curie-util-es5": "^1.2.4",
"@swimlane/ngx-charts": "^20.1.0",
"@swimlane/ngx-graph": "8.0.0",
"amigo2": "^2.4.3",
"angular-resizable-element": "^5.0.0",
"backbone": "^1.4.1",
"bbop-client-barista": "0.0.7",
"bbop-graph-noctua": "0.0.35",
"bbop-manager-golr": "0.0.12",
"bbop-manager-minerva": "0.0.20",
"bbop-response-barista": "0.0.11",
"bbop-response-golr": "0.0.8",
"bbop-rest-manager": "0.0.17",
"bootstrap-sass": "^3.4.3",
"chart.js": "3.8.0",
"core-js": "3.22.7",
"dagre": "^0.8.5",
"date-fns": "2.28.0",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"g": "^2.0.1",
"golr-conf": "0.0.3",
"graphlib": "^2.1.8",
"http-proxy": "^1.18.1",
"jointjs": "3.5.5",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.1",
"jqueryui": "^1.11.1",
"jsonformatter": "^0.7.0",
"jsplumb": "^2.15.6",
"lodash": "4.17.21",
"minerva-requests": "0.0.18",
"moment": "2.29.3",
"ng-packagr": "^13.3.1",
"ng2-charts": "3.0.11",
"ngx-build-plus": "^13.0.1",
"ngx-color-picker": "12.0.1",
"ngx-joyride": "^2.5.0",
"ngx-perfect-scrollbar": "^10.1.1",
"ngx-scrollbar": "^9.0.2",
"noctua-sparql-query-builder": "0.0.41",
"node-bourbon": "^4.2.8",
"perfect-scrollbar": "1.5.5",
"prismjs": "1.28.0",
"querystring-es3": "^0.2.1",
"request": "^2.88.0",
"reveal.js": "^4.3.1",
"rxjs": "^7.5.5",
"scard-graph-ts": "0.1.10",
"sparql-query-builder": "0.0.31",
"tslib": "^2.4.0",
"url": "^0.11.0",
"uuid": "^8.3.2",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-builders/custom-webpack": "13.1.0",
"@angular-devkit/build-angular": "~13.3.7",
"@angular/cli": "13.3.7",
"@angular/compiler-cli": "13.3.11",
"@angular/language-service": "13.3.11",
"@compodoc/compodoc": "^1.1.19",
"@types/backbone": "^1.4.15",
"@types/graphlib": "^2.1.8",
"@types/jasmine": "~4.0.3",
"@types/jasminewd2": "2.0.10",
"@types/jest": "^27.5.1",
"@types/jquery": "^3.5.14",
"@types/lodash": "4.14.182",
"@types/node": "^17.0.38",
"@types/prismjs": "1.26.0",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.1.1",
"jasmine-spec-reporter": "~7.0.0",
"jest": "^28.1.0",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.0.1",
"karma-jasmine-html-reporter": "^2.0.0",
"protractor": "~7.0.0",
"ts-node": "10.8.0",
"tslint": "~6.1.0",
"typedoc": "^0.22.17",
"typescript": "4.6.4",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "4.5.0"
}
}