2018-06-13 18:34:10 +02:00
|
|
|
{
|
2018-06-19 16:55:50 +02:00
|
|
|
"name": "OpenSlides3-Client",
|
2019-12-17 10:00:57 +01:00
|
|
|
"version": "3.1.1",
|
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",
|
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",
|
|
|
|
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
|
|
|
|
"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",
|
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",
|
2019-08-02 12:23:17 +02:00
|
|
|
"compodoc": "./node_modules/.bin/compodoc --hideGenerator -p tsconfig.app.json -n 'OpenSlides Documentation' -d ../Compodoc -s -o -r",
|
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-04-01 12:46:06 +02:00
|
|
|
"@angular/animations": "~9.1.0",
|
|
|
|
"@angular/cdk": "~9.2.0",
|
|
|
|
"@angular/cdk-experimental": "~9.2.0",
|
|
|
|
"@angular/common": "~9.1.0",
|
|
|
|
"@angular/compiler": "~9.1.0",
|
|
|
|
"@angular/core": "~9.1.0",
|
|
|
|
"@angular/forms": "~9.1.0",
|
|
|
|
"@angular/material": "~9.2.0",
|
|
|
|
"@angular/material-moment-adapter": "~9.2.0",
|
|
|
|
"@angular/platform-browser": "~9.1.0",
|
|
|
|
"@angular/platform-browser-dynamic": "~9.1.0",
|
|
|
|
"@angular/router": "~9.1.0",
|
|
|
|
"@angular/service-worker": "~9.1.0",
|
|
|
|
"@ngx-pwa/local-storage": "~9.0.2",
|
|
|
|
"@ngx-translate/core": "~12.1.2",
|
2018-11-14 14:09:43 +01:00
|
|
|
"@ngx-translate/http-loader": "^4.0.0",
|
2020-04-01 12:46:06 +02:00
|
|
|
"@pebula/ngrid": "2.0.0-rc.1",
|
|
|
|
"@pebula/ngrid-material": "2.0.0-rc.1",
|
2020-01-23 12:38:46 +01:00
|
|
|
"@pebula/utils": "1.0.2",
|
2020-06-23 11:43:40 +02:00
|
|
|
"@tinymce/tinymce-angular": "^3.6.0",
|
2020-06-11 11:20:00 +02:00
|
|
|
"@videojs/http-streaming": "^1.13.3",
|
2019-11-12 18:30:26 +01:00
|
|
|
"acorn": "^7.1.0",
|
|
|
|
"chart.js": "^2.9.2",
|
|
|
|
"core-js": "^3.6.4",
|
|
|
|
"css-element-queries": "^1.2.3",
|
2020-04-06 16:18:09 +02:00
|
|
|
"exceljs": "1.15.0",
|
2019-08-30 10:57:28 +02:00
|
|
|
"file-saver": "^2.0.2",
|
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",
|
2019-08-06 14:37:41 +02:00
|
|
|
"moment": "^2.24.0",
|
2019-11-12 18:30:26 +01:00
|
|
|
"ng2-charts": "^2.3.0",
|
2020-04-01 12:46:06 +02:00
|
|
|
"ng2-pdf-viewer": "^6.1.2",
|
2020-06-11 14:39:14 +02:00
|
|
|
"ngx-device-detector": "^1.4.4",
|
2020-06-23 11:43:40 +02:00
|
|
|
"ngx-file-drop": "^9.0.1",
|
2020-04-01 12:46:06 +02:00
|
|
|
"ngx-mat-select-search": "^2.1.2",
|
|
|
|
"ngx-material-timepicker": "^5.5.1",
|
2019-08-30 10:57:28 +02:00
|
|
|
"ngx-papaparse": "^4.0.2",
|
2019-11-12 18:30:26 +01:00
|
|
|
"pdfmake": "^0.1.63",
|
|
|
|
"po2json": "^1.0.0-beta-2",
|
|
|
|
"rxjs": "^6.5.4",
|
2020-05-22 22:19:45 +02:00
|
|
|
"tinymce": "5.2.2",
|
2019-08-30 10:57:28 +02:00
|
|
|
"tslib": "^1.10.0",
|
2020-06-11 11:20:00 +02:00
|
|
|
"video.js": "^7.7.6",
|
2020-04-01 12:46:06 +02:00
|
|
|
"zone.js": "~0.10.2"
|
2018-06-19 16:55:50 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-23 11:43:40 +02:00
|
|
|
"@angular-devkit/build-angular": "~0.901.9",
|
2020-04-01 12:46:06 +02:00
|
|
|
"@angular-devkit/schematics": "^9.0.6",
|
|
|
|
"@angular/cli": "~9.1.0",
|
|
|
|
"@angular/compiler-cli": "~9.1.0",
|
|
|
|
"@angular/language-service": "~9.1.0",
|
|
|
|
"@biesbjerg/ngx-translate-extract": "^6.0.3",
|
2020-04-06 16:55:23 +02:00
|
|
|
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
|
2020-04-01 12:46:06 +02:00
|
|
|
"@compodoc/compodoc": "^1.1.8",
|
|
|
|
"@schematics/angular": "^9.0.6",
|
|
|
|
"@types/jasmine": "^3.3.9",
|
|
|
|
"@types/jasminewd2": "^2.0.6",
|
|
|
|
"@types/node": "^13.9.8",
|
|
|
|
"@types/yargs": "^15.0.4",
|
|
|
|
"codelyzer": "^5.1.2",
|
|
|
|
"husky": "^4.2.3",
|
|
|
|
"jasmine-core": "~3.5.0",
|
|
|
|
"jasmine-spec-reporter": "~5.0.1",
|
2019-11-12 18:30:26 +01:00
|
|
|
"karma": "^4.4.1",
|
2019-08-30 10:57:28 +02:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2020-04-01 12:46:06 +02:00
|
|
|
"karma-coverage-istanbul-reporter": "^2.0.5",
|
|
|
|
"karma-jasmine": "~3.1.1",
|
|
|
|
"karma-jasmine-html-reporter": "^1.4.0",
|
2019-04-09 10:47:35 +02:00
|
|
|
"npm-license-crawler": "^0.2.1",
|
2020-04-22 09:34:58 +02:00
|
|
|
"prettier": "^2.0.5",
|
2020-04-01 12:46:06 +02:00
|
|
|
"protractor": "^5.4.3",
|
2019-06-14 11:18:54 +02:00
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2020-04-01 12:46:06 +02:00
|
|
|
"ts-node": "~8.8.1",
|
|
|
|
"tslint": "~6.1.0",
|
2019-08-30 10:57:28 +02:00
|
|
|
"tsutils": "3.17.1",
|
2020-04-01 12:46:06 +02:00
|
|
|
"typescript": "~3.8.3"
|
2018-06-19 16:55:50 +02:00
|
|
|
}
|
2018-06-13 18:34:10 +02:00
|
|
|
}
|