-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.42 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.26.1",
"bootstrap": "^4.6.1",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0.3",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.41",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"sass-loader": "^12.1.0",
"vue": "^2.6.14",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@fullcalendar/bootstrap": "^4.4.2",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.2",
"@fullcalendar/list": "^4.4.0",
"@fullcalendar/vue": "^4.4.0",
"@toast-ui/vue-editor": "^2.1.2",
"@ttskch/select2-bootstrap4-theme": "^1.4.0",
"apexcharts": "^3.24.0",
"geojson-apply-right-hand-rule": "^1.0.7",
"moment": "^2.29.2",
"v-calendar": "1.0.8",
"v-select2-component": "^0.4.3",
"vue-apexcharts": "^1.5.3",
"vue-notification": "^1.3.20",
"vue-router": "^3.5.3"
}
}