package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "private": true,
  3. "scripts": {
  4. "dev": "npm run development",
  5. "development": "mix",
  6. "watch": "mix watch",
  7. "watch-poll": "mix watch -- --watch-options-poll=1000",
  8. "hot": "mix watch --hot",
  9. "prod": "npm run production",
  10. "production": "mix --production"
  11. },
  12. "devDependencies": {
  13. "@babel/preset-react": "^7.13.13",
  14. "@popperjs/core": "^2.10.2",
  15. "autoprefixer": "^10.4.0",
  16. "axios": "^0.21",
  17. "bootstrap": "^5.1.3",
  18. "browser-sync": "^2.29.0",
  19. "browser-sync-webpack-plugin": "^2.3.0",
  20. "laravel-mix": "^6.0.6",
  21. "lodash": "^4.17.19",
  22. "postcss": "^8.3.11",
  23. "react": "^17.0.2",
  24. "react-dom": "^17.0.2",
  25. "sass": "^1.32.11",
  26. "sass-loader": "^11.0.1",
  27. "tailwindcss": "^2.2.19"
  28. },
  29. "dependencies": {
  30. "change-case": "^4.1.2",
  31. "clipboard": "^2.0.8",
  32. "clusterize.js": "^0.19.0",
  33. "crossfilter": "^1.3.12",
  34. "crypto-random-string": "^4.0.0",
  35. "izitoast": "^1.4.0",
  36. "json-to-pivot-json": "^1.0.1",
  37. "node-polyfill-webpack-plugin": "^1.1.4",
  38. "react-router-dom": "^6.11.1",
  39. "vue-masonry-css": "^1.0.3",
  40. "vuejs-uib-pagination": "^1.0.6"
  41. }
  42. }