You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.1 KiB

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