update deps
parent
9d5a9ff0
No related branches found
No related tags found
... | ... | @@ -4,9 +4,10 @@ |
"scripts": { | ||
"analyze": "npm run build:stats && webpack-bundle-analyzer dist/nshmp-apps/stats.json", | ||
"build": "ng build nshmp-apps && ng build nshmp-ws", | ||
"build:prod": "npm run build:apps:prod && npm run build:ws:prod ", | ||
"build:prod": "npm run build:apps:prod && npm run build:ws:prod && npm run build:designmaps:prod", | ||
"build:apps:prod": "ng build nshmp-apps --configuration production", | ||
"build:ws:prod": "ng build nshmp-ws --configuration production", | ||
"build:designmaps:prod": "ng build nshmp-ws --configuration designmaps", | ||
"build:stats": "npm run build:prod -- --stats-json", | ||
"compodoc": "compodoc", | ||
"compodoc:build": "bash scripts/build-docs.sh", | ||
... | ... | @@ -48,8 +49,8 @@ |
"@bluehalo/ngx-leaflet": "^19.0.0", | ||
"@compodoc/compodoc": "^1.1.26", | ||
"@ghsc/disagg-d3": "^0.13.0", | ||
"@ghsc/nshmp-lib-ng": "^19.5.3", | ||
"@ghsc/nshmp-template": "^19.4.5", | ||
"@ghsc/nshmp-lib-ng": "^19.5.4", | ||
"@ghsc/nshmp-template": "^19.4.6", | ||
"@ghsc/nshmp-utils-ts": "^3.12.1", | ||
"angular-plotly.js": "^6.0.0", | ||
"d3": "^7.9.0", | ||
... | ... |
Please register or sign in to comment