Skip to content
Snippets Groups Projects
package.json 2.29 KiB
Newer Older
Udo Garmann's avatar
Udo Garmann committed
{
  "name": "mit-ws",
  "version": "0.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ts-node-dev src/index.ts",
    "compodoc": "npx compodoc -p tsconfig.app.json src",
Udo Garmann's avatar
Udo Garmann committed
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "~10.0.5",
Udo Garmann's avatar
Udo Garmann committed
    "rxjs": "~6.5.5",
    "tslib": "^2.0.0",
    "zone.js": "~0.10.3"
  },
  "devDependencies": {
Udo Garmann's avatar
Udo Garmann committed
    "tslint": "~6.1.0",
    "typescript": "^3.9.7"
  },
  "description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.4.",
  "main": "karma.conf.js",
  "repository": {
    "type": "git",
    "url": "https://mygit.th-deg.de/hz11818/thd-navi-app.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"