package.json 658 B

123456789101112131415161718192021222324
  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.3.1",
  14. "@tailwindcss/typography": "^0.4.0",
  15. "alpinejs": "^2.7.3",
  16. "axios": "^0.21",
  17. "laravel-mix": "^6.0.6",
  18. "lodash": "^4.17.19",
  19. "postcss": "^8.1.14",
  20. "postcss-import": "^14.0.1",
  21. "tailwindcss": "^2.0.1"
  22. }
  23. }