Newer
Older
"description": "Annoter ou Signer vos documents sur votre tablette",
"homepage": "https://labs.maarch.org/maarch/MaarchParapheur",
"lint": "eslint -c .eslintrc.js --ext .ts src/frontend",
"lint-fix": "eslint -c .eslintrc.js --ext .ts src/frontend/ --fix",
"reload-packages": "rm -Rf node_modules && rm package-lock.json && npm cache clean --force && npm i",
"reload-packages-prod": "rm -Rf node_modules && rm package-lock.json && npm cache clean --force && npm i --production",
"build-prod": "ng build --prod",
"build-release": "npm run build-prod && npm run reload-packages-prod"
"keywords": [],
"author": "Maarch",
"license": "GPL-3.0",
"dependencies": {
"tinymce": "^5.8.0",
"tinymce-i18n": "^20.12.25",
"@angular/animations": "^11.2.14",

Florian Azizian
committed
"@angular/cdk": "^11.2.13",
"@angular/cli": "^11.2.13",
"@angular/common": "^11.2.14",
"@angular/compiler": "^11.2.14",
"@angular/compiler-cli": "^11.2.14",
"@angular/core": "^11.2.14",
"@angular/forms": "^11.2.14",
"@angular/language-service": "^11.2.14",

Florian Azizian
committed
"@angular/material": "^11.2.13",
"@ionic/angular": "^5.6.7",
"@ngrx/store": "^9.2.1",
"@ngrx/store-devtools": "^9.2.1",

Florian Azizian
committed
"@types/hammerjs": "^2.0.39",
"@types/jasmine": "^3.7.4",
"@types/jquery": "^3.5.5",
"angular2-signaturepad": "^3.0.4",
"eslint-plugin-import": "^2.23.2",

Alex ORLUC
committed
"ngx-drag-scroll": "^9.0.0-beta.4",
"ngx-extended-pdf-viewer": "^5.0.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"typescript-tools": "^0.3.1"