forked from NottingHack/hms2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.68 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
{
"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": {
"@fortawesome/fontawesome-pro": "^5.15.4",
"@fullcalendar/bootstrap": "^6.0.0",
"@fullcalendar/core": "^6.0.0",
"@fullcalendar/interaction": "^6.0.0",
"@fullcalendar/list": "^6.0.0",
"@fullcalendar/moment": "^6.0.0",
"@fullcalendar/moment-timezone": "^6.0.0",
"@fullcalendar/timegrid": "^6.0.0",
"@fullcalendar/vue": "^6.0.0",
"axios": "^1.7.3",
"bootstrap": "^4.6.2",
"bootstrap-confirmation2": "^4.2.1",
"bootstrap4-card-tables": "^1.2.1",
"bs-custom-file-input": "^1.3.4",
"docs-soap": "^1.2.1",
"highcharts": "^7.2.2",
"humanize-duration": "^3.27.3",
"jquery": "3.5.*",
"laravel-echo": "^1.14.2",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-locales-webpack-plugin": "^1.2.0",
"moment-timezone": "^0.5.40",
"popper.js": "^1.16.1",
"postcss": "^8.4.20",
"pusher-js": "^7.0.0",
"resolve-url-loader": "^3.1.5",
"sass": "=1.32.12",
"sass-loader": "^10.4.1",
"sass-resources-loader": "^2.2.5",
"select2": "^4.0.13",
"select2-theme-bootstrap4": "^1.0.2",
"summernote": "=0.8.18",
"vue": "^2.7.14",
"vue-bootstrap-datetimepicker": "^5.0.1",
"vue-loader": "^15.10.1",
"vue-loading-overlay": "^3.4.2",
"vue-moment": "^4.1.0",
"vue-mq": "^1.0.1",
"vue-template-compiler": "^2.7.14",
"vue-unique-id": "^3.2.1"
}
}