Skip to content
Snippets Groups Projects
Select Git revision
  • d5724111e922090c197958449bfa2dfca8126cf7
  • master default
  • autorisation_visit
  • signup_mydata
  • format_editData
  • dev
  • authorize-valid-profile
  • feli90-patch-2
  • feli90-patch-1
  • context_sheet
  • testNewForm
  • FeliLocalTest1
  • ios-account-fix
  • change-form-link
  • dev_pages_projet
  • remise_sorties
  • release/first-users
17 results

package.json

Blame
  • user avatar
    Arthur Guédon authored and GitHub committed
    * Modify inscription page (#32)
    
    * modify the order of blocks
    
    * Update dependencies and TravisCI build (#33)
    
    * Update dependencies via a clean npm install
    
    * Use Node.js 10 in Travis CI
    
    * Specify node==10.x for Heroku
    
    * adds support for personnal data
    
    * modifie le form pour inclure la nationalité
    
    * supprime le gg form
    
    * supprime le champ section et ajoute la liste des etablissements
    
    * adapts for user
    
    * adds validation and connects to students api for personnal data
    
    * adds classType field and rgpd info
    
    * corrects scholarships
    
    * removes signup file tab
    
    * minor presentation changes
    
    * deletes random console.log
    
    * changes upload component declarations
    
    * changes upload component declarations
    
    * changes upload component declarations
    
    * changes upload component declarations
    
    * changes upload component declarations
    
    * changes upload component declarations
    
    * changes upload component declarations
    
    * filters if the whole list is sent back
    
    * adds message after personnal data modifications
    
    * adds untested frontend support for showing validated status of signup file
    
    * adds phone number validation for personnal data
    
    * checks for year field in registration to display correct status
    
    Co-authored-by: default avatarAurianeStrasser2 <32937502+AurianeStrasser2@users.noreply.github.com>
    Co-authored-by: default avatarchiahetcho <44137047+chiahetcho@users.noreply.github.com>
    Co-authored-by: default avatarFlorimond Manca <florimond.manca@gmail.com>
    Co-authored-by: default avatarDylan Sechet <dylan.sechet82@gmail.com>
    f578fad9
    History
    This project manages its dependencies using npm. Learn more
    package.json 1.92 KiB
    {
      "name": "oser-app",
      "version": "0.1.0",
      "license": "MIT",
      "scripts": {
        "ng": "ng",
        "start": "node server.js",
        "build": "ng build",
        "test": "ng test",
        "lint": "ng lint",
        "e2e": "ng e2e",
        "heroku-postbuild": "ng build -c ${ENVIRONMENT:-production}"
      },
      "private": true,
      "dependencies": {
        "@agm/core": "^1.0.0",
        "@angular/animations": "6.0.4",
        "@angular/cdk": "^6.2.1",
        "@angular/cli": "6.0.8",
        "@angular/common": "6.0.4",
        "@angular/compiler": "6.0.4",
        "@angular/compiler-cli": "6.0.4",
        "@angular/core": "6.0.4",
        "@angular/flex-layout": "^10.0.0-beta.32",
        "@angular/forms": "6.0.4",
        "@angular/http": "6.0.4",
        "@angular/material": "^6.4.7",
        "@angular/material-moment-adapter": "^6.4.7",
        "@angular/platform-browser": "6.0.4",
        "@angular/platform-browser-dynamic": "6.0.4",
        "@angular/router": "6.0.4",
        "autoprefixer": "^8.6.2",
        "core-js": "^2.5.7",
        "express": "^4.17.1",
        "fuse.js": "^3.2.1",
        "hammerjs": "^2.0.8",
        "jump.js": "^1.0.2",
        "moment": "^2.29.1",
        "ng2-emoji": "^0.2.0",
        "ngx-markdown": "^6.3.0",
        "ngx-moment": "^2.0.0",
        "node-sass": "^4.14.1",
        "remove-markdown": "^0.2.2",
        "rxjs": "^6.0.0",
        "slugify": "^1.4.5",
        "typescript": "2.7.2",
        "web-animations-js": "^2.3.2",
        "zone.js": "^0.8.29"
      },
      "devDependencies": {
        "@angular-devkit/build-angular": "~0.6.8",
        "@types/jasmine": "2.5.38",
        "@types/node": "^6.0.118",
        "codelyzer": "~2.0.0",
        "enhanced-resolve": "^4.3.0",
        "jasmine-core": "~2.5.2",
        "jasmine-spec-reporter": "~3.2.0",
        "karma": "^2.0.2",
        "karma-chrome-launcher": "~2.0.0",
        "karma-cli": "~1.0.1",
        "karma-coverage-istanbul-reporter": "^0.2.0",
        "karma-jasmine": "~1.1.0",
        "karma-jasmine-html-reporter": "^0.2.2",
        "protractor": "^5.4.4",
        "ts-node": "~2.0.0",
        "tslint": "~4.5.0"
      },
      "engines": {
        "node": "10.x"
      }
    }