mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2024-12-31 21:17:35 +03:00
70 lines
2.5 KiB
JSON
70 lines
2.5 KiB
JSON
{
|
|
"name": "uds",
|
|
"version": "3.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"f4xstart": "ng serve --host 0.0.0.0 --port 9000 --proxy-config proxy.conf.json",
|
|
"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",
|
|
"start": "ng serve --host 0.0.0.0 --port 9000 --proxy-config proxy.conf.json",
|
|
"build": "ng build --configuration production --output-hashing=none --aot --delete-output-path --build-optimizer --deploy-url /uds/res/modern/ --base-href /uds/page",
|
|
"postbuild": "python3 toUDS.py",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^13.2.5",
|
|
"@angular/cdk": "^13.2.5",
|
|
"@angular/common": "^13.2.5",
|
|
"@angular/compiler": "^13.2.5",
|
|
"@angular/core": "^13.2.5",
|
|
"@angular/forms": "^13.2.5",
|
|
"@angular/material": "^13.2.5",
|
|
"@angular/platform-browser": "^13.2.5",
|
|
"@angular/platform-browser-dynamic": "^13.2.5",
|
|
"@angular/router": "^13.2.5",
|
|
"cookieconsent": "^3.1.1",
|
|
"core-js": "^3.21.1",
|
|
"rxjs": "^7.5.4",
|
|
"tslib": "^2.3.1",
|
|
"zone.js": "^0.11.5"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~13.2.5",
|
|
"@angular-eslint/builder": "^13.1.0",
|
|
"@angular-eslint/eslint-plugin": "^13.1.0",
|
|
"@angular-eslint/eslint-plugin-template": "^13.1.0",
|
|
"@angular-eslint/schematics": "13.1.0",
|
|
"@angular-eslint/template-parser": "^13.1.0",
|
|
"@angular/cli": "^13.2.5",
|
|
"@angular/compiler-cli": "^13.2.5",
|
|
"@angular/language-service": "^13.2.5",
|
|
"@types/jasmine": "~3.6.0",
|
|
"@types/jasminewd2": "~2.0.6",
|
|
"@types/node": "^12.11.1",
|
|
"@typescript-eslint/eslint-plugin": "5.3.0",
|
|
"@typescript-eslint/parser": "5.3.0",
|
|
"codelyzer": "^6.0.2",
|
|
"eslint": "^8.10.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-jsdoc": "^37.9.7",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"jasmine-core": "^4.0.1",
|
|
"jasmine-spec-reporter": "^7.0.0",
|
|
"karma": "^6.3.17",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
|
"karma-jasmine": "^4.0.1",
|
|
"karma-jasmine-html-reporter": "^1.7.0",
|
|
"prettier": "^2.5.1",
|
|
"prettier-eslint": "^13.0.0",
|
|
"protractor": "^7.0.0",
|
|
"ts-node": "~8.4.1",
|
|
"typescript": "~4.5.5"
|
|
}
|
|
}
|