Guest User

Untitled

a guest
Jan 21st, 2023
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 KB | None | 0 0
  1. "name": "app",
  2. "version": "3.1.4",
  3. "private": true,
  4. "typings": "./src/types.d.ts",
  5. "engines": {
  6. "node": "16.16.0"
  7. },
  8. "dependencies": {
  9. "@ant-design/icons": "4.3.0",
  10. "@craco/craco": "6.4.5",
  11. "@dnd-kit/core": "4.0.0",
  12. "@dnd-kit/sortable": "5.0.0",
  13. "@honeybadger-io/js": "^4.7.1",
  14. "@honeybadger-io/react": "^4.7.1",
  15. "@react-pdf/renderer": "2.0.21",
  16. "@stripe/react-stripe-js": "1.1.2",
  17. "@stripe/stripe-js": "1.11.0",
  18. "@types/big.js": "^6.1.3",
  19. "@types/slug": "^5.0.3",
  20. "antd": "4.10.2",
  21. "antd-country-phone-input": "3.4.3",
  22. "apexcharts": "3.23.1",
  23. "axios": "0.21.2",
  24. "big.js": "^6.1.1",
  25. "craco-alias": "2.1.1",
  26. "craco-less": "1.17.0",
  27. "dompurify": "2.2.6",
  28. "dotenv-cra": "3.0.1",
  29. "draft-js": "0.11.7",
  30. "draftjs-to-html": "0.9.1",
  31. "event-source-polyfill": "1.0.24",
  32. "file-saver": "2.0.5",
  33. "formik": "2.2.9",
  34. "framer-motion": "4.1.3",
  35. "handlebars": "4.7.7",
  36. "history": "4.10.0",
  37. "html2canvas": "^1.3.2",
  38. "jest": "26.6.0",
  39. "js-levenshtein": "^1.1.6",
  40. "jsonwebtoken": "8.5.1",
  41. "linkifyjs": "2.1.9",
  42. "luxon": "1.26.0",
  43. "polished": "4.1.2",
  44. "prettier-plugin-organize-imports": "^3.0.0",
  45. "query-string": "6.13.7",
  46. "react": "^17.0.2",
  47. "react-apexcharts": "1.3.7",
  48. "react-cookie": "^4.1.1",
  49. "react-dom": "17.0.2",
  50. "react-draft-wysiwyg": "1.14.6",
  51. "react-grid-layout": "^1.3.4",
  52. "react-intl": "5.10.1",
  53. "react-lines-ellipsis": "^0.15.3",
  54. "react-portal": "^4.2.1",
  55. "react-query": "^3.39.1",
  56. "react-router-dom": "5.2.0",
  57. "react-scripts": "4.0.3",
  58. "slug": "^5.2.0",
  59. "smart-timeout": "2.5.2",
  60. "source-map-explorer": "^2.5.3",
  61. "styled-components": "5.2.1",
  62. "talkjs": "0.14.5",
  63. "ts-jest": "26.4.4",
  64. "typescript": "^4.6.4",
  65. "use-react-screenshot": "^1.0.2",
  66. "uuid": "^8.3.2",
  67. "web-vitals": "0.2.4",
  68. "webpack": "4.44.2",
  69. "yup": "^0.32.9"
  70. },
  71. "husky": {
  72. "hooks": {
  73. "pre-commit": "pretty-quick"
  74. }
  75. },
  76. "scripts": {
  77. "start": "npm i",
  78. "dev": "craco start",
  79. "build": "craco --max_old_space_size=5120 build",
  80. "eject": "craco eject",
  81. "lint": "eslint --ext .ts \"src/**/*\"",
  82. "format": "prettier --write \"src/**/*\"",
  83. "test": "REACT_APP_ENV=test jest --config ./jest.config.js --env=jest-environment-jsdom",
  84. "test:watch": "REACT_APP_ENV=test jest --config ./jest.config.js --watch --env=jest-environment-jsdom",
  85. "test:ci": "REACT_APP_ENV=test jest --config ./jest.config.js --ci --changedSince=origin/master --forceExit --env=jest-environment-jsdom --coverage",
  86. "version": "conventional-changelog -p emojis -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
  87. "release": "release-it",
  88. "analyze": "source-map-explorer 'build/static/js/*.js'"
  89. },
  90. "eslintConfig": {
  91. "extends": "react-app"
  92. },
  93. "browserslist": {
  94. "production": [
  95. "defaults",
  96. ">0.2%",
  97. "not dead"
  98. ],
  99. "development": [
  100. "last 1 chrome version",
  101. "last 1 firefox version",
  102. "last 1 safari version"
  103. ]
  104. },
  105. "devDependencies": {
  106. "@babel/core": "7.12.3",
  107. "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
  108. "@testing-library/jest-dom": "5.11.6",
  109. "@testing-library/react": "11.1.2",
  110. "@testing-library/react-hooks": "^7.0.2",
  111. "@testing-library/user-event": "12.2.2",
  112. "@types/axios": "0.14.0",
  113. "@types/dompurify": "2.2.1",
  114. "@types/draft-js": "0.11.5",
  115. "@types/draftjs-to-html": "0.8.0",
  116. "@types/file-saver": "2.0.3",
  117. "@types/handlebars": "4.1.0",
  118. "@types/history": "4.7.6",
  119. "@types/jest": "26.0.15",
  120. "@types/js-levenshtein": "^1.1.1",
  121. "@types/jsonwebtoken": "8.5.0",
  122. "@types/linkifyjs": "2.1.3",
  123. "@types/lodash.isequal": "4.5.5",
  124. "@types/lodash.uniqueid": "4.0.6",
  125. "@types/luxon": "1.26.0",
  126. "@types/node": "12.0.0",
  127. "@types/query-string": "6.3.0",
  128. "@types/react": "17.0.2",
  129. "@types/react-dom": "17.0.11",
  130. "@types/react-draft-wysiwyg": "1.13.1",
  131. "@types/react-grid-layout": "^1.3.2",
  132. "@types/react-helmet": "6.1.0",
  133. "@types/react-intl": "3.0.0",
  134. "@types/react-lines-ellipsis": "^0.15.1",
  135. "@types/react-portal": "^4.0.4",
  136. "@types/react-router-dom": "5.1.7",
  137. "@types/react-slick": "^0.23.10",
  138. "@types/styled-components": "5.1.7",
  139. "@types/uuid": "^8.3.1",
  140. "@types/yup": "^0.29.13",
  141. "@typescript-eslint/eslint-plugin": "4.7.0",
  142. "babel-loader": "8.1.0",
  143. "conventional-changelog-cli": "2.1.1",
  144. "conventional-changelog-core": "4.2.1",
  145. "conventional-changelog-emojis": "3.1.0",
  146. "core-js": "^3.22.8",
  147. "eslint": "7.32.0",
  148. "eslint-config-airbnb-typescript": "12.0.0",
  149. "eslint-plugin-import": "2.22.1",
  150. "eslint-plugin-jsx-a11y": "6.4.1",
  151. "eslint-plugin-react": "7.21.5",
  152. "eslint-plugin-react-hooks": "4.3.0",
  153. "husky": "4.3.5",
  154. "jest-localstorage-mock": "2.4.3",
  155. "jest-styled-components": "^7.0.8",
  156. "jest-transform-stub": "2.0.0",
  157. "prettier": "2.1.2",
  158. "prettier-plugin-organize-imports": "^3.0.0",
  159. "pretty-quick": "3.1.0",
  160. "process": "0.11.10",
  161. "react-is": "17.0.1",
  162. "react-test-renderer": "^17.0.2",
  163. "release-it": "14.11.5",
  164. "svg-jest": "1.0.1"
  165. },
  166. "resolutions": {
  167. "react-error-overlay": "6.0.9",
  168. "world_countries_lists": "2.3.0",
  169. "@types/react": "17.0.2",
  170. "@types/react-dom": "17.0.2"
  171. }
  172. }
Advertisement
Add Comment
Please, Sign In to add comment