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.

package.json 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "ruccan",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev --turbopack",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint"
  10. },
  11. "dependencies": {
  12. "@ant-design/icons": "^6.0.0",
  13. "@fortawesome/fontawesome-svg-core": "^6.7.2",
  14. "@fortawesome/free-brands-svg-icons": "^6.7.2",
  15. "@fortawesome/free-regular-svg-icons": "^6.7.2",
  16. "@fortawesome/free-solid-svg-icons": "^6.7.2",
  17. "@fortawesome/react-fontawesome": "^0.2.2",
  18. "@tanstack/react-query": "^5.81.5",
  19. "antd": "^5.26.3",
  20. "classnames": "^2.5.1",
  21. "lucide-react": "^0.525.0",
  22. "next": "15.3.4",
  23. "next-auth": "^4.24.11",
  24. "react": "^18.3.1",
  25. "react-dom": "^18.3.1",
  26. "react-phone-input-2": "^2.15.1"
  27. },
  28. "devDependencies": {
  29. "@eslint/eslintrc": "^3",
  30. "@tailwindcss/postcss": "^4",
  31. "@types/node": "^20",
  32. "@types/react": "^18.3.23",
  33. "@types/react-dom": "^18.3.7",
  34. "autoprefixer": "^10.4.21",
  35. "eslint": "^9",
  36. "eslint-config-next": "15.3.4",
  37. "postcss": "^8.5.6",
  38. "tailwindcss": "^4.1.11",
  39. "typescript": "^5"
  40. }
  41. }