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.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "frontend",
  3. "version": "0.1.0",
  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-hook/size": "^2.1.2",
  10. "@tailwindcss/forms": "^0.4.0",
  11. "@testing-library/jest-dom": "^5.16.1",
  12. "@testing-library/react": "^12.1.2",
  13. "@testing-library/user-event": "^13.5.0",
  14. "axios": "^0.26.0",
  15. "emailjs": "^4.0.0",
  16. "emailjs-com": "^3.2.0",
  17. "eslint-plugin-prettier": "^4.0.0",
  18. "formik": "^2.2.9",
  19. "framer-motion": "^6.3.4",
  20. "prop-types": "^15.8.1",
  21. "react": "^17.0.2",
  22. "react-dom": "^17.0.2",
  23. "react-dropzone": "^12.0.5",
  24. "react-markdown": "^8.0.0",
  25. "react-router-dom": "^6.2.1",
  26. "react-scripts": "5.0.0",
  27. "styled-components": "^5.3.5",
  28. "tailwind.macro": "^0.5.10",
  29. "web-vitals": "^2.1.3",
  30. "yup": "^0.32.11"
  31. },
  32. "scripts": {
  33. "start": "react-scripts start",
  34. "build": "react-scripts build",
  35. "test": "react-scripts test",
  36. "eject": "react-scripts eject"
  37. },
  38. "eslintConfig": {
  39. "extends": [
  40. "react-app",
  41. "react-app/jest",
  42. "prettier"
  43. ]
  44. },
  45. "browserslist": {
  46. "production": [
  47. ">0.2%",
  48. "not dead",
  49. "not op_mini all"
  50. ],
  51. "development": [
  52. "last 1 chrome version",
  53. "last 1 firefox version",
  54. "last 1 safari version"
  55. ]
  56. },
  57. "devDependencies": {
  58. "autoprefixer": "^10.4.2",
  59. "eslint-config-prettier": "^8.3.0",
  60. "postcss": "^8.4.5",
  61. "prettier": "^2.5.1",
  62. "tailwindcss": "^3.0.15",
  63. "webpack-cli": "^4.10.0"
  64. }
  65. }