SoftTimur

Untitled

Mar 20th, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. {
  2. "name": "frontend",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@codingame/monaco-languageclient": "^0.17.3",
  7. "@fluentui/react": "^8.33.0",
  8. "@fluentui/react-components": "^9.7.2",
  9. "@handsontable/react": "^9.0.2",
  10. "@material-ui/core": "^4.9.8",
  11. "@microsoft/office-js-helpers": "^1.0.2",
  12. "@testing-library/jest-dom": "^4.2.4",
  13. "@testing-library/react": "^9.3.2",
  14. "@testing-library/user-event": "^7.1.2",
  15. "@types/react-stripe-elements": "^6.0.4",
  16. "@uifabric/react-cards": "^0.109.49",
  17. "allotment": "^1.17.1",
  18. "axios": "^0.19.2",
  19. "color": "^3.1.2",
  20. "copy-to-clipboard": "^3.3.1",
  21. "cross-storage": "^1.0.0",
  22. "dva": "^2.4.1",
  23. "dva-model-creator": "^0.4.3",
  24. "formik": "^2.1.4",
  25. "handsontable": "^9.0.2",
  26. "highcharts": "^7.0.3",
  27. "highcharts-react-official": "^3.0.0",
  28. "i18next": "^22.4.10",
  29. "is-primitive": "^3.0.1",
  30. "lodash": "^4.17.15",
  31. "markdown-to-jsx": "^7.1.9",
  32. "moment": "^2.24.0",
  33. "monaco-editor": "^0.31.1",
  34. "node-sass": "^4.14.1",
  35. "office-ui-fabric-core": "^11.0.0",
  36. "office-ui-fabric-react": "^7.105.4",
  37. "query-string": "^6.11.1",
  38. "react": "^16.13.1",
  39. "react-app-polyfill": "^1.0.6",
  40. "react-bootstrap": "^1.0.1",
  41. "react-dom": "^16.13.1",
  42. "react-i18next": "^12.2.0",
  43. "react-intl": "^6.2.10",
  44. "react-markdown": "^8.0.5",
  45. "react-meta-tags": "^1.0.1",
  46. "react-monaco-editor": "^0.35.0",
  47. "react-scripts": "3.4.1",
  48. "react-stripe-elements": "^6.1.1",
  49. "react-syntax-highlighter": "^15.5.0",
  50. "redux-devtools-extension": "^2.13.8",
  51. "rehype-raw": "^6.1.1",
  52. "remark-gfm": "^3.0.1",
  53. "remark-parse": "^10.0.1",
  54. "styled-components": "^5.3.5",
  55. "unified": "^10.1.2",
  56. "yup": "^0.28.3"
  57. },
  58. "scripts": {
  59. "start": "PORT=3000 react-app-rewired start",
  60. "start:https": "HTTPS=true react-app-rewired start",
  61. "build": "GENERATE_SOURCEMAP=false react-scripts --max_old_space_size=8096 build",
  62. "test": "react-scripts test",
  63. "eject": "react-scripts eject"
  64. },
  65. "eslintConfig": {
  66. "extends": "react-app"
  67. },
  68. "browserslist": [
  69. ">0.2%",
  70. "not dead",
  71. "not op_mini all"
  72. ],
  73. "devDependencies": {
  74. "@types/color": "^3.0.1",
  75. "@types/cross-storage": "^0.8.29",
  76. "@types/jest": "^25.1.4",
  77. "@types/lodash": "^4.14.149",
  78. "@types/node": "^13.9.5",
  79. "@types/office-js": "^1.0.92",
  80. "@types/query-string": "^6.3.0",
  81. "@types/react": "^16.9.27",
  82. "@types/react-dom": "^16.9.5",
  83. "@types/react-redux": "^7.1.7",
  84. "@types/styled-components": "^5.0.1",
  85. "@types/yup": "^0.26.33",
  86. "css-loader": "^3.5.3",
  87. "react-app-rewired": "^2.1.8",
  88. "style-loader": "^1.2.1",
  89. "typescript": "^4.9.5"
  90. },
  91. "resolutions": {
  92. "@types/react": "17.0.2",
  93. "@types/react-dom": "17.0.2"
  94. }
  95. }
Add Comment
Please, Sign In to add comment