39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
|
{
|
||
|
"devDependencies": {
|
||
|
"@symfony/webpack-encore": "^0.28.2",
|
||
|
"core-js": "^3.0.0",
|
||
|
"regenerator-runtime": "^0.13.2",
|
||
|
"webpack-notifier": "^1.6.0"
|
||
|
},
|
||
|
"license": "UNLICENSED",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev-server": "encore dev-server",
|
||
|
"dev": "encore dev",
|
||
|
"watch": "encore dev --watch",
|
||
|
"build": "encore production --progress"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@fortawesome/fontawesome-free": "^5.12.1",
|
||
|
"@fullcalendar/core": "^4.4.0",
|
||
|
"@fullcalendar/daygrid": "^4.4.0",
|
||
|
"@fullcalendar/interaction": "^4.4.0",
|
||
|
"@ttskch/select2-bootstrap4-theme": "^1.3.2",
|
||
|
"bootstrap": "^4.4.1",
|
||
|
"ckeditor": "^4.12.1",
|
||
|
"crop-select-js": "^1.0.1",
|
||
|
"datatables.net-bs4": "^1.10.20",
|
||
|
"dropzone": "^5.7.0",
|
||
|
"encore": "^0.0.30-beta",
|
||
|
"jquery": "^3.4.1",
|
||
|
"moment": "^2.24.0",
|
||
|
"morris.js": "^0.5.0",
|
||
|
"popper.js": "^1.16.1",
|
||
|
"raphael": "^2.3.0",
|
||
|
"select2": "^4.0.13",
|
||
|
"spectrum-colorpicker2": "^2.0.0",
|
||
|
"tempusdominus-bootstrap-4": "^5.1.2",
|
||
|
"tempusdominus-core": "^5.0.3"
|
||
|
}
|
||
|
}
|