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. "@tailwindcss/typography": "^0.5.12",
  10. "autoprefixer": "^10.4.19",
  11. "laravel-vite-plugin": "^1.0.2",
  12. "postcss": "^8.4.38",
  13. "tailwindcss": "^3.4.3",
  14. "vite": "^6.0",
  15. "concurrently": "^9.0.1"
  16. }
  17. }