laravel-datatables-vite-nullreffix
Version:
Laravel DataTables with jQuery, Bootstrap and Vite
40 lines (39 loc) • 1 kB
JSON
{
"name": "laravel-datatables-vite-nullreffix",
"version": "0.5.5",
"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/xHeaven/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/xHeaven/laravel-datatables-vite/issues"
},
"homepage": "https://github.com/xHeaven/laravel-datatables-vite#readme",
"dependencies": {
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"datatables.net": "^1.12.1",
"datatables.net-bs5": "^1.12.1",
"datatables.net-buttons-bs5": "^2.2.3",
"datatables.net-select-bs5": "^1.4.0",
"jquery": "^3.6.1"
}
}