package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "player_project",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@fortawesome/fontawesome-svg-core": "^1.2.36",
  7. "@fortawesome/free-brands-svg-icons": "^5.15.4",
  8. "@fortawesome/free-solid-svg-icons": "^5.15.4",
  9. "@fortawesome/react-fontawesome": "^0.1.16",
  10. "@testing-library/jest-dom": "^5.16.1",
  11. "@testing-library/react": "^12.1.2",
  12. "@testing-library/user-event": "^13.5.0",
  13. "bootstrap": "^5.1.3",
  14. "cdbreact": "^1.2.1",
  15. "react": "^17.0.2",
  16. "react-bootstrap": "^2.1.0",
  17. "react-dom": "^17.0.2",
  18. "react-double-marquee": "^1.1.0",
  19. "react-dropzone": "^11.5.1",
  20. "react-redux": "^7.2.6",
  21. "react-router": "^5.2.0",
  22. "react-router-dom": "^5.2.0",
  23. "react-scripts": "5.0.0",
  24. "redux": "^4.1.2",
  25. "redux-saga": "^1.1.3",
  26. "redux-thunk": "^2.4.1",
  27. "sass": "^1.45.2",
  28. "web-vitals": "^2.1.2"
  29. },
  30. "scripts": {
  31. "start": "react-scripts start",
  32. "build": "react-scripts build",
  33. "test": "react-scripts test",
  34. "eject": "react-scripts eject"
  35. },
  36. "eslintConfig": {
  37. "extends": [
  38. "react-app",
  39. "react-app/jest"
  40. ]
  41. },
  42. "browserslist": {
  43. "production": [
  44. ">0.2%",
  45. "not dead",
  46. "not op_mini all"
  47. ],
  48. "development": [
  49. "last 1 chrome version",
  50. "last 1 firefox version",
  51. "last 1 safari version"
  52. ]
  53. },
  54. "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
  55. "main": "index.js",
  56. "devDependencies": {
  57. "@babel/core": "^7.16.7",
  58. "@babel/preset-env": "^7.16.7",
  59. "babel-loader": "^8.2.3",
  60. "html-webpack-plugin": "^5.5.0",
  61. "webpack": "^5.65.0"
  62. },
  63. "keywords": [],
  64. "author": "",
  65. "license": "ISC"
  66. }