laravel-datatables-vite
Version:
Laravel DataTables with jQuery, Bootstrap and Vite
40 lines (39 loc) • 983 B
JSON
{
"name": "laravel-datatables-vite",
"version": "0.6.1",
"description": "Laravel DataTables with jQuery, Bootstrap and Vite",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yajra/laravel-datatables-vite.git"
},
"keywords": [
"yajra",
"laravel",
"dataTables",
"vitejs",
"bootstrap",
"jquery"
],
"author": {
"name": "Arjay Angeles",
"url": "https://yajrabox.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yajra/laravel-datatables-vite/issues"
},
"homepage": "https://github.com/yajra/laravel-datatables-vite#readme",
"dependencies": {
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"datatables.net": "^2.1.8",
"datatables.net-bs5": "^2.1.8",
"datatables.net-buttons-bs5": "^3.1.2",
"datatables.net-select-bs5": "^2.1.0",
"jquery": "^3.6.1"
}
}