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.

56 lines
1.4 KiB

  1. {
  2. "name": "sonification-study-framework",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "-": "^0.0.1",
  7. "@geist-ui/core": "^2.3.8",
  8. "@geist-ui/icons": "^1.0.2",
  9. "@testing-library/jest-dom": "^5.17.0",
  10. "@testing-library/react": "^13.4.0",
  11. "@testing-library/user-event": "^13.5.0",
  12. "@types/leaflet": "^1.9.12",
  13. "geist-ui": "^0.0.102",
  14. "heatmap.js": "^2.0.5",
  15. "i18next": "^23.11.3",
  16. "i18next-browser-languagedetector": "^7.2.1",
  17. "i18next-http-backend": "^2.5.1",
  18. "leaflet": "^1.9.4",
  19. "leaflet-gesture-handling": "^1.2.2",
  20. "react": "^18.3.1",
  21. "react-dom": "^18.3.1",
  22. "react-i18next": "^14.1.1",
  23. "react-leaflet": "^4.2.1",
  24. "react-router-dom": "^6.23.0",
  25. "react-scripts": "5.0.1",
  26. "react-tabs-scrollable": "^2.0.6",
  27. "save": "^2.9.0",
  28. "tone": "^15.0.4",
  29. "web-vitals": "^2.1.4",
  30. "zustand": "^4.5.2"
  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. ]
  43. },
  44. "browserslist": {
  45. "production": [
  46. ">0.2%",
  47. "not dead",
  48. "not op_mini all"
  49. ],
  50. "development": [
  51. "last 1 chrome version",
  52. "last 1 firefox version",
  53. "last 1 safari version"
  54. ]
  55. }
  56. }