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.

47 lines
1.1 KiB

4 years ago
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/classnames": "^2.2.11",
  10. "@types/jest": "^26.0.19",
  11. "@types/node": "^12.19.11",
  12. "@types/react": "^16.14.2",
  13. "@types/react-dom": "^16.9.10",
  14. "axios": "^0.21.1",
  15. "classnames": "^2.2.6",
  16. "node-sass": "^4.14.1",
  17. "react": "^17.0.1",
  18. "react-dom": "^17.0.1",
  19. "react-scripts": "4.0.1",
  20. "typescript": "^4.1.3",
  21. "web-vitals": "^0.2.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. }