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.

44 lines
1.0 KiB

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