Skip to content
Snippets Groups Projects
package.json 1.64 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": "0.0.3",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "scripts": {
        "ng": "ng",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "start": "ng serve --configuration=fr",
    
        "build:prod": "ng build --configuration=production,fr --output-path=dist",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "build:dev": "ng build --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 --output-path src/locale --out-file messages.en.xlf"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      },
      "private": true,
      "dependencies": {
        "@angular/animations": "~10.1.3",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed