{ "name": "agmission-client", "version": "2.6.15", "license": "COMMERCIAL", "angular-cli": {}, "scripts": { "ng": "ng", "start": "ng serve --ssl true --proxy-config proxy.config.json --host 0.0.0.0 --disableHostCheck", "start-es": "ng serve --ssl true --proxy-config proxy.config.json --host 0.0.0.0 --disableHostCheck --configuration=es", "start-pt": "ng serve --ssl true --proxy-config proxy.config.json --host 0.0.0.0 --disableHostCheck --configuration=pt", "build": "ng build", "build-prep": "ng build --aot --localize=false", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "bundle-report": "webpack-bundle-analyzer dist/stats.json", "i18n-extract": "npx locl extract -f=xlf -s=dist/**/*.js -o=src/locale/messages.xlf", "i18n-extract-w": "npx locl extract -f=xlf -s=dist\\**\\*.js -o=src\\locale\\messages.xlf", "i18n-merge": "for lang in pt es; do xliffmerge --profile xliffmerge.json en $lang; done", "i18n-merge-w": "(for %i in (pt es) do (xliffmerge --profile xliffmerge.json en %i))", "sync-i18n": "npm run build-prep && npm run i18n-extract && npm run i18n-merge", "sync-i18n-w": "npm run build-prep && npm run i18n-extract-w && npm run i18n-merge-w", "build-prod": "ng build --prod --localize && cp -R dist/en/* dist/ && rm -R dist/en", "build-prod-window": "ng build --prod --localize && xcopy /E /Y dist\\en\\* dist\\ && rmdir /S /Q dist\\en" }, "private": true, "dependencies": { "@angular/animations": "9.1.13", "@angular/cdk": "9.2.4", "@angular/common": "9.1.13", "@angular/compiler": "9.1.13", "@angular/core": "9.1.13", "@angular/forms": "9.1.13", "@angular/localize": "^9.1.13", "@angular/platform-browser": "9.1.13", "@angular/platform-browser-dynamic": "9.1.13", "@angular/platform-server": "9.1.13", "@angular/router": "9.1.13", "@asymmetrik/ngx-leaflet": "^7.0.1", "@fullcalendar/core": "^4.4.2", "@fullcalendar/daygrid": "^4.4.2", "@fullcalendar/interaction": "^4.4.2", "@fullcalendar/timegrid": "^4.4.2", "@ngrx/effects": "^9.2.0", "@ngrx/entity": "^9.2.0", "@ngrx/store": "^9.2.0", "@ngrx/store-devtools": "^9.2.0", "angular-resizable-element": "^3.3.2", "angular-svg-icon": "^7.2.1", "chart.js": "^2.9.3", "classlist.js": "^1.1.20150312", "clone-deep": "^4.0.0", "esri-leaflet": "^3.0.1", "file-saver": "^1.3.8", "geodesy": "^1.1.3", "intl": "^1.2.5", "leaflet": "^1.9.4", "ngrx-store-localstorage": "^9.0.0", "ngx-captcha": "^8.0.1", "primeng-lts": "^9.2.8", "quill": "^1.3.7", "rbush": "^3.0.1", "rxjs": "^6.5.5", "tslib": "^1.14.1", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "0.901.15", "@angular/cli": "9.1.13", "@angular/compiler-cli": "9.1.13", "@angular/language-service": "9.1.13", "@locl/cli": "^1.0.0", "@types/esri-leaflet": "^2.1.6", "@types/file-saver": "^1.3.1", "@types/geodesy": "^1.1.3", "@types/jasmine": "^2.8.16", "@types/jasminewd2": "2.0.3", "@types/leaflet": "^1.5.17", "@types/leaflet-draw": "^0.4.14", "@types/node": "12.11.1", "ajv": "6.12.2", "codelyzer": "5.1.2", "jasmine-core": "3.5.0", "jasmine-spec-reporter": "4.2.1", "karma": "4.4.1", "karma-chrome-launcher": "2.2.0", "karma-cli": "1.0.1", "karma-coverage-istanbul-reporter": "2.0.4", "karma-jasmine": "2.0.1", "karma-jasmine-html-reporter": "1.4.2", "protractor": "5.4.1", "rxjs-tslint": "0.1.8", "ts-node": "7.0.1", "tslint": "5.20.1", "typescript": "3.8.3" }, "resolutions": { "serialize-javascript": "^2.1.1", "tree-kill": "^1.2.2" } }