adn-datatable
Version:
Datatable component integrable to any angular project.
87 lines (86 loc) • 2.54 kB
JSON
{
"name": "adn-datatable",
"version": "2.0.5",
"engines": {
"node": "12.7.0"
},
"private": false,
"dependencies": {
"@angular/animations": "^6.1.0",
"@angular/common": "^6.1.0",
"@angular/compiler": "^6.1.0",
"@angular/core": "^6.1.0",
"@angular/forms": "^6.1.0",
"@angular/http": "^6.1.0",
"@angular/platform-browser": "^6.1.0",
"@angular/platform-browser-dynamic": "^6.1.0",
"@angular/router": "^6.1.0",
"@ng-bootstrap/ng-bootstrap": "^3.3.1",
"ajv": "^6.9.1",
"angular2-multiselect-dropdown": "^4.6.3",
"core-js": "^2.5.4",
"express": "^4.17.1",
"jszip": "^3.2.2",
"ng2-search-filter": "^0.5.1",
"parse": "^2.6.0",
"read-excel-file": "^4.0.2",
"rxjs": "6.0.0",
"unzipper": "^0.10.3",
"xmldom": "^0.1.27",
"xpath": "0.0.27",
"zone.js": "~0.8.26",
"tslib": "^1.9.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.0",
"@angular-devkit/build-ng-packagr": "~0.7.0",
"@angular/cli": "~6.1.1",
"@angular/compiler-cli": "^6.1.0",
"@angular/language-service": "^6.1.0",
"@types/jasmine": "3.4.0",
"@types/jasminewd2": "2.0.6",
"@types/node": "^8.9.5",
"codelyzer": "~4.2.1",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^3.0.6",
"protractor": "~5.3.0",
"ts-node": "~5.0.1",
"tsickle": ">=0.29.0",
"tslib": "^1.9.0",
"tslint": "~5.9.1",
"typescript": "~2.8.2"
},
"description": "Datatable component integrable to any angular project.",
"main": "bundles/adn-datatable.umd.js",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/adncorp-rnd/datatable.git"
},
"keywords": [
"Datatable",
"ADN",
"Table",
"Angular"
],
"author": "Dial Diop, Mohamed Ndiaye, Sara Foulani",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/adncorp-rnd/datatable/issues"
},
"homepage": "https://gitlab.com/adncorp-rnd/datatable#readme",
"module": "fesm5/adn-datatable.js",
"es2015": "fesm2015/adn-datatable.js",
"esm5": "esm5/adn-datatable.js",
"esm2015": "esm2015/adn-datatable.js",
"fesm5": "fesm5/adn-datatable.js",
"fesm2015": "fesm2015/adn-datatable.js",
"typings": "adn-datatable.d.ts",
"metadata": "adn-datatable.metadata.json",
"sideEffects": false
}