package.json 834 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "devspace",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.16.4",
  7. "@testing-library/react": "^13.3.0",
  8. "@testing-library/user-event": "^13.5.0",
  9. "react": "^18.2.0",
  10. "react-dom": "^18.2.0",
  11. "react-scripts": "5.0.1",
  12. "sass": "^1.53.0",
  13. "web-vitals": "^2.1.4"
  14. },
  15. "scripts": {
  16. "start": "react-scripts start",
  17. "build": "react-scripts build",
  18. "test": "react-scripts test",
  19. "eject": "react-scripts eject"
  20. },
  21. "eslintConfig": {
  22. "extends": [
  23. "react-app",
  24. "react-app/jest"
  25. ]
  26. },
  27. "browserslist": {
  28. "production": [
  29. ">0.2%",
  30. "not dead",
  31. "not op_mini all"
  32. ],
  33. "development": [
  34. "last 1 chrome version",
  35. "last 1 firefox version",
  36. "last 1 safari version"
  37. ]
  38. }
  39. }