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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "frontend",
  3. "version": "1.2.3",
  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.0",
  37. "react-router-dom": "^6.2.1",
  38. "react-scripts": "5.0.0",
  39. "react-useanimations": "^2.10.0",
  40. "styled-components": "^5.3.5",
  41. "tailwind.macro": "^0.5.10",
  42. "web-vitals": "^2.1.3",
  43. "yup": "^0.32.11"
  44. },
  45. "scripts": {
  46. "start": "react-scripts start",
  47. "build": "react-scripts build",
  48. "test": "react-scripts test",
  49. "eject": "react-scripts eject"
  50. },
  51. "eslintConfig": {
  52. "extends": [
  53. "react-app",
  54. "react-app/jest",
  55. "prettier"
  56. ]
  57. },
  58. "browserslist": {
  59. "production": [
  60. ">0.2%",
  61. "not dead",
  62. "not op_mini all"
  63. ],
  64. "development": [
  65. "last 1 chrome version",
  66. "last 1 firefox version",
  67. "last 1 safari version"
  68. ]
  69. },
  70. "devDependencies": {
  71. "autoprefixer": "^10.4.2",
  72. "eslint-config-prettier": "^8.3.0",
  73. "postcss": "^8.4.5",
  74. "prettier": "^2.5.1",
  75. "tailwindcss": "^3.0.15",
  76. "webpack-cli": "^4.10.0"
  77. }
  78. }