mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2025-01-10 05:17:35 +03:00
71 lines
2.5 KiB
JSON
71 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": "^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",
|
|
"cookieconsent": "^3.1.1",
|
|
"core-js": "^3.2.1",
|
|
"rxjs": "^6.6.3",
|
|
"tslib": "^2.0.0",
|
|
"web-animations-js": "^2.3.2",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~12.2.4",
|
|
"@angular-eslint/builder": "^12.0.0",
|
|
"@angular-eslint/eslint-plugin": "^12.0.0",
|
|
"@angular-eslint/eslint-plugin-template": "^12.0.0",
|
|
"@angular-eslint/schematics": "12.3.1",
|
|
"@angular-eslint/template-parser": "^12.0.0",
|
|
"@angular/cli": "^12.2.4",
|
|
"@angular/compiler-cli": "^12.2.4",
|
|
"@angular/language-service": "^12.2.4",
|
|
"@types/jasmine": "~3.6.0",
|
|
"@types/jasminewd2": "~2.0.6",
|
|
"@types/node": "^12.11.1",
|
|
"@typescript-eslint/eslint-plugin": "4.23.0",
|
|
"@typescript-eslint/parser": "4.23.0",
|
|
"codelyzer": "^6.0.0",
|
|
"eslint": "^7.26.0",
|
|
"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",
|
|
"jasmine-core": "~3.6.0",
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
"karma": "~6.3.2",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
"prettier": "^2.2.1",
|
|
"prettier-eslint": "^12.0.0",
|
|
"protractor": "~7.0.0",
|
|
"ts-node": "~8.4.1",
|
|
"typescript": "~4.3.4"
|
|
}
|
|
}
|