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.

55 lines
1.6 KiB

5 days ago
5 days ago
  1. {
  2. "name": "chisfis-nextjs",
  3. "version": "0.2.2",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "lint:es": "eslint --ext .js,.jsx .",
  8. "lint:fix": "eslint --fix --ext .js,.jsx .",
  9. "build": "next build",
  10. "start": "next start",
  11. "lint": "next lint",
  12. "export": "next export",
  13. "clear-all": "rm -rf .next node_modules",
  14. "re-start": "rm -rf .next node_modules && yarn install && yarn dev",
  15. "re-build": "rm -rf .next node_modules && yarn install && yarn build"
  16. },
  17. "dependencies": {
  18. "@headlessui/react": "^1.7.14",
  19. "@heroicons/react": "^2.0.18",
  20. "@tailwindcss/aspect-ratio": "^0.4.2",
  21. "@tailwindcss/forms": "^0.5.3",
  22. "@tailwindcss/typography": "^0.5.9",
  23. "@types/google-map-react": "^2.1.7",
  24. "@types/node": "20.2.3",
  25. "@types/react": "18.2.7",
  26. "@types/react-datepicker": "^4.11.2",
  27. "@types/react-dom": "18.2.4",
  28. "axios": "^1.7.5",
  29. "client-only": "^0.0.1",
  30. "eslint": "8.41.0",
  31. "eslint-config-next": "^13.4.3",
  32. "framer-motion": "^10.12.16",
  33. "google-map-react": "^2.2.1",
  34. "lodash": "^4.17.21",
  35. "next": "^13.4.3",
  36. "rc-slider": "^10.1.1",
  37. "react": "^18.2.0",
  38. "react-datepicker": "^4.11.0",
  39. "react-dom": "^18.2.0",
  40. "react-hooks-global-state": "^2.1.0",
  41. "react-icons": "^5.3.0",
  42. "react-swipeable": "^7.0.0",
  43. "react-use": "^17.4.0",
  44. "react-use-keypress": "^1.3.1",
  45. "sass": "^1.62.1",
  46. "server-only": "^0.0.1",
  47. "typescript": "5.0.4"
  48. },
  49. "devDependencies": {
  50. "autoprefixer": "^10.4.14",
  51. "postcss": "^8.4.23",
  52. "tailwindcss": "^3.3.2"
  53. }
  54. }