Newer
Older
"name": "Maarch_Parapheur",
"description": "Annoter ou Signer vos documents sur votre tablette",
"homepage": "https://labs.maarch.org/maarch/MaarchParapheur",
"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",
"build-css": "node-sass --include-path scss src/frontend/css/maarch-material.scss src/frontend/css/maarch-material.css --output-style compressed",
"keywords": [],
"author": "Maarch",
"license": "GPL-3.0",
"dependencies": {
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
"@angular-devkit/build-angular": "^0.13.9",
"@angular/animations": "^7.2.15",
"@angular/cdk": "^7.3.7",
"@angular/cli": "^7.3.9",
"@angular/common": "^7.2.15",
"@angular/compiler": "^7.2.15",
"@angular/compiler-cli": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/forms": "^7.2.15",
"@angular/http": "^7.2.15",
"@angular/language-service": "^7.2.15",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "^7.2.15",
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/router": "^7.2.15",
"@biesbjerg/ngx-translate-extract": "^2.3.4",
"@fortawesome/fontawesome-free": "^5.10.2",
"@ngrx/store": "^7.4.0",
"@ngrx/store-devtools": "^7.4.0",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@types/hammerjs": "^2.0.36",
"@types/jasmine": "^3.4.0",
"@types/jasminewd2": "^2.0.6",
"@types/jquery": "^3.3.31",
"@types/node": "^11.13.19",
"angular2-draggable": "^2.3.2",
"angular2-signaturepad": "^2.9.0",
"codelyzer": "~5.0.1",
"exif-js": "^2.3.0",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"ngx-cookie-service": "^2.2.0",
"ngx-pipes": "^2.5.6",
"ngx-scroll-event": "^1.0.8",
"node-sass": "^4.12.0",
"npm-check-updates": "^3.1.21",
"rxjs": "^6.5.2",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"tslint": "~5.15.0",
"typescript": "3.2.4",