package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "frontend",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@headlessui/react": "^2.2.7",
  7. "@heroicons/react": "^2.2.0",
  8. "@tailwindcss/typography": "^0.5.16",
  9. "@testing-library/dom": "^10.4.1",
  10. "@testing-library/jest-dom": "^6.8.0",
  11. "@testing-library/react": "^16.3.0",
  12. "@testing-library/user-event": "^13.5.0",
  13. "@types/jest": "^27.5.2",
  14. "@types/node": "^16.18.126",
  15. "@types/react": "^19.1.11",
  16. "@types/react-dom": "^19.1.7",
  17. "axios": "^1.11.0",
  18. "docx": "^9.5.1",
  19. "file-saver": "^2.0.5",
  20. "html-to-docx": "^1.8.0",
  21. "prism-react-renderer": "^2.4.1",
  22. "react": "^19.1.1",
  23. "react-dom": "^19.1.1",
  24. "react-markdown": "^10.1.0",
  25. "react-scripts": "5.0.1",
  26. "rehype-highlight": "^7.0.2",
  27. "typescript": "^4.9.5",
  28. "web-vitals": "^2.1.4"
  29. },
  30. "scripts": {
  31. "start": "react-scripts start",
  32. "build": "react-scripts build",
  33. "test": "react-scripts test",
  34. "eject": "react-scripts eject"
  35. },
  36. "eslintConfig": {
  37. "extends": [
  38. "react-app",
  39. "react-app/jest"
  40. ]
  41. },
  42. "browserslist": {
  43. "production": [
  44. ">0.2%",
  45. "not dead",
  46. "not op_mini all"
  47. ],
  48. "development": [
  49. "last 1 chrome version",
  50. "last 1 firefox version",
  51. "last 1 safari version"
  52. ]
  53. },
  54. "devDependencies": {
  55. "@tailwindcss/forms": "^0.5.9",
  56. "@types/file-saver": "^2.0.7",
  57. "autoprefixer": "^10.4.21",
  58. "postcss": "^8.5.6",
  59. "tailwindcss": "^3.4.17"
  60. }
  61. }