-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"private": true,
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production"
},
"devDependencies": {
"laravel-mix": "^6.0.49",
"modernizr": "^3.13.0",
"moment": "^2.30.1",
"npm-modernizr": "^2.8.3",
"postcss": "^8.4.39",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"vue": "^2.0.1",
"vue-resource": "^1.5.3",
"webpack": "^5.94.0"
},
"dependencies": {
"bootstrap": "^3.4.1",
"bootstrap-daterangepicker": "^2.1.30",
"bootstrap-sass": "^3.4.3",
"bootstrap-select": "^1.13.18",
"bxslider": "^4.2.17",
"chosen-js": "^1.8.7",
"datatables": "^1.10.18",
"fastclick": "^1.0.6",
"font-awesome": "^4.7.0",
"icheck": "^1.0.2",
"iframe-resizer": "^3.6.6",
"ion-rangeslider": "^2.3.1",
"jasny-bootstrap": "^3.1.3",
"jquery": "^3.7.1",
"jquery-ui-dist": "^1.13.3",
"jquery-validation": "^1.20.1",
"lodash": "^4.17.21",
"scrollmonitor": "stutrek/scrollMonitor",
"select2": "^4.0.13",
"sweetalert": "^2.1.2",
"textarea-autosize": "^1.0.0",
"toastr": "^2.1.4",
"velocity-animate": "^1.5.2",
"popper.js": "^1.12",
"@sentry/browser": "^8.33.0"
}
}