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.

43 lines
1013 B

  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. "i18next": "^23.11.3",
  10. "i18next-browser-languagedetector": "^7.2.1",
  11. "i18next-http-backend": "^2.5.1",
  12. "react": "^18.3.1",
  13. "react-dom": "^18.3.1",
  14. "react-i18next": "^14.1.1",
  15. "react-router-dom": "^6.23.0",
  16. "react-scripts": "5.0.1",
  17. "web-vitals": "^2.1.4"
  18. },
  19. "scripts": {
  20. "start": "react-scripts start",
  21. "build": "react-scripts build",
  22. "test": "react-scripts test",
  23. "eject": "react-scripts eject"
  24. },
  25. "eslintConfig": {
  26. "extends": [
  27. "react-app",
  28. "react-app/jest"
  29. ]
  30. },
  31. "browserslist": {
  32. "production": [
  33. ">0.2%",
  34. "not dead",
  35. "not op_mini all"
  36. ],
  37. "development": [
  38. "last 1 chrome version",
  39. "last 1 firefox version",
  40. "last 1 safari version"
  41. ]
  42. }
  43. }