Skip to content
Snippets Groups Projects
package.json 3.08 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    {
      "name": "pamn",
    
      "version": "2.0.0-beta2.1",
    
    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
        "start-pwa": "npm run build:prod && http-server -p 8080 -c-1 dist/fr --proxy http://localhost:3000",
        "build:prod": "ng build --configuration=production,fr --output-path=dist --subresource-integrity",
        "build:dev": "ng build --configuration=production,fr --output-path=dist --subresource-integrity",
        "doc": "./node_modules/.bin/compodoc -p tsconfig.doc.json",
        "doc:serve": "./node_modules/.bin/compodoc compodoc -s",
    
    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"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      },
      "private": true,
      "dependencies": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "rxjs": "~6.6.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      },
      "devDependencies": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "ts-node": "~8.3.0",
        "tslint": "~6.1.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      }
    }