Newer
Older
"description": "Annoter ou Signer vos documents sur votre tablette",
"homepage": "https://labs.maarch.org/maarch/MaarchParapheur",
"engines" : {
"npm" : ">=6.14.5",
"node" : ">=14.4.0"
},
"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",

Florian Azizian
committed
"@angular/cli": "^11.2.14",
"@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",
"@types/hammerjs": "^2.0.39",

Florian Azizian
committed
"@types/jasmine": "^3.7.7",
"@types/jquery": "^3.5.5",
"@types/node": "^13.13.52",

Florian Azizian
committed
"angular2-signaturepad": "^3.0.4",

Florian Azizian
committed
"eslint-plugin-import": "^2.23.3",
"ngx-cookie-service": "^3.1.3",

Alex ORLUC
committed
"ngx-drag-scroll": "^9.0.0-beta.4",
"ngx-extended-pdf-viewer": "^5.3.0",
"ngx-pipes": "^2.7.5",
"npm-check-updates": "^4.1.2",

Florian Azizian
committed
"typescript-tools": "^0.3.1"