Skip to content
Snippets Groups Projects
package.json 1.42 KiB
Newer Older
  • Learn to ignore specific revisions
  • François Agneray's avatar
    François Agneray committed
    {
      "name": "client",
      "version": "0.0.0",
      "scripts": {
        "ng": "ng",
        "start": "ng serve",
        "build": "ng build",
    
        "watch": "ng build --watch --configuration development"
    
    François Agneray's avatar
    François Agneray committed
      },
      "private": true,
      "dependencies": {
        "@angular/animations": "~12.0.4",
        "@angular/common": "~12.0.4",
        "@angular/compiler": "~12.0.4",
        "@angular/core": "~12.0.4",
        "@angular/forms": "~12.0.4",
        "@angular/platform-browser": "~12.0.4",
        "@angular/platform-browser-dynamic": "~12.0.4",
        "@angular/router": "~12.0.4",
    
        "@fortawesome/fontawesome-free": "^5.15.3",
    
    François Agneray's avatar
    François Agneray committed
        "@ng-select/ng-select": "^7.1.1",
    
    François Agneray's avatar
    François Agneray committed
        "@ngrx/effects": "12.1.0",
        "@ngrx/entity": "12.1.0",
        "@ngrx/router-store": "12.1.0",
        "@ngrx/store": "12.1.0",
        "@ngrx/store-devtools": "12.1.0",
    
        "bootstrap": "4.6",
    
        "d3": "^5.15.1",
    
        "keycloak-angular": "^8.2.0",
        "keycloak-js": "^14.0.0",
        "ngx-bootstrap": "^7.0.0-rc.1",
    
    François Agneray's avatar
    François Agneray committed
        "ngx-json-viewer": "^3.0.2",
    
        "ngx-toastr": "^14.0.0",
    
    François Agneray's avatar
    François Agneray committed
        "rxjs": "~6.6.0",
        "tslib": "^2.1.0",
        "zone.js": "~0.11.4"
      },
      "devDependencies": {
        "@angular-devkit/build-angular": "~12.0.4",
        "@angular/cli": "~12.0.4",
        "@angular/compiler-cli": "~12.0.4",
    
        "@types/d3": "^5.7.2",
    
    François Agneray's avatar
    François Agneray committed
        "@types/jasmine": "~3.6.0",
    
        "@types/jest": "^26.0.24",
    
    François Agneray's avatar
    François Agneray committed
        "@types/node": "^12.11.1",
        "jasmine-core": "~3.7.0",
    
        "jest": "^27.0.6",
        "jest-preset-angular": "^9.0.5",
    
    François Agneray's avatar
    François Agneray committed
        "typescript": "~4.2.3"
      }