This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
66 lines (66 loc) · 2.24 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.0",
"admin-lte": "^2.4.0",
"autoprefixer": "^10.4.0",
"axios": "^0.25.0",
"bootstrap-colorpicker": "^2.5.0",
"bootstrap-daterangepicker": "^3.1.0",
"bootstrap-notify": "^3.1.0",
"bootstrap-popover-picker": "^1.1.0",
"bootstrap-sass": "^3.4.0",
"datatables.mark.js": "^2.1.0",
"datatables.net": "^1.11.0",
"datatables.net-bs": "^1.11.0",
"datatables.net-buttons": "^2.2.0",
"datatables.net-buttons-bs": "^2.2.0",
"datatables.net-keytable": "^2.6.0",
"datatables.net-keytable-bs": "^2.6.0",
"datatables.net-responsive": "^2.2.0",
"datatables.net-responsive-bs": "^2.2.0",
"datatables.net-rowgroup": "^1.1.0",
"datatables.net-rowgroup-bs": "^1.1.0",
"datatables.net-select": "^1.3.0",
"datatables.net-select-bs": "^1.3.0",
"datepair.js": "^0.4.0",
"dropzone": "^5.9.0",
"expose-loader": "^3.1.0",
"font-awesome": "^4.7.0",
"fontawesome-iconpicker": "^1.4.0",
"glob": "^7.2.0",
"hashids": "^2.2.0",
"install": "^0.13.0",
"intl-tel-input": "^17.0.0",
"jquery": "^3.6.0",
"jquery-datatables-checkboxes": "^1.2.0",
"jquery-mousewheel": "^3.1.0",
"jquery-slimscroll": "^1.3.0",
"laravel-echo": "^1.11.0",
"laravel-mix": "^6.0.0",
"laravel-mix-purgecss": "^6.0.0",
"mark.js": "^8.11.0",
"moment": "^2.29.0",
"npm": "^8.4.0",
"pluralize": "^8.0.0",
"postcss-nested": "^5.0.0",
"pusher-js": "^7.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"select2": "^4.0.0",
"tailwindcss": "^3.0.0",
"timepicker": "^1.13.0",
"tinymce": "^5.10.0",
"webpack-shell-plugin-next": "^2.2.0"
}
}