Skip to content
Snippets Groups Projects
package.json 4.09 KiB
Newer Older
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
{
  "name": "nshmp-apps",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  "version": "0.9.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  "scripts": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "analyze": "npm run build:stats && webpack-bundle-analyzer dist/nshmp-apps/stats.json",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "build": "ng build nshmp-apps",
    "build:prod": "ng build nshmp-apps --configuration production",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "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",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "cy:run:ci": "npm run cy:run -- --cypress-config=projects/nshmp-apps/cypress/cypress-ci.json",
    "cy:verify": "cypress verify",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "fix": "ng lint --fix",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "lint": "ng lint",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "ng": "ng",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "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",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "prepare": "husky",
    "prestart": "npm run prebuild",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "pre-commit": "pretty-quick --staged",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "start": "ng serve nshmp-apps",
    "start:prod": "angular-http-server --config server-config.js",
    "test": "jest --config ./projects/nshmp-apps/jest.config.ts --coverage"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  "engines": {
    "node": ">=20.0.0"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  "private": true,
  "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "d3": "^7.9.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "leaflet": "^1.9.4",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "rxjs": "^7.8.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "tslib": "^2.8.1",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "uswds": "^2.14.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "yaml": "^2.6.1",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  },
  "devDependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "gts": "^6.0.2",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "husky": "^9.1.7",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "jest": "^29.7.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
}