package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "code",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.16.5",
  7. "@testing-library/react": "^13.4.0",
  8. "@testing-library/user-event": "^13.5.0",
  9. "@types/jest": "^27.5.2",
  10. "@types/node": "^16.18.23",
  11. "@types/react": "^18.0.31",
  12. "@types/react-dom": "^18.0.11",
  13. "@types/three": "^0.150.0",
  14. "react": "^18.2.0",
  15. "react-dom": "^18.2.0",
  16. "react-scripts": "5.0.1",
  17. "sass": "^1.60.0",
  18. "swiper": "^9.2.4",
  19. "three": "^0.151.1",
  20. "typescript": "^4.9.5",
  21. "web-vitals": "^2.1.4"
  22. },
  23. "homepage": ".",
  24. "scripts": {
  25. "start": "react-scripts start",
  26. "build": "react-scripts build",
  27. "test": "react-scripts test",
  28. "eject": "react-scripts eject"
  29. },
  30. "eslintConfig": {
  31. "extends": [
  32. "react-app",
  33. "react-app/jest"
  34. ]
  35. },
  36. "browserslist": {
  37. "production": [
  38. ">0.2%",
  39. "not dead",
  40. "not op_mini all"
  41. ],
  42. "development": [
  43. "last 1 chrome version",
  44. "last 1 firefox version",
  45. "last 1 safari version"
  46. ]
  47. }
  48. }