Skip to content
Snippets Groups Projects
package.json 1.7 KiB
Newer Older
{
  "name": "example",
  "version": "0.0.0",
  "scripts": {
    "build": "ng build",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "e2e": "ng e2e",
    "fix": "ng lint --fix",
    "lint": "ng lint",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "ng": "ng",
    "start": "ng serve",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "test": "jest --config ./jest.config.ts --coverage"
  },
  "private": true,
  "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "@angular/animations": "^14.2.0",
    "@angular/common": "^14.2.0",
    "@angular/compiler": "^14.2.0",
    "@angular/core": "^14.2.0",
    "@angular/forms": "^14.2.0",
    "@angular/platform-browser": "^14.2.0",
    "@angular/platform-browser-dynamic": "^14.2.0",
    "@angular/router": "^14.2.0",
    "@ghsc/nshmp-web-utils": "^1.5.1",
    "@nshmp/disagg-d3": "file:..",
    "geojson": "^0.5.0",
    "rxjs": "~6.5.5",
    "tslib": "^2.0.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "zone.js": "~0.11.4"
  },
  "devDependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "@angular-devkit/build-angular": "^14.2.1",
    "@angular-eslint/builder": "14.0.3",
    "@angular-eslint/eslint-plugin": "14.0.3",
    "@angular-eslint/eslint-plugin-template": "14.0.3",
    "@angular-eslint/schematics": "14.0.3",
    "@angular-eslint/template-parser": "14.0.3",
    "@angular/cli": "^14.2.1",
    "@angular/compiler-cli": "^14.2.0",
    "@types/geojson": "^7946.0.7",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "@types/jest": "^29.0.0",
    "@types/node": "^12.11.1",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "eslint": "^8.18.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "eslint-plugin-sort-keys-fix": "^1.1.2",
    "eslint-plugin-typescript-sort-keys": "^2.1.0",
    "eslint-plugin-unused-imports": "^2.0.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "gts": "^4.0.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "jest": "^28.1.3",
    "jest-junit": "^14.0.1",
    "jest-preset-angular": "^12.2.2",
    "ts-node": "~8.3.0",
    "tslint": "~6.1.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "typescript": "^4.8.2"