2018-05-05 01:54:18 +02:00
{
"name" : "uds" ,
2018-05-05 03:23:18 +02:00
"version" : "3.0.0" ,
"license" : "BSD-3-Clause" ,
2018-05-05 01:54:18 +02:00
"scripts" : {
"ng" : "ng" ,
2018-09-14 04:34:45 +02:00
"f4xstart" : "ng serve --host 0.0.0.0 --port 9000 --proxy-config proxy.conf.json" ,
2021-06-27 21:57:56 +02:00
"f4xbuild" : "ng build --configuration production --output-hashing=none --aot=false --delete-output-path --build-optimizer=false --deploy-url /uds/res/modern/ --base-href /uds/page && yarn postbuild" ,
2018-09-06 07:37:08 +02:00
"start" : "ng serve --host 0.0.0.0 --port 9000 --proxy-config proxy.conf.json" ,
2021-06-27 21:57:56 +02:00
"build" : "ng build --configuration production --output-hashing=none --aot --delete-output-path --build-optimizer --deploy-url /uds/res/modern/ --base-href /uds/page" ,
2018-05-16 07:12:22 +02:00
"postbuild" : "python3 toUDS.py" ,
2018-05-05 01:54:18 +02:00
"test" : "ng test" ,
"lint" : "ng lint" ,
"e2e" : "ng e2e"
} ,
"private" : true ,
"dependencies" : {
2021-09-03 01:42:04 +02:00
"@angular/animations" : "^12.2.4" ,
"@angular/cdk" : "^12.2.4" ,
"@angular/common" : "^12.2.4" ,
"@angular/compiler" : "^12.2.4" ,
"@angular/core" : "^12.2.4" ,
"@angular/forms" : "^12.2.4" ,
"@angular/material" : "^12.2.4" ,
"@angular/platform-browser" : "^12.2.4" ,
"@angular/platform-browser-dynamic" : "^12.2.4" ,
"@angular/router" : "^12.2.4" ,
2019-09-25 12:17:54 +02:00
"cookieconsent" : "^3.1.1" ,
"core-js" : "^3.2.1" ,
2020-10-15 04:40:49 +02:00
"rxjs" : "^6.6.3" ,
2020-07-21 18:14:09 +02:00
"tslib" : "^2.0.0" ,
2019-06-29 18:06:40 +02:00
"web-animations-js" : "^2.3.2" ,
2021-06-27 21:57:56 +02:00
"zone.js" : "~0.11.4"
2018-05-05 01:54:18 +02:00
} ,
"devDependencies" : {
2021-09-03 01:42:04 +02:00
"@angular-devkit/build-angular" : "~12.2.4" ,
2021-06-27 22:04:21 +02:00
"@angular-eslint/builder" : "^12.0.0" ,
"@angular-eslint/eslint-plugin" : "^12.0.0" ,
"@angular-eslint/eslint-plugin-template" : "^12.0.0" ,
2021-09-03 01:42:04 +02:00
"@angular-eslint/schematics" : "12.3.1" ,
2021-06-27 22:04:21 +02:00
"@angular-eslint/template-parser" : "^12.0.0" ,
2021-09-03 01:42:04 +02:00
"@angular/cli" : "^12.2.4" ,
"@angular/compiler-cli" : "^12.2.4" ,
"@angular/language-service" : "^12.2.4" ,
2021-01-19 09:03:57 +01:00
"@types/jasmine" : "~3.6.0" ,
2019-09-25 12:17:54 +02:00
"@types/jasminewd2" : "~2.0.6" ,
2020-02-18 17:35:33 +01:00
"@types/node" : "^12.11.1" ,
2021-06-27 22:04:21 +02:00
"@typescript-eslint/eslint-plugin" : "4.23.0" ,
"@typescript-eslint/parser" : "4.23.0" ,
2020-07-21 18:14:09 +02:00
"codelyzer" : "^6.0.0" ,
2021-06-27 22:04:21 +02:00
"eslint" : "^7.26.0" ,
2021-03-12 12:16:13 +01:00
"eslint-config-prettier" : "^8.1.0" ,
"eslint-plugin-import" : "2.22.1" ,
"eslint-plugin-jsdoc" : "30.7.6" ,
"eslint-plugin-prefer-arrow" : "1.2.2" ,
"eslint-plugin-prettier" : "^3.3.1" ,
2021-01-19 09:03:57 +01:00
"jasmine-core" : "~3.6.0" ,
2020-07-21 18:14:09 +02:00
"jasmine-spec-reporter" : "~5.0.0" ,
2021-05-11 16:19:31 +02:00
"karma" : "~6.3.2" ,
2019-09-25 12:17:54 +02:00
"karma-chrome-launcher" : "~3.1.0" ,
2020-07-21 18:14:09 +02:00
"karma-coverage-istanbul-reporter" : "~3.0.2" ,
2021-01-19 09:03:57 +01:00
"karma-jasmine" : "~4.0.0" ,
2020-07-21 18:14:09 +02:00
"karma-jasmine-html-reporter" : "^1.5.0" ,
2021-03-12 12:16:13 +01:00
"prettier" : "^2.2.1" ,
"prettier-eslint" : "^12.0.0" ,
2020-07-21 18:14:09 +02:00
"protractor" : "~7.0.0" ,
2019-09-25 12:17:54 +02:00
"ts-node" : "~8.4.1" ,
2021-06-27 21:57:56 +02:00
"typescript" : "~4.3.4"
2018-05-05 01:54:18 +02:00
}
2021-06-27 22:00:33 +02:00
}