package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "private": true,
  3. "dependencies": {
  4. "@radix-ui/colors": "^0.1.8",
  5. "@radix-ui/react-icons": "^1.3.0",
  6. "@radix-ui/react-popover": "^1.0.6",
  7. "@radix-ui/react-select": "^1.2.2",
  8. "@radix-ui/react-tabs": "^1.0.4",
  9. "@radix-ui/react-toast": "^1.1.4",
  10. "antd": "^5.5.2",
  11. "classnames": "^2.3.2",
  12. "i18next": "^23.2.3",
  13. "react": "^18.2.0",
  14. "react-dom": "^18.2.0",
  15. "react-i18next": "^13.0.1",
  16. "react-modal": "^3.16.1",
  17. "react-router-dom": "^6.11.2",
  18. "react-scripts": "^5.0.1",
  19. "react-scroll": "^1.8.9",
  20. "react-use": "^17.4.0",
  21. "tailwindcss": "^3.3.2",
  22. "tailwindcss-animation-delay": "^1.0.7"
  23. },
  24. "scripts": {
  25. "start": "cross-env NODE_ENV=development react-scripts start",
  26. "build": "cross-env NODE_ENV=production react-scripts build",
  27. "test": "react-scripts test",
  28. "eject": "react-scripts eject",
  29. "prettier": "npx prettier --write **/*.jsx"
  30. },
  31. "eslintConfig": {
  32. "extends": [
  33. "react-app",
  34. "react-app/jest"
  35. ]
  36. },
  37. "browserslist": {
  38. "production": [
  39. ">0.2%",
  40. "not dead",
  41. "not op_mini all"
  42. ],
  43. "development": [
  44. "last 1 chrome version",
  45. "last 1 firefox version",
  46. "last 1 safari version"
  47. ]
  48. },
  49. "devDependencies": {
  50. "@faker-js/faker": "^8.0.2",
  51. "cross-env": "^7.0.3",
  52. "eslint": "^8.43.0",
  53. "eslint-plugin-i18next": "^6.0.3",
  54. "eslint-plugin-react": "^7.32.2",
  55. "i18next-scanner": "^4.2.0",
  56. "prettier": "^2.8.8"
  57. }
  58. }