package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "my-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint"
  10. },
  11. "dependencies": {
  12. "@emotion/css": "^11.10.8",
  13. "@emotion/react": "^11.10.8",
  14. "@emotion/styled": "^11.10.8",
  15. "@material-design-icons/svg": "^0.14.7",
  16. "@types/node": "20.0.0",
  17. "@types/react": "18.2.5",
  18. "@types/react-dom": "18.2.4",
  19. "adm-zip": "^0.5.10",
  20. "autoprefixer": "10.4.14",
  21. "country-flag-icons": "^1.5.7",
  22. "eslint": "8.40.0",
  23. "eslint-config-next": "13.4.1",
  24. "iconv": "^3.0.1",
  25. "music-metadata": "^8.1.4",
  26. "next": "13.4.1",
  27. "postcss": "8.4.23",
  28. "react": "18.2.0",
  29. "react-dom": "18.2.0",
  30. "tailwindcss": "3.3.2",
  31. "typescript": "5.0.4",
  32. "@emotion/server": "^11.10.0",
  33. "@headlessui/react": "^1.7.14",
  34. "@heroicons/react": "^2.0.17",
  35. "@tailwindcss/aspect-ratio": "^0.4.2",
  36. "next-themes": "^0.2.1",
  37. "react-hook-form": "^7.43.9"
  38. },
  39. "devDependencies": {
  40. "@types/adm-zip": "^0.5.0"
  41. }
  42. }