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.

49 lines
1.3 KiB

  1. {
  2. "name": "chisfis-nextjs",
  3. "version": "0.2.2",
  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. "@headlessui/react": "^1.7.14",
  13. "@heroicons/react": "^2.0.18",
  14. "@tailwindcss/aspect-ratio": "^0.4.2",
  15. "@tailwindcss/forms": "^0.5.3",
  16. "@tailwindcss/typography": "^0.5.9",
  17. "@types/google-map-react": "^2.1.7",
  18. "@types/node": "20.2.3",
  19. "@types/react": "18.2.7",
  20. "@types/react-datepicker": "^4.11.2",
  21. "@types/react-dom": "18.2.4",
  22. "axios": "^1.7.5",
  23. "client-only": "^0.0.1",
  24. "eslint": "8.41.0",
  25. "eslint-config-next": "^13.4.3",
  26. "framer-motion": "^10.12.16",
  27. "google-map-react": "^2.2.1",
  28. "lodash": "^4.17.21",
  29. "next": "^13.4.3",
  30. "next-auth": "^4.24.7",
  31. "rc-slider": "^10.1.1",
  32. "react": "^18.2.0",
  33. "react-datepicker": "^4.11.0",
  34. "react-dom": "^18.2.0",
  35. "react-hooks-global-state": "^2.1.0",
  36. "react-icons": "^5.3.0",
  37. "react-swipeable": "^7.0.0",
  38. "react-use": "^17.4.0",
  39. "react-use-keypress": "^1.3.1",
  40. "sass": "^1.62.1",
  41. "server-only": "^0.0.1",
  42. "typescript": "5.0.4"
  43. },
  44. "devDependencies": {
  45. "autoprefixer": "^10.4.14",
  46. "postcss": "^8.4.23",
  47. "tailwindcss": "^3.3.2"
  48. }
  49. }