{ "name": "agmission-client", "version": "2.6.15", "license": "COMMERCIAL", "angular-cli": {}, "scripts": { "ng": "ng", "start-cert": "ng serve --ssl true --sslKey ~/ssl/server.key --sslCert ~/ssl/server.crt --proxy-config proxy.config.json --host 0.0.0.0 --disableHostCheck", "start": "CHOKIDAR_USEPOLLING=true 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", "pre-translate": "npx --prefix ../shared/translation translation start && npm run sync-i18n && npx --prefix ../shared/translation translation translate && npx --prefix ../shared/translation translation cleanup", "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", "@stripe/stripe-js": "1.46.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.10", "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.9", "@types/file-saver": "^1.3.1", "@types/geodesy": "^1.1.3", "@types/jasmine": "^2.8.16", "@types/jasminewd2": "2.0.3", "@types/leaflet": "1.9.4", "@types/leaflet-draw": "^0.4.14", "@types/node": "12.12.29", "ajv": "6.12.2", "codelyzer": "5.2.1", "jasmine-core": "4.6.0", "jasmine-spec-reporter": "4.2.1", "karma": "4.4.1", "karma-chrome-launcher": "3.1.0", "karma-cli": "2.0.0", "karma-coverage-istanbul-reporter": "2.1.1", "karma-jasmine": "2.0.1", "karma-jasmine-html-reporter": "1.5.2", "ngx-i18nsupport": "^0.17.1", "protractor": "5.4.3", "rxjs-tslint": "0.1.8", "ts-node": "8.3.0", "tslint": "5.20.1", "typescript": "3.8.3" }, "resolutions": { "serialize-javascript": "^2.1.1", "tree-kill": "^1.2.2" }, "overrides": { "@locl/cli": { "@angular/compiler": "9.1.13", "@angular/core": "9.1.13", "@angular/localize": "9.1.13" }, "websocket-driver": "0.7.3" } }