[AAE-11763] cleanup ADF root package config (#8044)

* cleanup ADF root package config

* remove unused scripts

* remove markdownlint from the root
This commit is contained in:
Denys Vuika
2022-12-13 14:48:48 +00:00
committed by GitHub
parent d42f332d33
commit d476f16a0d
2 changed files with 0 additions and 254 deletions
-17
View File
@@ -7,44 +7,31 @@
"scripts": {
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"ng": "nx",
"concurrently": "concurrently",
"ng-packagr": "node ./node_modules/ng-packagr/cli/main.js",
"webpack": "node ./node_modules/webpack/bin/webpack.js",
"00": "echo -------------------------------------------- DOC -----------------------------------------------",
"00s": "",
"build-doc-tools": "tsc -p ./tools/doc/tsconfig.json",
"markdownlint": "markdownlint ./docs",
"docbuild": "node tools/doc/node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.doc.json && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js",
"review-checker": "node ./tools/doc/reviewChecker.js",
"01": "echo -------------------------------------------- Build Lib -----------------------------------------------",
"01s": "",
"unit-test": "concurrently \"nx test content-services --watch=false\" \"nx test process-services --watch=false\" \"nx test core --watch=false\" \"nx test extensions --watch=false\" \"nx test insights --watch=false\" \"nx test process-services-cloud --watch=false\" ",
"affected:libs": "nx affected:libs",
"inspect.bundle": "nx build demoshell --configuration production --stats-json && npx webpack-bundle-analyzer dist/demo-shell/stats.json",
"coverage": "./lib/config/create-coverage-index.sh && lite-server -c ./lib/config/proxy-coverage.json",
"print-affected:build": "nx print-affected --target=build --select=tasks.target.project",
"print-affected:test": "nx print-affected --target=test --select=tasks.target.project",
"print-affected:e2e": "nx print-affected --target=e2e --select=tasks.target.project",
"print-affected:lint": "nx print-affected --target=lint --select=tasks.target.project",
"03": "echo -------------------------------------------- Lint -----------------------------------------------",
"03s": "",
"affected:lint": "nx affected:lint",
"validate-config": "ajv validate -s lib/core/src/lib/app-config/schema.json -d ./demo-shell/src/app.config.json --errors=text --verbose",
"04": "echo -------------------------------------------- Demo Shell -----------------------------------------------",
"04s": "",
"start": "nx serve demoshell --open",
"start:prod": "nx serve demoshell --configuration production --open",
"build": "nx build demoshell",
"build:prod": "node --max-old-space-size=12000 node_modules/@angular/cli/bin/nx build demoshell --configuration production",
"test": "nx test demoshell --watch=false",
"05": "echo -------------------------------------------- E2e -----------------------------------------------",
"05s": "",
"e2e": "./scripts/test-e2e-lib.sh -host 'localhost:4200' -dev --folder demo-shell",
"e2e-lib": "nx e2e lib-e2e-test --port=4200",
"lite-server-e2e": "lite-server --baseDir='dist/demo-shell/' -c ./e2e/lite-server-proxy.js",
"postbuild:ci": "node ./scripts/app-config-replace.js",
"06": "echo -------------------------------------------- Clean ----------------------------------------------",
"06s": "",
"clean": "rimraf dist node_modules dist/libs",
"playwright": "npx playwright test --config='e2e-playwright/playwright.config.ts'"
},
@@ -91,7 +78,6 @@
"apollo-angular": "^4.0.1",
"chart.js": "2.9.4",
"cropperjs": "1.5.13",
"custom-event-polyfill": "^1.0.7",
"dotenv-expand": "^5.1.0",
"editorjs-html": "3.4.2",
"editorjs-paragraph-with-alignment": "3.0.0",
@@ -139,9 +125,7 @@
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.38.1",
"@typescript-eslint/typescript-estree": "5.42.1",
"ajv-cli": "^4.2.0",
"commander": "6.2.1",
"concurrently": "^7.6.0",
"cspell": "^5.5.1",
"css-loader": "^6.7.1",
"dotenv": "10.0.0",
@@ -174,7 +158,6 @@
"lint-staged": "^12.1.7",
"lite-server": "^2.6.1",
"mini-css-extract-plugin": "^1.6.0",
"nconf": "^0.11.1",
"ng-mocks": "^14.2.3",
"ng-packagr": "14.0.3",
"nx": "14.4.2",