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 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "frontend",
  3. "version": "3.0.11",
  4. "private": true,
  5. "dependencies": {
  6. "@faceless-ui/slider": "^1.1.14",
  7. "@faceless-ui/window-info": "^2.1.1",
  8. "@headlessui/react": "^1.4.3",
  9. "@react-google-maps/api": "^2.13.1",
  10. "@react-hook/size": "^2.1.2",
  11. "@tailwindcss/forms": "^0.4.0",
  12. "@testing-library/jest-dom": "^5.16.1",
  13. "@testing-library/react": "^12.1.2",
  14. "@testing-library/user-event": "^13.5.0",
  15. "axios": "^0.26.0",
  16. "emailjs": "^4.0.0",
  17. "emailjs-com": "^3.2.0",
  18. "eslint-plugin-prettier": "^4.0.0",
  19. "form-data": "^4.0.0",
  20. "formik": "^2.2.9",
  21. "framer-motion": "^6.3.4",
  22. "gsap": "^3.11.4",
  23. "js-file-download": "^0.4.12",
  24. "mailgun.js": "^8.0.6",
  25. "prop-types": "^15.8.1",
  26. "react": "^17.0.2",
  27. "react-cookie": "^4.1.1",
  28. "react-dom": "^17.0.2",
  29. "react-dropzone": "^12.0.5",
  30. "react-ga": "^3.3.1",
  31. "react-ga4": "^1.4.1",
  32. "react-google-recaptcha": "^2.1.0",
  33. "react-helmet-async": "^1.3.0",
  34. "react-intersection-observer": "^9.4.1",
  35. "react-mailchimp-subscribe": "^2.1.3",
  36. "react-markdown": "^8.0.5",
  37. "react-router-dom": "^6.2.1",
  38. "react-scripts": "5.0.0",
  39. "react-useanimations": "^2.10.0",
  40. "rehype-highlight": "^6.0.0",
  41. "styled-components": "^5.3.5",
  42. "tailwind.macro": "^0.5.10",
  43. "web-vitals": "^2.1.3",
  44. "yup": "^0.32.11"
  45. },
  46. "scripts": {
  47. "start": "react-scripts start",
  48. "build": "react-scripts build",
  49. "test": "react-scripts test",
  50. "eject": "react-scripts eject"
  51. },
  52. "eslintConfig": {
  53. "extends": [
  54. "react-app",
  55. "react-app/jest",
  56. "prettier"
  57. ]
  58. },
  59. "browserslist": {
  60. "production": [
  61. ">0.2%",
  62. "not dead",
  63. "not op_mini all"
  64. ],
  65. "development": [
  66. "last 1 chrome version",
  67. "last 1 firefox version",
  68. "last 1 safari version"
  69. ]
  70. },
  71. "devDependencies": {
  72. "autoprefixer": "^10.4.2",
  73. "eslint-config-prettier": "^8.3.0",
  74. "postcss": "^8.4.5",
  75. "prettier": "^2.5.1",
  76. "tailwindcss": "^3.0.15",
  77. "webpack-cli": "^4.10.0"
  78. }
  79. }