forked from AABoyles/MicrobeTrace
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
170 lines (170 loc) · 8.88 KB
/
package.json
File metadata and controls
170 lines (170 loc) · 8.88 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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "MicrobeTrace",
"version": "2.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve -c development",
"start:local-cypress": "ng serve -c development --host 127.0.0.1 --port 4210",
"prebuild": "node scripts/update-version.js",
"tomcat:setup": "bash scripts/tomcat/setup-local-tomcat.sh",
"tomcat:deploy": "bash scripts/tomcat/deploy-war-local.sh",
"tomcat:start": "bash scripts/tomcat/start-local-tomcat.sh",
"tomcat:stop": "bash scripts/tomcat/stop-local-tomcat.sh",
"tomcat:smoke": "bash scripts/tomcat/run-war-smoke.sh",
"tomcat:smoke:win": "scripts\\tomcat\\run-war-smoke.cmd",
"build": "ng build",
"verify:dist": "node scripts/verify-production-artifacts.js",
"test": "ng test",
"lint": "ng lint",
"e2e": "start-server-and-test start:local-cypress http://127.0.0.1:4210 e2e:journeys:all:local:chrome",
"e2e:journeys:flows": "npx cypress run --headless --browser electron --spec \"cypress/e2e/ingestion/files-ui.cy.ts,cypress/e2e/journeys/flows/*.cy.ts\"",
"e2e:journeys:view-state": "npx cypress run --headless --browser electron --spec cypress/e2e/view-state/twod-view.cy.ts",
"e2e:journeys:contracts": "npx cypress run --headless --browser electron --env contractMode=1 --spec \"cypress/e2e/journeys/flows/behavior-contracts.cy.ts,cypress/e2e/journeys/flows/filtering-newick.contract.cy.ts,cypress/e2e/journeys/flows/filtering-oracle.contract.cy.ts,cypress/e2e/journeys/flows/nearest-neighbor-angulartesting.contract.cy.ts,cypress/e2e/journeys/flows/post-launch-distance-metric-switch.cy.ts\"",
"e2e:journeys:all": "npm run e2e:journeys:flows && npm run e2e:journeys:view-state && npm run e2e:journeys:contracts",
"e2e:journeys:flows:local": "npx cypress run --headless --browser electron --config baseUrl=http://127.0.0.1:4210 --spec \"cypress/e2e/ingestion/files-ui.cy.ts,cypress/e2e/journeys/flows/*.cy.ts\"",
"e2e:journeys:view-state:local": "npx cypress run --headless --browser electron --config baseUrl=http://127.0.0.1:4210 --spec cypress/e2e/view-state/twod-view.cy.ts",
"e2e:journeys:contracts:local": "npx cypress run --headless --browser electron --config baseUrl=http://127.0.0.1:4210 --env contractMode=1 --spec \"cypress/e2e/journeys/flows/behavior-contracts.cy.ts,cypress/e2e/journeys/flows/filtering-newick.contract.cy.ts,cypress/e2e/journeys/flows/filtering-oracle.contract.cy.ts,cypress/e2e/journeys/flows/nearest-neighbor-angulartesting.contract.cy.ts,cypress/e2e/journeys/flows/post-launch-distance-metric-switch.cy.ts\"",
"e2e:journeys:spec:local": "npx cypress run --headless --browser electron --config baseUrl=http://127.0.0.1:4210",
"e2e:journeys:all:local": "npm run e2e:journeys:flows:local && npm run e2e:journeys:view-state:local && npm run e2e:journeys:contracts:local",
"e2e:journeys:flows:local:chrome": "npx cypress run --headless --browser chrome --config baseUrl=http://127.0.0.1:4210 --spec \"cypress/e2e/ingestion/files-ui.cy.ts,cypress/e2e/journeys/flows/*.cy.ts\"",
"e2e:journeys:view-state:local:chrome": "npx cypress run --headless --browser chrome --config baseUrl=http://127.0.0.1:4210 --spec cypress/e2e/view-state/twod-view.cy.ts",
"e2e:journeys:contracts:local:chrome": "npx cypress run --headless --browser chrome --config baseUrl=http://127.0.0.1:4210 --env contractMode=1 --spec \"cypress/e2e/journeys/flows/behavior-contracts.cy.ts,cypress/e2e/journeys/flows/filtering-newick.contract.cy.ts,cypress/e2e/journeys/flows/filtering-oracle.contract.cy.ts,cypress/e2e/journeys/flows/nearest-neighbor-angulartesting.contract.cy.ts,cypress/e2e/journeys/flows/post-launch-distance-metric-switch.cy.ts\"",
"e2e:journeys:all:local:chrome": "npm run e2e:journeys:flows:local:chrome && npm run e2e:journeys:view-state:local:chrome && npm run e2e:journeys:contracts:local:chrome",
"analyze": "ng build --configuration production --source-map=true --stats-json && webpack-bundle-analyzer dist/MicrobeTrace/stats.json",
"predeploy": "node scripts/update-version.js",
"deploy": "ng build --configuration production --base-href https://cdcgov.github.io/MicrobeTrace/ && npm run verify:dist && npx ngh --dir dist/MicrobeTrace",
"predeploy_dev": "node scripts/update-version.js",
"deploy_dev": "ng build --configuration production --base-href https://mossy426.github.io/MicrobeTrace/ && npm run verify:dist && npx ngh --dir dist/MicrobeTrace --repo https://github.com/mossy426/MicrobeTrace",
"archive": "tar --exclude=.angular --exclude=dist --exclude=node_modules --exclude=node_modules_dev --exclude=.git --exclude=MicrobeTrace.tar.gz --exclude=MicrobeTrace.zip -czf MicrobeTrace.tar.gz . && powershell -Command \"$exclude = @('node_modules', 'node_modules_dev', 'dist', '.angular', '.git', 'MicrobeTrace.tar.gz', 'MicrobeTrace.zip'); $items = Get-ChildItem -Path . -Force | Where-Object { $exclude -notcontains $_.Name }; Compress-Archive -Path ($items | ForEach-Object { $_.FullName }) -DestinationPath MicrobeTrace.zip -Force\""
},
"browser": {
"image-size": false
},
"resolutions": {
"webpack": "^5.0.0"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.1.2",
"@angular/cdk": "^21.1.2",
"@angular/common": "^21.1.2",
"@angular/compiler": "^21.2.4",
"@angular/core": "^21.2.4",
"@angular/forms": "^21.1.2",
"@angular/material": "^21.1.2",
"@angular/platform-browser": "^21.1.2",
"@angular/platform-browser-dynamic": "^21.1.2",
"@angular/router": "^21.1.2",
"@bluehalo/ngx-leaflet": "^21.0.0",
"@bluehalo/ngx-leaflet-markercluster": "^21.0.0",
"@eslint/js": "^9.9.1",
"@fontsource/roboto": "^5.2.10",
"@google/markerclusterer": "^2.0.9",
"@primeng/themes": "21.0.4",
"@types/googlemaps": "^3.43.3",
"@types/leaflet.markercluster": "^1.5.1",
"angular-cli-ghpages": "^3.0.2",
"angular-google-tag-manager": "1.10.0",
"angular-plotly.js": "^6.0.0",
"assert": "^2.1.0",
"chart.js": "^2.9.4",
"core-js": "^3.30.2",
"cytoscape": "^3.30.3",
"cytoscape-fcose": "^2.2.0",
"cytoscape-svg": "^0.4.0",
"d3": "^5.16.0",
"d3-shape": "^3.1.0",
"dom-to-image-more": "^2.16.0",
"globals": "^15.9.0",
"golden-layout": "^2.6.0",
"hammerjs": "^2.0.8",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"jquery": "^3.7.0",
"jszip": "^3.10.1",
"leaflet": "^1.9.3",
"leaflet.markercluster": "^1.5.3",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"material-icons": "^1.13.14",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"newick-tree-parser": "^1.0.1",
"ngx-bootstrap": "^21.0.1",
"object-path": "^0.11.8",
"plotly.js": "^2.22.0",
"plotly.js-dist-min": "^2.35.0",
"primeicons": "^7.0.0",
"primeng": "21.1.1",
"probe-image-size": "^7.2.3",
"quill": "^1.3.7",
"rxjs": "^7.8.1",
"sass-loader": "^13.2.2",
"save-svg-as-png": "^1.4.17",
"sharp": "^0.28.3",
"tabulator-tables": "^5.4.4",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.3",
"@angular-eslint/builder": "^21.3.0",
"@angular-eslint/eslint-plugin": "^21.3.0",
"@angular-eslint/eslint-plugin-template": "^21.3.0",
"@angular-eslint/template-parser": "^21.3.0",
"@angular/build": "^21.2.3",
"@angular/cli": "^21.2.3",
"@angular/compiler-cli": "^21.2.4",
"@angular/language-service": "^21.1.2",
"@types/cytoscape": "^3.21.8",
"@types/jasmine": "~3.6.0",
"@types/jquery": "^3.5.16",
"@types/leaflet": "^1.5.13",
"@types/lodash": "^4.14.194",
"@types/markerclustererplus": "2.1.33",
"@types/moment-timezone": "^0.5.12",
"@types/node": "^12.11.1",
"@types/plotly.js-dist-min": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"alignment-viewer": "^0.3.2",
"bioseq": "^0.1.4",
"clipboard": "^2.0.4",
"cypress": "^14.5.2",
"d3-force-attract": "^0.1.1",
"d3-sankey": "^0.12.3",
"d3-symbol-extra": "^0.1.0",
"eslint": "^8.57.0",
"file-saver": "^2.0.2",
"fileto": "^0.1.0",
"fs": "0.0.1-security",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"leaflet-image": "0.4.0",
"papaparse": "5.4.1",
"patristic": "^0.6.0",
"pdfmake": "^0.2.10",
"phylocanvas": "^2.8.1",
"phylocanvas-plugin-context-menu": "^3.11.0",
"phylocanvas-plugin-history": "^2.1.1",
"phylocanvas-plugin-scalebar": "^1.1.1",
"sass": "^1.62.1",
"start-server-and-test": "^2.1.5",
"tn93": "^0.3.5",
"ts-node": "~7.0.0",
"tslib": "^2.5.0",
"typescript": "~5.9.3",
"webpack": "^5.82.0",
"webpack-bundle-analyzer": "^4.10.2",
"xlsx": "^0.18.5"
},
"overrides": {
"@angular-devkit/build-angular": {
"undici": "7.24.0"
}
}
}