Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 4.09 KiB
{
  "name": "nshmp-apps",
  "version": "0.9.0",
  "scripts": {
    "analyze": "npm run build:stats && webpack-bundle-analyzer dist/nshmp-apps/stats.json",
    "build": "ng build nshmp-apps",
    "build:prod": "ng build nshmp-apps --configuration production",
    "build:stats": "npm run build:prod -- --stats-json",
    "compodoc": "compodoc",
    "compodoc:build": "bash scripts/build-docs.sh",
    "compodoc:start": "SERVE=\"true\" npm run compodoc:build",
    "cy:run": "ng e2e nshmp-apps",
    "cy:run:ci": "npm run cy:run -- --cypress-config=projects/nshmp-apps/cypress/cypress-ci.json",
    "cy:verify": "cypress verify",
    "fix": "ng lint --fix",
    "lint": "ng lint",
    "ng": "ng",
    "plotly": "env bash scripts/check-plotly.sh",
    "prebuild": "env bash scripts/version-info.sh",
    "prebuild:docker": "npm run prebuild",
    "prebuild:prod": "npm run prebuild",
    "prebuild:stats": "npm run prebuild",
    "prepare": "husky",
    "prestart": "npm run prebuild",
    "pre-commit": "pretty-quick --staged",
    "start": "ng serve nshmp-apps",
    "start:prod": "angular-http-server --config server-config.js",
    "test": "jest --config ./projects/nshmp-apps/jest.config.ts --coverage"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "19.0.4",
    "@angular/cdk": "^19.0.3",
    "@angular/common": "19.0.4",
    "@angular/compiler": "19.0.4",
    "@angular/core": "19.0.4",
    "@angular/forms": "19.0.4",
    "@angular/material": "^19.0.3",
    "@angular/platform-browser": "19.0.4",
    "@angular/platform-browser-dynamic": "19.0.4",
    "@angular/router": "19.0.4",
    "@bluehalo/ngx-leaflet": "^19.0.0",
    "@compodoc/compodoc": "^1.1.26",
    "@ghsc/disagg-d3": "^0.13.0",
    "@ghsc/nshmp-lib-ng": "^19.2.2",
    "@ghsc/nshmp-template": "^19.2.4",
    "@ghsc/nshmp-utils-ts": "^3.12.1",
    "angular-plotly.js": "^6.0.0",
    "d3": "^7.9.0",
    "d3-array": "^3.2.4",
    "d3-scale-chromatic": "^3.1.0",
    "deep-equal": "^2.2.3",
    "file-saver": "^2.0.5",
    "leaflet": "^1.9.4",
    "plotly.js": "^2.35.3",
    "rxjs": "^7.8.0",
    "tslib": "^2.8.1",
    "uswds": "^2.14.0",
    "yaml": "^2.6.1",
    "zone.js": "^0.15.0"
  },
  "devDependencies": {
    "@angular-devkit/architect": "0.1900.5",
    "@angular-devkit/build-angular": "19.0.5",
    "@angular-devkit/core": "19.0.5",
    "@angular-devkit/schematics": "19.0.5",
    "@angular-eslint/builder": "19.0.2",
    "@angular-eslint/eslint-plugin": "19.0.2",
    "@angular-eslint/eslint-plugin-template": "19.0.2",
    "@angular-eslint/schematics": "19.0.2",
    "@angular-eslint/template-parser": "19.0.2",
    "@angular/cli": "19.0.5",
    "@angular/compiler-cli": "19.0.4",
    "@angular/language-service": "19.0.4",
    "@cypress/schematic": "^2.5.2",
    "@cypress/webpack-preprocessor": "^6.0.2",
    "@nx/cypress": "^19.2.2",
    "@nx/workspace": "^20.2.2",
    "@types/aws-sdk": "^2.7.4",
    "@types/d3-array": "^3.2.1",
    "@types/d3-scale-chromatic": "^3.1.0",
    "@types/deep-equal": "^1.0.4",
    "@types/file-saver": "^2.0.7",
    "@types/jest": "^29.5.14",
    "@types/leaflet": "^1.9.15",
    "@types/node": "^22.10.2",
    "@types/plotly.js": "^2.35.1",
    "@types/three": "^0.171.0",
    "@typescript-eslint/eslint-plugin": "^8.18.1",
    "@typescript-eslint/parser": "^8.18.1",
    "angular-http-server": "^1.12.0",
    "cypress": "^13.16.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "eslint-plugin-sort-keys-fix": "^1.1.2",
    "eslint-plugin-typescript-sort-keys": "^3.3.0",
    "eslint-plugin-unused-imports": "^4.1.4",
    "fast-deep-equal": "^3.1.3",
    "gts": "^6.0.2",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-fail-on-console": "^3.3.1",
    "jest-junit": "^16.0.0",
    "jest-preset-angular": "^14.4.2",
    "ng-packagr": "^19.0.1",
    "prettier": "^3.4.2",
    "pretty-quick": "^4.0.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4",
    "webpack-bundle-analyzer": "^4.10.2"
  }
}