Skip to content
Snippets Groups Projects
package.json 1.73 KiB
Newer Older
Udo Garmann's avatar
Udo Garmann committed
{
  "name": "mit-ws",
  "version": "0.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "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": {