-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
85 lines (85 loc) · 2.65 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"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"
},
"keywords": [
"healthcare",
"LibreHealth",
"ehr",
"health",
"dashboard",
"clinic",
"medical reports"
],
"author": "Mua Rachmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/LibreHealthIO/lh-ehr-laravel/issues"
},
"homepage": "https://github.com/LibreHealthIO/lh-ehr-laravel#readme",
"devDependencies": {
"autoprefixer": "^10.4.2",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"lodash": "^4.17.19",
"postcss": "^8.4.6",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"tailwindcss": "^3.0.18",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.8.0",
"@fullcalendar/interaction": "^5.8.0",
"@fullcalendar/moment": "^5.8.0",
"@fullcalendar/scrollgrid": "^5.8.0",
"@fullcalendar/timegrid": "^5.11.3",
"@fullcalendar/vue": "^5.11.0",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue": "^0.8.0",
"@inertiajs/progress": "^0.2.7",
"@popperjs/core": "^2.11.2",
"@sentry/browser": "^6.17.4",
"axios": "^0.25.0",
"cash-dom": "^8.1.0",
"dayjs": "^1.10.7",
"flowbite": "^1.6.5",
"laravel-echo": "^1.11.3",
"laravel-mix": "^6.0.41",
"laravel-vue-datatable": "^0.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"portal-vue": "^2.1.7",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.2.0",
"pusher-js": "^7.0.3",
"tailwindcss-dir": "^4.0.0",
"v-calendar": "^2.4.1",
"vue": "^2.6.14",
"vue-clickaway": "^2.2.2",
"vue-i18n": "^8.22.4",
"vue-js-modal": "^2.0.1",
"vue-meta": "^2.4.0",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue-recaptcha": "^1.3.0",
"vue-sweetalert2": "^5.0.5",
"vue-tel-input": "^5.5.0",
"vue-tippy": "^4.13.0",
"vue-tour": "^2.0.0",
"vue2-datepicker": "^3.11.0",
"vuelidate": "^0.7.7",
"vuex": "^3.6.2"
}
}