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.

package.json 435B

123456789101112131415161718
  1. {
  2. "private": true,
  3. "type": "module",
  4. "scripts": {
  5. "build": "vite build",
  6. "dev": "vite",
  7. "start":"php artisan serve"
  8. },
  9. "devDependencies": {
  10. "@tailwindcss/typography": "^0.5.12",
  11. "autoprefixer": "^10.4.19",
  12. "laravel-vite-plugin": "^1.0.2",
  13. "postcss": "^8.4.38",
  14. "tailwindcss": "^3.4.3",
  15. "vite": "^6.0",
  16. "concurrently": "^9.0.1"
  17. }
  18. }