-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 983 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
}