package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "three": "^0.151.1",
  19. "typescript": "^4.9.5",
  20. "web-vitals": "^2.1.4"
  21. },
  22. "homepage": ".",
  23. "scripts": {
  24. "start": "react-scripts start",
  25. "build": "react-scripts build",
  26. "test": "react-scripts test",
  27. "eject": "react-scripts eject"
  28. },
  29. "eslintConfig": {
  30. "extends": [
  31. "react-app",
  32. "react-app/jest"
  33. ]
  34. },
  35. "browserslist": {
  36. "production": [
  37. ">0.2%",
  38. "not dead",
  39. "not op_mini all"
  40. ],
  41. "development": [
  42. "last 1 chrome version",
  43. "last 1 firefox version",
  44. "last 1 safari version"
  45. ]
  46. }
  47. }