Newer
Older
"description": "Annoter ou Signer vos documents sur votre tablette",
"homepage": "https://labs.maarch.org/maarch/MaarchParapheur",
"engines": {
"npm": ">=8.19.2",
"node": ">=18.10.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 && npm cache clean --force && npm config set legacy-peer-deps true && npm ci",
"reload-packages-prod": "rm -Rf node_modules && npm cache clean --force && npm config set legacy-peer-deps true && npm ci --configuration production",
"build-prod": "ng build --configuration production",
"build-release": "npm run build-prod && npm run reload-packages-prod"
"keywords": [],
"author": "Maarch",
"license": "GPL-3.0",
"dependencies": {
"angular-signature-pad": "^0.0.14",
"tinymce": "^5.8.0",
"tinymce-i18n": "^20.12.25",
"@angular-devkit/build-angular": "^14.2.10",
"@angular-eslint/eslint-plugin": "^15.1.0",
"@angular/animations": "^14.2.12",
"@angular/cdk": "^14.2.7",
"@angular/cli": "^14.2.10",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/compiler-cli": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@ionic/angular": "^6.3.8",
"@ngrx/store": "^14.2.2",
"@ngrx/store-devtools": "^14.2.2",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@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": "4.6.4",
"typescript-tools": "^0.3.1"