-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
32 lines (32 loc) · 932 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"axios": "^1.6.4",
"bootbox": "^6.0.0",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.11.3",
"bootstrap-print-css": "^1.0.1",
"chart.js": "^4.4.2",
"datatables.mark.js": "^2.1.0",
"datatables.net": "^2.0.2",
"datatables.net-bs5": "^2.0.2",
"datatables.net-buttons-bs5": "^3.0.1",
"datatables.net-responsive-bs5": "^3.0.0",
"datatables.net-select-bs5": "^2.0.0",
"dayjs": "^1.11.10",
"jquery": "^3.7.1",
"jszip": "^3.10.1",
"laravel-vite-plugin": "^1.0",
"sass": "1.77.6",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.3.0",
"toastr": "^2.1.4",
"vite": "^6.0"
}
}