package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "music-metadata-browser": "^2.5.3",
  16. "react": "^17.0.2",
  17. "react-bootstrap": "^2.1.0",
  18. "react-dom": "^17.0.2",
  19. "react-double-marquee": "^1.1.0",
  20. "react-dropzone": "^11.5.1",
  21. "react-redux": "^7.2.6",
  22. "react-router": "^5.2.0",
  23. "react-router-dom": "^5.2.0",
  24. "react-scripts": "5.0.0",
  25. "redux": "^4.1.2",
  26. "redux-saga": "^1.1.3",
  27. "redux-thunk": "^2.4.1",
  28. "sass": "^1.45.2",
  29. "web-vitals": "^2.1.2"
  30. },
  31. "scripts": {
  32. "start": "react-scripts start",
  33. "build": "react-scripts build",
  34. "test": "react-scripts test",
  35. "eject": "react-scripts eject"
  36. },
  37. "eslintConfig": {
  38. "extends": [
  39. "react-app",
  40. "react-app/jest"
  41. ]
  42. },
  43. "browserslist": {
  44. "production": [
  45. ">0.2%",
  46. "not dead",
  47. "not op_mini all"
  48. ],
  49. "development": [
  50. "last 1 chrome version",
  51. "last 1 firefox version",
  52. "last 1 safari version"
  53. ]
  54. },
  55. "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
  56. "main": "index.js",
  57. "devDependencies": {
  58. "@babel/core": "^7.16.7",
  59. "@babel/preset-env": "^7.16.7",
  60. "babel-loader": "^8.2.3",
  61. "html-webpack-plugin": "^5.5.0",
  62. "webpack": "^5.65.0"
  63. },
  64. "keywords": [],
  65. "author": "",
  66. "license": "ISC"
  67. }