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.

45 lines
1.0 KiB

4 years ago
  1. {
  2. "name": "study_react_ts",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.11.6",
  7. "@testing-library/react": "^11.2.2",
  8. "@testing-library/user-event": "^12.6.0",
  9. "@types/jest": "^26.0.19",
  10. "@types/node": "^12.19.11",
  11. "@types/react": "^16.14.2",
  12. "@types/react-dom": "^16.9.10",
  13. "axios": "^0.21.1",
  14. "node-sass": "^5.0.0",
  15. "react": "^17.0.1",
  16. "react-dom": "^17.0.1",
  17. "react-scripts": "4.0.1",
  18. "typescript": "^4.1.3",
  19. "web-vitals": "^0.2.4"
  20. },
  21. "scripts": {
  22. "start": "react-scripts start",
  23. "build": "react-scripts build",
  24. "test": "react-scripts test",
  25. "eject": "react-scripts eject"
  26. },
  27. "eslintConfig": {
  28. "extends": [
  29. "react-app",
  30. "react-app/jest"
  31. ]
  32. },
  33. "browserslist": {
  34. "production": [
  35. ">0.2%",
  36. "not dead",
  37. "not op_mini all"
  38. ],
  39. "development": [
  40. "last 1 chrome version",
  41. "last 1 firefox version",
  42. "last 1 safari version"
  43. ]
  44. }
  45. }