blob: a553315d2ba7fe8f9e0f9eba34e5a2ed92a70eb0 [file] [log] [blame]
{
"name": "openkonsequenz-contact-base-data-2019",
"version": "1.0.0",
"description": "Contact Base Data",
"license": "Eclipse Public License - v 2.0",
"author": "Martin Gardyan <martin.gardyan@pta.de>",
"angular-cli": {},
"scripts": {
"start": "npm run sy-pre-start && ng serve --proxy-config proxy.conf.json",
"start-integration": "npm run sy-pre-start && ng serve --proxy-config proxy.conf-integration.json",
"start-local": "npm run sy-pre-local && ng serve --proxy-config proxy.conf-local.json",
"test": "npm run sy-pre-test && ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "ng e2e",
"build": "npm run sy-pre-build && ng build --base-href /contactdatabase/ && npm run sy-post-build",
"sy-pre-test": "node hooks/pre-test.js",
"sy-pre-start": "node hooks/pre-start.js",
"sy-pre-local": "node hooks/pre-local.js",
"sy-pre-build": "node hooks/pre-build.js",
"sy-post-build": "node hooks/post-build.js",
"sy-build": "npm run sy-pre-build && ng build --base-href /contactdatabase/ --prod --aot && npm run sy-post-build",
"sy-build-noprod": "npm run sy-pre-build && ng build --base-href /contactdatabase/ && npm run sy-post-build",
"sy-build-prod": "npm run sy-pre-build && ng build --prod --aot --base-href /contactdatabase/ && npm run sy-post-build",
"start-in-docker": "npm run sy-pre-start && ng serve --optimization=false --vendor-chunk --common-chunk --host=0.0.0.0 --disableHostCheck=true --proxy-config proxy-docker.conf.json",
"start-in-docker-unsecure": "npm run sy-pre-start && ng serve --optimization=false --vendor-chunk --common-chunk --host=0.0.0.0 --disableHostCheck=true --proxy-config proxy-docker-unsecure.conf.json",
"sl": "npm run start-local",
"si": "npm run start-integration"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/http": "^7.2.15",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"@auth0/angular-jwt": "^3.0.1",
"@ng-bootstrap/ng-bootstrap": "^5.1.5",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^8.6.0",
"@ngrx/store": "^8.6.0",
"@ngrx/store-devtools": "^8.6.0",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"ag-grid-angular": "24.1.0",
"ag-grid-community": "24.1.0",
"angular-font-awesome": "^3.1.2",
"angular2-notifications": "^2.0.0",
"bootstrap": "^4.4.1",
"classlist.js": "^1.1.20150312",
"core-js": "3.2.1",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0",
"moment": "^2.24.0",
"ngrx-forms": "^5.2.3",
"npm": "^6.14.13",
"npm-install-peers": "^1.2.1",
"popper.js": "^1.16.0",
"reselect": "^4.0.0",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.5.4",
"tslib": "^1.10.0",
"web-animations-js": "^2.3.2",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.21",
"@angular/cli": "^8.3.21",
"@angular/compiler-cli": "^8.2.14",
"@types/jasmine": "3.4.0",
"@types/node": "^12.12.24",
"codelyzer": "^5.2.1",
"fs-extra": "^8.1.0",
"jasmine-core": "^3.5.0",
"json-concat": "0.0.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.1",
"karma-junit-reporter": "1.2.0",
"protractor": "^5.1.1",
"puppeteer": "^2.0.0",
"sw-toolbox": "^3.6.0",
"ts-node": "^8.5.4",
"tsconfig-paths": "^3.9.0",
"typescript": "~3.5.3",
"webdriver-manager": "12.1.6"
}
}