package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "code-ninjas-react-server",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@fortawesome/fontawesome-svg-core": "^6.5.1",
  7. "@fortawesome/free-solid-svg-icons": "^6.5.1",
  8. "@fortawesome/react-fontawesome": "^0.2.0",
  9. "@testing-library/jest-dom": "^5.17.0",
  10. "@testing-library/react": "^13.4.0",
  11. "@testing-library/user-event": "^13.5.0",
  12. "gasp": "^0.0.2",
  13. "gsap": "^3.12.5",
  14. "html2canvas": "^1.4.1",
  15. "jquery": "^3.7.1",
  16. "react": "^18.2.0",
  17. "react-dom": "^18.2.0",
  18. "react-router-dom": "^5.2.0",
  19. "react-scripts": "^5.0.1",
  20. "three": "^0.161.0",
  21. "web-vitals": "^2.1.4"
  22. },
  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. }