{ "private": true, "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" }, "devDependencies": { "@babel/preset-react": "^7.13.13", "@popperjs/core": "^2.10.2", "autoprefixer": "^10.4.0", "axios": "^0.21", "bootstrap": "^5.1.3", "browser-sync": "^2.29.0", "browser-sync-webpack-plugin": "^2.3.0", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "postcss": "^8.3.11", "react": "^17.0.2", "react-dom": "^17.0.2", "sass": "^1.32.11", "sass-loader": "^11.0.1", "tailwindcss": "^2.2.19" }, "dependencies": { "change-case": "^4.1.2", "clipboard": "^2.0.8", "clusterize.js": "^0.19.0", "crossfilter": "^1.3.12", "crypto-random-string": "^4.0.0", "izitoast": "^1.4.0", "json-to-pivot-json": "^1.0.1", "node-polyfill-webpack-plugin": "^1.1.4", "react-router-dom": "^6.11.1", "vue-masonry-css": "^1.0.3", "vuejs-uib-pagination": "^1.0.6" } }