{ "name": "OpenSlides3-Client", "version": "3.4.0", "repository": { "type": "git", "url": "git://github.com/OpenSlides/OpenSlides.git" }, "license": "MIT", "description": "OpenSlides 3.0 (Client)", "README": "https://github.com/OpenSlides/OpenSlides/blob/master/client/README.md", "scripts": { "ng": "ng", "ng-high-memory": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng", "start": "npm run ng-high-memory -- serve --proxy-config proxy.conf.json --host=0.0.0.0", "start-https": "npm run ng-high-memory -- serve --ssl --ssl-cert localhost.pem --ssl-key localhost-key.pem --proxy-config proxy.conf.json --host=0.0.0.0", "start-es5": "npm run ng-high-memory -- serve --proxy-config proxy.conf.json --host=0.0.0.0 --configuration es5", "build": "npm run ng-high-memory -- build --configuration production", "build-to-dir": "npm run build -- --output-path", "postinstall": "ngcc", "build-debug": "npm run ng-high-memory -- build", "test": "npm run ng-high-memory -- test", "test-silently": "npm run test -- --watch=false --no-progress --browsers=ChromeHeadlessNoSandbox", "test-live": "npm run test -- --watch=true --browsers=ChromeHeadlessNoSandbox", "lint-check": "ng lint", "lint-write": "ng lint --fix", "e2e": "ng e2e", "licenses": "node src/crawler.js", "doc-serve": "./node_modules/.bin/compodoc -c .compodocrc.json -s -o -r", "doc-build": "./node_modules/.bin/compodoc -c .compodocrc.json", "extract": "ngx-translate-extract -i ./src -o ./src/assets/i18n/template-en.pot --clean --sort --format pot", "po2json": "./node_modules/.bin/po2json -f mf src/assets/i18n/de.po src/assets/i18n/de.json && ./node_modules/.bin/po2json -f mf src/assets/i18n/cs.po src/assets/i18n/cs.json && ./node_modules/.bin/po2json -f mf src/assets/i18n/ru.po src/assets/i18n/ru.json", "po2json-tempfix": "./node_modules/.bin/po2json -f mf src/assets/i18n/de.po /dev/stdout | sed -f sed_replacements > src/assets/i18n/de.json && ./node_modules/.bin/po2json -f mf src/assets/i18n/cs.po /dev/stdout | sed -f sed_replacements > src/assets/i18n/cs.json && ./node_modules/.bin/po2json -f mf src/assets/i18n/ru.po /dev/stdout | sed -f sed_replacements > src/assets/i18n/ru.json && ./node_modules/.bin/po2json -f mf src/assets/i18n/it.po /dev/stdout | sed -f sed_replacements > src/assets/i18n/it.json && ./node_modules/.bin/po2json -f mf src/assets/i18n/es.po /dev/stdout | sed -f sed_replacements > src/assets/i18n/es.json", "prettify-check": "prettier --config ./.prettierrc --list-different \"src/{app,environments}/**/*{.ts,.js,.json,.css,.scss}\"", "prettify-write": "prettier --config ./.prettierrc --write \"src/{app,environments}/**/*{.ts,.js,.json,.css,.scss}\"", "cleanup": "npm run prettify-write; npm run lint-write", "cleanup-win": "npm run prettify-write & npm run lint-write" }, "dependencies": { "@angular/animations": "~12.1.1", "@angular/cdk": "~12.1.1", "@angular/cdk-experimental": "~12.1.1", "@angular/common": "~12.1.1", "@angular/compiler": "~12.1.1", "@angular/core": "~12.1.1", "@angular/forms": "~12.1.1", "@angular/material": "~12.1.1", "@angular/material-moment-adapter": "~12.1.1", "@angular/platform-browser": "~12.1.1", "@angular/platform-browser-dynamic": "~12.1.1", "@angular/router": "~12.1.1", "@angular/service-worker": "~12.1.1", "@ngx-pwa/local-storage": "~12.0.0", "@ngx-translate/core": "~13.0.0", "@ngx-translate/http-loader": "^6.0.0", "@pebula/ngrid": "4.0.0-alpha.3", "@pebula/ngrid-material": "4.0.0-alpha.3", "@pebula/utils": "1.0.2", "@tinymce/tinymce-angular": "^4.2.4", "@videojs/http-streaming": "^2.9.1", "acorn": "^8.0.1", "chart.js": "^2.9.3", "core-js": "^3.6.5", "css-element-queries": "^1.2.3", "exceljs": "4.1.1", "file-saver": "^2.0.2", "jszip": "^3.7.1", "lz4js": "^0.2.0", "material-design-icons-iconfont": "6.1.0", "moment": "^2.27.0", "ng-particles": "^2.6.0", "ng2-charts": "^2.4.0", "ng2-pdf-viewer": "^6.4.1", "ngx-device-detector": "^2.0.0", "ngx-file-drop": "^11.1.0", "ngx-mat-select-search": "^3.3.0", "ngx-material-timepicker": "^5.5.3", "ngx-papaparse": "^4.0.4", "pdfjs-dist": "2.5.207", "pdfmake": "^0.1.68", "po2json": "^1.0.0-beta-2", "rxjs": "^6.6.2", "tinymce": "5.7.1", "tslib": "^2.0.0", "tsparticles": "^1.23.0", "video.js": "^7.8.4", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "~12.1.1", "@angular-devkit/schematics": "^12.1.1", "@angular/cli": "~12.1.1", "@angular/compiler-cli": "~12.1.1", "@angular/language-service": "~12.1.1", "@biesbjerg/ngx-translate-extract": "^7.0.4", "@biesbjerg/ngx-translate-extract-marker": "^1.0.0", "@compodoc/compodoc": "^1.0.9", "@schematics/angular": "^10.0.8", "@types/jasmine": "~3.6.0", "@types/node": "^14.6.2", "@types/yargs": "^15.0.4", "codelyzer": "^6.0.0", "husky": "^4.2.3", "jasmine-core": "~3.8.0", "karma": "^6.3.4", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "prettier": "2.3.2", "protractor": "^7.0.0", "resize-observer-polyfill": "^1.5.1", "ts-node": "~9.0.0", "tslint": "~6.1.3", "tsutils": "3.17.1", "typescript": "~4.3.5" } }