-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
{
"private": true,
"scripts": {
"build": "webpack --config webpack.prod.js",
"watch": "webpack --watch --config webpack.dev.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.1",
"@fullcalendar/bootstrap": "^6.1.15",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/resource": "^6.1.15",
"@fullcalendar/resource-timeline": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@fullcalendar/vue": "^6.1.15",
"@popperjs/core": "^2.11.8",
"axios": "^1.7.9",
"bootstrap": "^4.6.2",
"bootstrap-confirmation2": "^4.2.1",
"bootstrap-datetime-picker": "^2.4.4",
"bootstrap-fileinput": "^5.5.4",
"bootstrap-select": "^1.13.18",
"global": "^4.4.0",
"happy-inputs": "^2.1.0",
"jquery": "^3.5.1",
"jquery-ui": "^1.14.1",
"jquery-ui-sortable": "^1.0.0",
"live-form-validation": "^1.10.1",
"naja": "^3.1.0",
"nette-forms": "^3.5.2",
"popper.js": "^1.16.1",
"slugify": "^1.6.6",
"tinymce": "^5.10.9",
"tinymce-i18n": "^24.12.9",
"ublaboo-datagrid": "^6.9.1",
"vue-axios": "^3.4.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"babel-loader": "^8.3.0",
"css-loader": "^6.6.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"postcss-loader": "^6.2.1",
"script-loader": "^0.7.2",
"vue": "^2.7.15",
"vue-loader": "^15.11.1",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.10.0"
}
}