Skip to content
Snippets Groups Projects
package.json 2.12 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    {
      "name": "pamn",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "version": "1.5.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "scripts": {
        "ng": "ng",
    
        "start": "ng serve --configuration=fr --proxy-config proxy.conf.json",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "build:prod": "ng build --prod --configuration=production,fr --output-path=dist",
        "build:dev": "ng build --prod --configuration=fr --output-path=dist",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "test": "ng test",
        "lint": "ng lint",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "e2e": "ng e2e",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "release": "standard-version",
    
        "translate": "ng xi18n --ivy --output-path src/locale --out-file messages.en.xlf",
    
        "api": "json-server api/db.json --routes api/routes.json --no-cors=true"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      },
      "private": true,
      "dependencies": {
        "@angular/animations": "~10.1.3",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "rxjs": "~6.6.0",
        "tslib": "^2.0.0",
        "zone.js": "~0.10.2"
      },
      "devDependencies": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed