package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "name": "flexy",
  3. "version": "1.2.0",
  4. "homepage": "/",
  5. "author": "WrapPixel",
  6. "private": true,
  7. "dependencies": {
  8. "@emotion/cache": "^11.4.0",
  9. "@emotion/react": "^11.1.5",
  10. "@emotion/styled": "^11.3.0",
  11. "@mui/icons-material": "5.0.3",
  12. "@mui/lab": "5.0.0-alpha.50",
  13. "@mui/material": "5.0.3",
  14. "@mui/utils": "5.0.1",
  15. "@reduxjs/toolkit": "^1.7.2",
  16. "@testing-library/jest-dom": "^5.11.10",
  17. "@testing-library/react": "^11.2.6",
  18. "@testing-library/user-event": "^12.8.3",
  19. "apexcharts": "^3.23.1",
  20. "axios": "^0.21.1",
  21. "axios-mock-adapter": "^1.18.1",
  22. "date-fns": "^2.21.3",
  23. "feather-icons-react": "^0.4.3",
  24. "history": "^5.0.0",
  25. "js-sha256": "^0.9.0",
  26. "lodash": "^4.17.21",
  27. "moment": "^2.29.1",
  28. "prop-types": "^15.7.2",
  29. "react": "^17.0.2",
  30. "react-apexcharts": "^1.3.7",
  31. "react-big-calendar": "^0.33.5",
  32. "react-dom": "^17.0.2",
  33. "react-helmet": "^6.1.0",
  34. "react-perfect-scrollbar": "^1.5.8",
  35. "react-quill": "^1.3.5",
  36. "react-redux": "^7.2.3",
  37. "react-router": "^6.0.0-beta.0",
  38. "react-router-dom": "^6.0.0-beta.0",
  39. "react-scripts": "4.0.3",
  40. "react-spring": "^9.2.4",
  41. "react-swipeable-views": "^0.14.0",
  42. "react-swipeable-views-utils": "^0.14.0",
  43. "redux": "^4.1.0",
  44. "redux-devtools-extension": "^2.13.9",
  45. "redux-thunk": "^2.3.0",
  46. "stylis-plugin-rtl": "^2.1.0",
  47. "web-vitals": "^1.1.1",
  48. "js-cookie": "^3.0.1"
  49. },
  50. "devDependencies": {
  51. "eslint": "^7.30.0",
  52. "eslint-config-airbnb": "^18.2.1",
  53. "eslint-config-prettier": "^8.3.0",
  54. "eslint-config-react-app": "^6.0.0",
  55. "eslint-plugin-flowtype": "^5.7.2",
  56. "eslint-plugin-import": "^2.23.4",
  57. "eslint-plugin-jsx-a11y": "^6.4.1",
  58. "eslint-plugin-prettier": "^3.4.0",
  59. "eslint-plugin-react": "^7.24.0",
  60. "eslint-plugin-react-hooks": "^4.2.0",
  61. "prettier": "^2.3.1"
  62. },
  63. "scripts": {
  64. "start": "export PORT=9091 && react-scripts start",
  65. "build": "react-scripts build",
  66. "test": "react-scripts test",
  67. "eject": "react-scripts eject",
  68. "lint": "eslint ./src",
  69. "pretty": "prettier --write \"./**/*.{js,jsx}\""
  70. },
  71. "eslintConfig": {
  72. "extends": [
  73. "react-app",
  74. "react-app/jest"
  75. ]
  76. },
  77. "browserslist": {
  78. "production": [
  79. ">0.2%",
  80. "not dead",
  81. "not op_mini all"
  82. ],
  83. "development": [
  84. "last 1 chrome version",
  85. "last 1 firefox version",
  86. "last 1 safari version"
  87. ]
  88. }
  89. }