ontotext-reusable-ui-components
Version:
Unified reusable UI components designed for the Ontotext ecosystem.
111 lines (110 loc) • 3.52 kB
JSON
{
"name": "ontotext-reusable-ui-components",
"version": "0.0.1-TR13-J1",
"description": "Unified reusable UI components designed for the Ontotext ecosystem.",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:onto-search-prod": "ng build onto-search --prod",
"test": "npx jest",
"cy:open": "cypress open",
"start:ci": "lite-server",
"cy:ci": "ng build && run-p --race start:ci cy:run",
"cy:run": "cypress run --spec cypress/test/**/*.spec.ts",
"lint": "eslint 'src/**' && eslint 'projects/**'",
"lint:fix": "eslint --fix 'src/**' && eslint --fix 'projects/**'",
"compodoc": "npx compodoc -d docs --tsconfig tsconfig.json projects/onto-search",
"pack-onto": "npm run lint:fix && ng build onto-search && npm run cy:run && cd dist/onto-search && npm pack"
},
"files": [
"onto-search/"
],
"repository": {
"type": "git",
"url": "https://github.com/Ontotext-AD/ontotext-reusable-ui-components.git"
},
"keywords": [
"graphdb",
"ontotext",
"reusable components"
],
"author": {
"name": "\"Sirma AI\" JSC, trading as Ontotext",
"url": "https://www.ontotext.com/"
},
"contributors": [
{
"name": "Svilen Velikov",
"email": "svilen.velikov@ontotext.com"
},
{
"name": "Teodossi Dossev",
"email": "teodossi.dossev@ontotext.com"
},
{
"name": "Yordan Alexandrov",
"email": "yordan.alexandrov@ontotext.com"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Ontotext-AD/ontotext-reusable-ui-components/issues"
},
"homepage": "https://github.com/Ontotext-AD/ontotext-reusable-ui-components#readme",
"dependencies": {
"@angular/animations": "^10.1.6",
"@angular/cdk": "^10.2.5",
"@angular/common": "^10.1.6",
"@angular/compiler": "^10.1.6",
"@angular/core": "^10.1.6",
"@angular/forms": "^10.1.6",
"@angular/material": "^10.2.5",
"@angular/material-moment-adapter": "^10.2.7",
"@angular/platform-browser": "^10.1.6",
"@angular/platform-browser-dynamic": "^10.1.6",
"@angular/router": "^10.1.6",
"@ngneat/transloco": "^2.19.1",
"@w11k/ngx-componentdestroyed": "^5.0.2",
"material-design-icons": "^3.0.1",
"rxjs": "^6.6.0",
"tslib": "^2.0.0",
"zone.js": "^0.10.2",
"moment": "^2.29.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1001.7",
"@angular/cli": "^10.1.7",
"@angular/compiler-cli": "^10.1.6",
"@cypress/code-coverage": "^3.8.2",
"@cypress/webpack-preprocessor": "^5.4.8",
"@ngneat/transloco-scoped-libs": "^1.2.1",
"@types/jasmine": "^3.5.0",
"@types/jasminewd2": "^2.0.3",
"@types/jest": "^26.0.14",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"codelyzer": "^6.0.0",
"cypress": "^5.4.0",
"cypress-failed-log": "^2.7.0",
"cypress-intellij-reporter": "0.0.4",
"eslint": "^7.11.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-html": "^6.1.0",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "^5.0.0",
"jest": "^26.5.3",
"jest-preset-angular": "^8.3.1",
"lite-server": "^2.5.4",
"ng-packagr": "^10.1.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^26.4.1",
"ts-loader": "^8.0.5",
"ts-node": "^8.3.0",
"tslint": "^6.1.0",
"typescript": "^4.0.3",
"sonarqube-scanner": "^2.8.0"
}
}