You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617
  1. {
  2. "private": true,
  3. "type": "module",
  4. "scripts": {
  5. "build": "vite build",
  6. "dev": "vite"
  7. },
  8. "devDependencies": {
  9. "autoprefixer": "^10.4.20",
  10. "axios": "^1.7.4",
  11. "concurrently": "^9.0.1",
  12. "laravel-vite-plugin": "^1.2.0",
  13. "postcss": "^8.4.47",
  14. "tailwindcss": "^3.4.13",
  15. "vite": "^6.0.11"
  16. }
  17. }