Skip to content
Snippets Groups Projects
package.json 2.32 KiB
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
{
  "name": "pamn",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "version": "1.8.0",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "scripts": {
    "ng": "ng",
    "start": "ng serve --configuration=fr --proxy-config proxy.conf.json",
    "build:prod": "ng build --prod --configuration=production,fr --output-path=dist --subresource-integrity",
    "build:dev": "ng build --prod --configuration=fr --output-path=dist --subresource-integrity",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "doc": "npx @compodoc/compodoc -p tsconfig.doc.json",
    "doc:serve": "npm run doc && npx 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",
    "api": "json-server api/db.json --routes api/routes.json --no-cors=true"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  },
  "private": true,
  "dependencies": {
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