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.

45 lines
1.0 KiB

  1. {
  2. "name": "sonification-study-framework",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@geist-ui/core": "^2.3.8",
  7. "@testing-library/jest-dom": "^5.17.0",
  8. "@testing-library/react": "^13.4.0",
  9. "@testing-library/user-event": "^13.5.0",
  10. "heatmap.js": "^2.0.5",
  11. "i18next": "^23.11.3",
  12. "i18next-browser-languagedetector": "^7.2.1",
  13. "i18next-http-backend": "^2.5.1",
  14. "react": "^18.3.1",
  15. "react-dom": "^18.3.1",
  16. "react-i18next": "^14.1.1",
  17. "react-router-dom": "^6.23.0",
  18. "react-scripts": "5.0.1",
  19. "web-vitals": "^2.1.4"
  20. },
  21. "scripts": {
  22. "start": "react-scripts start",
  23. "build": "react-scripts build",
  24. "test": "react-scripts test",
  25. "eject": "react-scripts eject"
  26. },
  27. "eslintConfig": {
  28. "extends": [
  29. "react-app",
  30. "react-app/jest"
  31. ]
  32. },
  33. "browserslist": {
  34. "production": [
  35. ">0.2%",
  36. "not dead",
  37. "not op_mini all"
  38. ],
  39. "development": [
  40. "last 1 chrome version",
  41. "last 1 firefox version",
  42. "last 1 safari version"
  43. ]
  44. }
  45. }