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.

12345678910111213141516171819
  1. {
  2. "private": true,
  3. "type": "module",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "vite build"
  7. },
  8. "devDependencies": {
  9. "@tailwindcss/forms": "^0.5.7",
  10. "@tailwindcss/typography": "^0.5.10",
  11. "autoprefixer": "^10.4.18",
  12. "axios": "^1.6.4",
  13. "laravel-vite-plugin": "^1.0",
  14. "postcss": "^8.4.35",
  15. "postcss-nesting": "^12.1.0",
  16. "tailwindcss": "^3.4.1",
  17. "vite": "^5.0"
  18. }
  19. }