2018-06-13 18:34:10 +02:00
|
|
|
{
|
2018-06-19 16:55:50 +02:00
|
|
|
"name": "OpenSlides3-Client",
|
2020-12-18 00:17:27 +01:00
|
|
|
"version": "3.3.0",
|
2019-01-07 13:59:31 +01:00
|
|
|
"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",
|
2018-06-19 16:55:50 +02:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2018-11-14 14:09:43 +01:00
|
|
|
"start": "ng serve --proxy-config proxy.conf.json --host=0.0.0.0",
|
2020-05-28 11:40:41 +02:00
|
|
|
"start-https": "ng serve --ssl --ssl-cert localhost.pem --ssl-key localhost-key.pem --proxy-config proxy.conf.json --host=0.0.0.0",
|
2019-08-21 17:34:05 +02:00
|
|
|
"start-es5": "ng serve --proxy-config proxy.conf.json --host=0.0.0.0 --configuration es5",
|
2020-04-01 12:46:06 +02:00
|
|
|
"build": "ng build --prod",
|
2020-09-23 13:26:00 +02:00
|
|
|
"build-to-dir": "npm run build -- --output-path",
|
2020-08-31 17:37:11 +02:00
|
|
|
"postinstall": "ngcc",
|
2020-04-01 12:46:06 +02:00
|
|
|
"build-debug": "ng build",
|
2018-06-19 16:55:50 +02:00
|
|
|
"test": "ng test",
|
2019-10-11 14:29:38 +02:00
|
|
|
"test-silently": "npm run test -- --watch=false --no-progress --browsers=ChromeHeadlessNoSandbox",
|
2020-07-02 15:52:31 +02:00
|
|
|
"test-live": "npm run test -- --watch=true --browsers=ChromeHeadlessNoSandbox",
|
2019-07-26 11:46:59 +02:00
|
|
|
"lint-check": "ng lint",
|
|
|
|
"lint-write": "ng lint --fix",
|
2018-06-19 16:55:50 +02:00
|
|
|
"e2e": "ng e2e",
|
2019-04-09 10:47:35 +02:00
|
|
|
"licenses": "node src/crawler.js",
|
2020-08-12 17:15:59 +02:00
|
|
|
"doc-serve": "./node_modules/.bin/compodoc -c .compodocrc.json -s -o -r",
|
|
|
|
"doc-build": "./node_modules/.bin/compodoc -c .compodocrc.json",
|
2020-04-06 16:55:23 +02:00
|
|
|
"extract": "ngx-translate-extract -i ./src -o ./src/assets/i18n/template-en.pot --clean --sort --format pot",
|
2019-09-04 09:34:55 +02:00
|
|
|
"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",
|
2018-12-15 12:24:07 +01:00
|
|
|
"prettify-check": "prettier --config ./.prettierrc --list-different \"src/{app,environments}/**/*{.ts,.js,.json,.css,.scss}\"",
|
2019-07-26 11:46:59 +02:00
|
|
|
"prettify-write": "prettier --config ./.prettierrc --write \"src/{app,environments}/**/*{.ts,.js,.json,.css,.scss}\"",
|
2019-07-29 15:19:59 +02:00
|
|
|
"cleanup": "npm run prettify-write; npm run lint-write",
|
|
|
|
"cleanup-win": "npm run prettify-write & npm run lint-write"
|
2018-06-19 16:55:50 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-08-31 17:37:11 +02:00
|
|
|
"@angular/animations": "~10.0.14",
|
|
|
|
"@angular/cdk": "~10.0.0",
|
|
|
|
"@angular/cdk-experimental": "~10.0.0",
|
|
|
|
"@angular/common": "~10.0.14",
|
|
|
|
"@angular/compiler": "~10.0.14",
|
|
|
|
"@angular/core": "~10.0.14",
|
|
|
|
"@angular/forms": "~10.0.14",
|
|
|
|
"@angular/material": "~10.0.0",
|
|
|
|
"@angular/material-moment-adapter": "~10.1.3",
|
|
|
|
"@angular/platform-browser": "~10.0.14",
|
|
|
|
"@angular/platform-browser-dynamic": "~10.0.14",
|
|
|
|
"@angular/router": "~10.0.14",
|
|
|
|
"@angular/service-worker": "~10.0.14",
|
|
|
|
"@ngx-pwa/local-storage": "~10.0.1",
|
|
|
|
"@ngx-translate/core": "~13.0.0",
|
|
|
|
"@ngx-translate/http-loader": "^6.0.0",
|
|
|
|
"@pebula/ngrid": "2.0.0",
|
|
|
|
"@pebula/ngrid-material": "2.0.0",
|
2020-01-23 12:38:46 +01:00
|
|
|
"@pebula/utils": "1.0.2",
|
2020-08-13 12:27:14 +02:00
|
|
|
"@tinymce/tinymce-angular": "^4.1.0",
|
2020-06-11 11:20:00 +02:00
|
|
|
"@videojs/http-streaming": "^1.13.3",
|
2020-08-31 17:37:11 +02:00
|
|
|
"acorn": "^8.0.1",
|
|
|
|
"chart.js": "^2.9.3",
|
|
|
|
"core-js": "^3.6.5",
|
2019-11-12 18:30:26 +01:00
|
|
|
"css-element-queries": "^1.2.3",
|
2020-08-31 17:37:11 +02:00
|
|
|
"exceljs": "4.1.1",
|
2019-08-30 10:57:28 +02:00
|
|
|
"file-saver": "^2.0.2",
|
2020-08-12 13:55:20 +02:00
|
|
|
"jszip": "^3.5.0",
|
2019-06-12 08:17:25 +02:00
|
|
|
"lz4js": "^0.2.0",
|
2019-02-12 13:30:02 +01:00
|
|
|
"material-icon-font": "git+https://github.com/petergng/materialIconFont.git",
|
2020-08-31 17:37:11 +02:00
|
|
|
"moment": "^2.27.0",
|
2021-03-19 09:04:57 +01:00
|
|
|
"ng-particles": "^2.6.0",
|
2020-08-31 17:37:11 +02:00
|
|
|
"ng2-charts": "^2.4.0",
|
2021-03-19 09:04:57 +01:00
|
|
|
"ng2-pdf-viewer": "^6.4.1",
|
2020-08-31 17:37:11 +02:00
|
|
|
"ngx-device-detector": "^2.0.0",
|
2020-06-23 11:43:40 +02:00
|
|
|
"ngx-file-drop": "^9.0.1",
|
2020-08-31 17:37:11 +02:00
|
|
|
"ngx-mat-select-search": "^3.0.3",
|
|
|
|
"ngx-material-timepicker": "^5.5.3",
|
|
|
|
"ngx-papaparse": "^4.0.4",
|
2021-02-05 12:36:02 +01:00
|
|
|
"pdfjs-dist": "2.5.207",
|
2020-08-31 17:37:11 +02:00
|
|
|
"pdfmake": "^0.1.68",
|
2019-11-12 18:30:26 +01:00
|
|
|
"po2json": "^1.0.0-beta-2",
|
2020-08-31 17:37:11 +02:00
|
|
|
"rxjs": "^6.6.2",
|
2021-02-10 13:57:07 +01:00
|
|
|
"tinymce": "5.6.0",
|
2019-08-30 10:57:28 +02:00
|
|
|
"tslib": "^1.10.0",
|
2021-03-19 09:04:57 +01:00
|
|
|
"tsparticles": "^1.23.0",
|
2020-08-31 17:37:11 +02:00
|
|
|
"video.js": "^7.8.4",
|
2020-04-01 12:46:06 +02:00
|
|
|
"zone.js": "~0.10.2"
|
2018-06-19 16:55:50 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-31 17:37:11 +02:00
|
|
|
"@angular-devkit/build-angular": "~0.1000.8",
|
|
|
|
"@angular-devkit/schematics": "^10.0.8",
|
|
|
|
"@angular/cli": "~10.0.8",
|
|
|
|
"@angular/compiler-cli": "~10.0.14",
|
|
|
|
"@angular/language-service": "~10.0.14",
|
|
|
|
"@biesbjerg/ngx-translate-extract": "^7.0.2",
|
2020-04-06 16:55:23 +02:00
|
|
|
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
|
2020-08-12 17:15:59 +02:00
|
|
|
"@compodoc/compodoc": "^1.1.11",
|
2020-08-31 17:37:11 +02:00
|
|
|
"@schematics/angular": "^10.0.8",
|
|
|
|
"@types/jasmine": "^3.5.14",
|
2020-04-01 12:46:06 +02:00
|
|
|
"@types/jasminewd2": "^2.0.6",
|
2020-08-31 17:37:11 +02:00
|
|
|
"@types/node": "^14.6.2",
|
2020-04-01 12:46:06 +02:00
|
|
|
"@types/yargs": "^15.0.4",
|
2020-08-31 17:37:11 +02:00
|
|
|
"codelyzer": "^6.0.0",
|
2020-04-01 12:46:06 +02:00
|
|
|
"husky": "^4.2.3",
|
2020-08-31 17:37:11 +02:00
|
|
|
"jasmine-core": "~3.6.0",
|
2020-04-01 12:46:06 +02:00
|
|
|
"jasmine-spec-reporter": "~5.0.1",
|
2020-08-31 17:37:11 +02:00
|
|
|
"karma": "^5.1.1",
|
2019-08-30 10:57:28 +02:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2020-08-31 17:37:11 +02:00
|
|
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
|
|
|
"karma-jasmine": "~4.0.1",
|
2020-04-01 12:46:06 +02:00
|
|
|
"karma-jasmine-html-reporter": "^1.4.0",
|
2019-04-09 10:47:35 +02:00
|
|
|
"npm-license-crawler": "^0.2.1",
|
2020-08-31 17:37:11 +02:00
|
|
|
"prettier": "^2.1.1",
|
|
|
|
"protractor": "^7.0.0",
|
2019-06-14 11:18:54 +02:00
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2020-08-31 17:37:11 +02:00
|
|
|
"ts-node": "~9.0.0",
|
|
|
|
"tslint": "~6.1.3",
|
2019-08-30 10:57:28 +02:00
|
|
|
"tsutils": "3.17.1",
|
2020-08-31 17:37:11 +02:00
|
|
|
"typescript": "~3.9.7"
|
2018-06-19 16:55:50 +02:00
|
|
|
}
|
2018-06-13 18:34:10 +02:00
|
|
|
}
|