Skip to content
Snippets Groups Projects
package.json 2.81 KiB
Newer Older
Florian Azizian's avatar
Florian Azizian committed
{
  "version": "19.04.1",
  "description": "Annoter ou Signer vos documents sur votre tablette",
  "homepage": "https://labs.maarch.org/maarch/MaarchParapheur",
Florian Azizian's avatar
Florian Azizian committed
  "scripts": {
Alex ORLUC's avatar
Alex ORLUC committed
    "ng": "ng",
    "dep-list": "npm list --depth=0",
Alex ORLUC's avatar
Alex ORLUC committed
    "check-update": "ncu",
    "upgrade": "ncu -u",
Florian Azizian's avatar
Florian Azizian committed
    "build": "ng build",
Alex ORLUC's avatar
Alex ORLUC committed
    "build-watch": "ng build --watch",
Alex ORLUC's avatar
Alex ORLUC committed
    "build-prod": "ng build --prod",
    "build-prod-final": "ng build --prod && rm -Rf node_modules && npm i --prod",
    "extract-translations": "ngx-translate-extract i src/frontend/app -p /**/*.html -o src/frontend/assets/i18n/en.json src/frontend/assets/i18n/fr.json --format namespaced-json",
Florian Azizian's avatar
Florian Azizian committed
    "build-css": "node-sass --include-path scss src/frontend/css/maarch-material.scss src/frontend/css/maarch-material.css --output-style compressed",
Alex ORLUC's avatar
Alex ORLUC committed
    "lint": "ng lint"
Florian Azizian's avatar
Florian Azizian committed
  },
Alex ORLUC's avatar
Alex ORLUC committed
  "private": true,
Florian Azizian's avatar
Florian Azizian committed
  "keywords": [],
  "author": "Maarch",
  "license": "GPL-3.0",
  "dependencies": {
Florian Azizian's avatar
Florian Azizian committed
  },
  "devDependencies": {
Florian Azizian's avatar
Florian Azizian committed
    "@angular-devkit/build-angular": "^0.13.8",
    "@angular/animations": "^7.2.14",
    "@angular/cdk": "^7.3.7",
    "@angular/cli": "^7.3.8",
    "@angular/common": "^7.2.14",
    "@angular/compiler-cli": "^7.2.14",
    "@angular/compiler": "^7.2.14",
    "@angular/core": "^7.2.14",
    "@angular/forms": "^7.2.14",
    "@angular/http": "^7.2.14",
    "@angular/language-service": "^7.2.14",
    "@angular/material": "^7.3.7",
    "@angular/platform-browser-dynamic": "^7.2.14",
    "@angular/platform-browser": "^7.2.14",
    "@angular/router": "^7.2.14",
    "@biesbjerg/ngx-translate-extract": "^2.3.4",
    "@fortawesome/fontawesome-free": "^5.8.1",
    "@ngrx/store-devtools": "^7.4.0",
    "@ngrx/store": "^7.4.0",
    "@ngx-translate/core": "^11.0.1",
    "@ngx-translate/http-loader": "^4.0.0",
    "@types/hammerjs": "^2.0.36",
    "@types/jasmine": "^3.3.12",
    "@types/jasminewd2": "^2.0.6",
    "@types/jquery": "^3.3.29",
    "@types/node": "^11.13.7",
    "angular2-draggable": "^2.2.4",
    "angular2-signaturepad": "^2.8.0",
    "codelyzer": "~5.0.0",
    "exif-js": "^2.3.0",
    "hammerjs": "^2.0.8",
    "jasmine-core": "~3.4.0",
    "jasmine-spec-reporter": "~4.2.1",
    "jquery": "^3.4.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "^2.0.5",
    "karma-jasmine-html-reporter": "^1.4.0",
    "karma-jasmine": "~2.0.1",
    "karma": "~4.0.1",
    "ngx-cookie-service": "^2.1.0",
    "ngx-scroll-event": "^1.0.8",
    "node-sass": "^4.11.0",
    "npm-check-updates": "^^3.1.8",
    "pdfjs-dist": "^2.0.943",
    "protractor": "^5.4.2",
    "rxjs": "^6.5.1",
    "simple-pdf-viewer": "^2.0.3",
    "stylus-loader": "^3.0.2",
    "stylus": "^0.54.5",
    "ts-node": "~8.0.3",
    "tslint": "~5.15.0",
    "typescript-tools": "^0.3.1",
    "typescript": "^3.2.4"
Florian Azizian's avatar
Florian Azizian committed
  },
  "repository": {}
}