package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "react-layout",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.11.6",
  7. "@testing-library/react": "^11.1.2",
  8. "@testing-library/user-event": "^12.2.2",
  9. "bootstrap": "^4.5.3",
  10. "react": "^17.0.1",
  11. "react-bootstrap": "^1.4.0",
  12. "react-dom": "^17.0.1",
  13. "react-layout-components": "^3.0.6",
  14. "react-router": "^5.2.0",
  15. "react-router-dom": "^5.2.0",
  16. "react-scripts": "4.0.0",
  17. "web-vitals": "^0.2.4"
  18. },
  19. "scripts": {
  20. "start": "react-scripts start",
  21. "build": "react-scripts build",
  22. "test": "react-scripts test",
  23. "eject": "react-scripts eject"
  24. },
  25. "eslintConfig": {
  26. "extends": [
  27. "react-app",
  28. "react-app/jest"
  29. ]
  30. },
  31. "browserslist": {
  32. "production": [
  33. ">0.2%",
  34. "not dead",
  35. "not op_mini all"
  36. ],
  37. "development": [
  38. "last 1 chrome version",
  39. "last 1 firefox version",
  40. "last 1 safari version"
  41. ]
  42. },
  43. "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
  44. "main": "index.js",
  45. "devDependencies": {},
  46. "keywords": [],
  47. "author": "",
  48. "license": "ISC"
  49. }