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.

49 lines
1.2 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. "@geist-ui/icons": "^1.0.2",
  8. "@testing-library/jest-dom": "^5.17.0",
  9. "@testing-library/react": "^13.4.0",
  10. "@testing-library/user-event": "^13.5.0",
  11. "heatmap.js": "^2.0.5",
  12. "i18next": "^23.11.3",
  13. "i18next-browser-languagedetector": "^7.2.1",
  14. "i18next-http-backend": "^2.5.1",
  15. "react": "^18.3.1",
  16. "react-dom": "^18.3.1",
  17. "react-i18next": "^14.1.1",
  18. "react-router-dom": "^6.23.0",
  19. "react-scripts": "5.0.1",
  20. "react-tabs-scrollable": "^2.0.6",
  21. "tone": "^15.0.4",
  22. "web-vitals": "^2.1.4",
  23. "zustand": "^4.5.2"
  24. },
  25. "scripts": {
  26. "start": "react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": [
  33. "react-app",
  34. "react-app/jest"
  35. ]
  36. },
  37. "browserslist": {
  38. "production": [
  39. ">0.2%",
  40. "not dead",
  41. "not op_mini all"
  42. ],
  43. "development": [
  44. "last 1 chrome version",
  45. "last 1 firefox version",
  46. "last 1 safari version"
  47. ]
  48. }
  49. }