{ "private": true, "scripts": { "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "production": "mix --production", "prod": "mix --production" }, "devDependencies": { "@ckeditor/ckeditor5-inspector": "^2.2.2", "axios": "^0.21.1", "cross-env": "^7.0.3", "jquery": "^3.6.0", "laravel-mix": "^6.0.19", "lodash": "^4.17.21", "resolve-url-loader": "^3.1.3", "sass": "^1.32.13", "sass-loader": "^8.0.0", "vue-template-compiler": "^2.6.12" }, "dependencies": { "@ckeditor/ckeditor5-alignment": "^21.0.0", "@ckeditor/ckeditor5-build-classic": "^21.0.0", "@ckeditor/ckeditor5-build-decoupled-document": "^21.0.0", "@ckeditor/ckeditor5-table": "^21.0.0", "ckeditor": "github:unisharp/laravel-ckeditor", "moment": "^2.29.1", "postcss": "^8.2.15", "quill": "^1.3.7", "sweetalert2": "^10.16.9" } }