package.json 648 B

1234567891011121314151617181920212223
  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. "@tailwindcss/forms": "^0.4.0",
  14. "alpinejs": "^3.4.2",
  15. "autoprefixer": "^10.4.2",
  16. "axios": "^0.25",
  17. "laravel-mix": "^6.0.6",
  18. "lodash": "^4.17.19",
  19. "postcss": "^8.4.6",
  20. "postcss-import": "^14.0.2",
  21. "tailwindcss": "^3.0.18"
  22. }
  23. }