Skip to content
Snippets Groups Projects
package.json 825 B
Newer Older
  • Learn to ignore specific revisions
  • Giovannoni Laurent's avatar
    Giovannoni Laurent committed
    {
      "name": "MaarchCourrier",
      "version": "1.0.0",
      "description": "MaarchCourrier",
      "scripts": {
        "build": "tsc -p apps/maarch_entreprise/js/angular/",
        "build:watch": "tsc -p apps/maarch_entreprise/js/angular/ -w"
      },
      "keywords": [],
      "author": "Maarch",
      "license": "GPLV3",
      "dependencies": {
        "@angular/common": "~2.4.0",
        "@angular/compiler": "~2.4.0",
        "@angular/core": "~2.4.0",
        "@angular/forms": "~2.4.0",
        "@angular/http": "~2.4.0",
        "@angular/platform-browser": "~2.4.0",
        "@angular/platform-browser-dynamic": "~2.4.0",
        "@angular/router": "~3.4.0",
    
        "angular-in-memory-web-api": "~0.2.4",
        "systemjs": "0.19.40",
        "core-js": "^2.4.1",
        "rxjs": "5.0.1",
        "zone.js": "^0.7.4"
      },
      "devDependencies": {
        "typescript": "~2.0.10"
      },
      "repository": {}
    }