Skip to content
Snippets Groups Projects
package.json 4.27 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 --base-href /nshmp/",
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",
    "prestart": "npm run prebuild",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "pre-commit": "pretty-quick --staged",
    "prepare": "husky install",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "start": "ng serve nshmp-apps",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "start:prod": "lite-server -c lite-server.json",
    "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
    "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
    "yaml": "^2.4.5",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  },
  "devDependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "eslint": "^8.57.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
}