package.json 989 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "gmus",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "start": "react-scripts start",
  7. "build": "react-scripts build",
  8. "test": "react-scripts test",
  9. "eject": "react-scripts eject"
  10. },
  11. "eslintConfig": {
  12. "extends": [
  13. "react-app",
  14. "react-app/jest"
  15. ]
  16. },
  17. "browserslist": {
  18. "production": [
  19. ">0.2%",
  20. "not dead",
  21. "not op_mini all"
  22. ],
  23. "development": [
  24. "last 1 chrome version",
  25. "last 1 firefox version",
  26. "last 1 safari version"
  27. ]
  28. },
  29. "dependencies": {
  30. "@testing-library/jest-dom": "^5.11.4",
  31. "@testing-library/react": "^11.1.0",
  32. "@testing-library/user-event": "^12.1.10",
  33. "@types/jest": "^26.0.15",
  34. "@types/node": "^12.0.0",
  35. "@types/react": "^16.9.53",
  36. "@types/react-dom": "^16.9.8",
  37. "react": "^17.0.1",
  38. "react-dom": "^17.0.1",
  39. "react-scripts": "4.0.1",
  40. "typescript": "^4.0.3",
  41. "web-vitals": "^0.2.4"
  42. },
  43. "devDependencies": {}
  44. }