{ "private": true, "type": "module", "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", "format": "prettier --write 'resources/**/*.{css,js,vue}'", "package-update": "ncu -u -x pnotify,tinymce", "build": "vite build", "vitedev": "vite" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", "autoprefixer": "^10.4.19", "axios": "^1.6.8", "cross-env": "^7.0.3", "jquery": "3.7.1", "laravel-mix": "^6.0.49", "lodash": "^4.17.21", "popper.js": "^1.16.1", "postcss": "^8.4.38", "prettier": "^3.2.5", "resolve-url-loader": "^5.0.0", "tailwindcss": "^3.4.3", "vue": "^3.4.27", "webpack-cli": "^5.1.4" }, "dependencies": { "@fancyapps/fancybox": "^3.5.7", "@fortawesome/fontawesome-free": "^6.5.2", "@melloware/coloris": "^0.24.0", "@popperjs/core": "^2.11.8", "@simonwep/pickr": "^1.9.1", "alpinejs": "^3.13.10", "animate.css": "^4.1.1", "autosize": "^6.0.1", "bootstrap": "^5.3.3", "bootstrap-datepicker": "^1.10.0", "bootstrap-hover-dropdown": "^2.2.1", "bootstrap-progressbar": "^0.9.0", "datatables": "^1.10.18", "date-fns": "^3.6.0", "feather-icons": "^4.29.2", "flexboxgrid2": "^7.2.1", "icheck": "^1.0.2", "jquery-colorbox": "^1.6.4", "jquery-goup": "^1.1.3", "jquery-migrate": "3.4.1", "laravel-echo": "^1.16.1", "laravel-vite-plugin": "^1.0", "nested-sort": "^5.2.0", "nonblockjs": "^1.0.8", "normalize.css": "^8.0.1", "npm": "^10.7.0", "npm-check-updates": "^16.14.20", "pace-js": "^1.2.4", "pnotify": "4.0.1", "tailwindcss": "^3.4.3", "tinymce": "5.10.9", "vite": "^5.2", "vuedraggable": "^2.24.3" } }