Wedding Invitation
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 537B

12345678910111213141516171819202122
  1. {
  2. "private": true,
  3. "type": "module",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "vite build"
  7. },
  8. "devDependencies": {
  9. "autoprefixer": "^10.4.19",
  10. "axios": "^1.6.4",
  11. "laravel-vite-plugin": "^1.0.0",
  12. "postcss": "^8.4.39",
  13. "tailwindcss": "^3.4.4",
  14. "tailwindcss-animated": "^1.1.2",
  15. "vite": "^5.0.0"
  16. },
  17. "dependencies": {
  18. "@fortawesome/fontawesome-free": "^6.5.2",
  19. "jquery": "^3.7.1",
  20. "tailwindcss-animate": "^1.0.7"
  21. }
  22. }