UNPKG

bs-datatable

Version:

A data table based on Bootstrap 5

48 lines (47 loc) 1.06 kB
{ "name": "bs-datatable", "version": "1.1.33", "description": "A data table based on Bootstrap 5", "main": "dist/bsdatatable.js", "files": [ "index.d.ts", "index.ts", "/dist", "/src" ], "scripts": { "test": "jest", "build-dev": "webpack --mode=development", "build": "webpack --mode=production" }, "repository": { "type": "git", "url": "git+https://github.com/mvcguy/bs-datatable.git" }, "keywords": [ "data-table", "datatable", "bootstrap5-based", "js" ], "author": "Shahid Ali", "license": "MIT", "devDependencies": { "@types/bootstrap": "^5.2.5", "@types/jest": "^27.4.1", "@types/node": "~17.0.17", "jest": "^27.5.1", "ts-jest": "^27.1.4", "ts-loader": "^9.2.6", "typescript": "^4.6.3", "webpack-cli": "^4.9.2" }, "bugs": { "url": "https://github.com/mvcguy/bs-datatable/issues" }, "homepage": "https://github.com/mvcguy/bs-datatable#readme", "dependencies": { "@popperjs/core": "^2.11.2", "bootstrap": "^5.2.2" } }