package.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. {
  2. "name": "Sentry",
  3. "version": "0.0.0",
  4. "private": true,
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/getsentry/sentry.git"
  8. },
  9. "dependencies": {
  10. "@babel/core": "~7.13.16",
  11. "@babel/plugin-proposal-class-properties": "~7.13.0",
  12. "@babel/plugin-proposal-decorators": "~7.13.15",
  13. "@babel/plugin-transform-react-jsx": "^7.13.12",
  14. "@babel/plugin-transform-runtime": "~7.13.15",
  15. "@babel/preset-env": "~7.13.15",
  16. "@babel/preset-react": "^7.13.13",
  17. "@babel/preset-typescript": "^7.12.1",
  18. "@babel/runtime": "~7.13.17",
  19. "@dnd-kit/core": "^3.0.1",
  20. "@dnd-kit/sortable": "^3.0.1",
  21. "@emotion/babel-plugin": "^11.3.0",
  22. "@emotion/css": "^11.1.3",
  23. "@emotion/react": "^11.1.5",
  24. "@emotion/styled": "^11.3.0",
  25. "@sentry-internal/global-search": "^0.0.40",
  26. "@sentry/integrations": "6.3.1",
  27. "@sentry/react": "6.3.1",
  28. "@sentry/release-parser": "^0.6.0",
  29. "@sentry/rrweb": "^0.1.1",
  30. "@sentry/tracing": "6.3.1",
  31. "@sentry/utils": "6.3.1",
  32. "@types/color": "^3.0.0",
  33. "@types/create-react-class": "^15.6.2",
  34. "@types/diff": "5.0.0",
  35. "@types/dompurify": "^2.2.1",
  36. "@types/echarts": "^4.9.3",
  37. "@types/jest": "^26.0.23",
  38. "@types/jquery": "^2.0.53",
  39. "@types/js-cookie": "^2.2.6",
  40. "@types/lodash": "^4.14.168",
  41. "@types/marked": "^0.7.2",
  42. "@types/papaparse": "^5.2.5",
  43. "@types/react": "~17.0.3",
  44. "@types/react-date-range": "^1.1.4",
  45. "@types/react-document-title": "^2.0.4",
  46. "@types/react-dom": "~17.0.3",
  47. "@types/react-mentions": "4.1.0",
  48. "@types/react-router": "^3.0.22",
  49. "@types/react-select": "3.0.8",
  50. "@types/react-sparklines": "^1.7.0",
  51. "@types/react-virtualized": "^9.21.11",
  52. "@types/reflux": "0.4.1",
  53. "@types/scroll-to-element": "^2.0.0",
  54. "ansicolor": "^1.1.93",
  55. "babel-loader": "^8.1.0",
  56. "babel-plugin-add-react-displayname": "^0.0.5",
  57. "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
  58. "bootstrap": "3.4.1",
  59. "buffer": "^6.0.3",
  60. "classnames": "2.3.1",
  61. "clean-webpack-plugin": "^3.0.0",
  62. "color": "^3.1.3",
  63. "compression-webpack-plugin": "7.0.0",
  64. "copy-text-to-clipboard": "2.2.0",
  65. "core-js": "^3.11.0",
  66. "create-react-class": "^15.6.2",
  67. "crypto-browserify": "^3.12.0",
  68. "crypto-js": "4.0.0",
  69. "css-loader": "^5.0.1",
  70. "css-minimizer-webpack-plugin": "^1.3.0",
  71. "diff": "5.0.0",
  72. "dompurify": "^2.2.8",
  73. "downsample": "1.4.0",
  74. "echarts": "4.7.0",
  75. "echarts-for-react": "2.0.16",
  76. "file-loader": "^6.2.0",
  77. "focus-trap": "^6.4.0",
  78. "focus-visible": "^5.2.0",
  79. "fork-ts-checker-webpack-plugin": "^4.1.2",
  80. "framer-motion": "^4.1.11",
  81. "fuse.js": "^3.4.6",
  82. "gettext-parser": "1.3.1",
  83. "intersection-observer": "^0.12.0",
  84. "ios-device-list": "^1.1.35",
  85. "jed": "^1.1.0",
  86. "jquery": "2.2.2",
  87. "js-cookie": "2.2.1",
  88. "less": "^3.12.2",
  89. "less-loader": "^8.0.0",
  90. "lodash": "^4.17.19",
  91. "marked": "0.7.0",
  92. "mini-css-extract-plugin": "^1.3.9",
  93. "mobx": "^6.3.0",
  94. "mobx-react": "~7.1.0",
  95. "moment": "2.29.1",
  96. "moment-timezone": "0.5.33",
  97. "papaparse": "^5.2.0",
  98. "platformicons": "^4.1.5",
  99. "po-catalog-loader": "2.0.0",
  100. "prism-sentry": "^1.0.2",
  101. "process": "^0.11.10",
  102. "prop-types": "^15.6.0",
  103. "qrcode.react": "^1.0.1",
  104. "query-string": "7.0.0",
  105. "react": "17.0.2",
  106. "react-autosize-textarea": "7.1.0",
  107. "react-date-range": "^1.1.3",
  108. "react-document-title": "2.0.3",
  109. "react-dom": "17.0.2",
  110. "react-keydown": "^1.9.7",
  111. "react-lazyload": "^2.3.0",
  112. "react-mentions": "4.1.1",
  113. "react-popper": "^1.3.11",
  114. "react-router": "3.2.0",
  115. "react-select": "^3.0.8",
  116. "react-sparklines": "1.7.0",
  117. "react-virtualized": "^9.22.3",
  118. "reflux": "0.4.1",
  119. "regenerator-runtime": "^0.13.3",
  120. "rrweb-player": "^0.4.6",
  121. "scroll-to-element": "^2.0.0",
  122. "sprintf-js": "1.0.3",
  123. "style-loader": "^2.0.0",
  124. "tslib": "^2.2.0",
  125. "typescript": "^4.2.4",
  126. "u2f-api": "1.0.10",
  127. "webpack": "5.27.2",
  128. "webpack-cli": "4.5.0",
  129. "webpack-manifest-plugin": "^3.1.0",
  130. "webpack-remove-empty-scripts": "^0.7.1",
  131. "wink-jaro-distance": "^2.0.0",
  132. "zxcvbn": "^4.4.2"
  133. },
  134. "devDependencies": {
  135. "@babel/plugin-transform-react-jsx-source": "^7.12.13",
  136. "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
  137. "@sentry/node": "6.3.1",
  138. "@size-limit/preset-small-lib": "^4.10.2",
  139. "@storybook/addon-a11y": "^6.2.9",
  140. "@storybook/addon-actions": "^6.2.9",
  141. "@storybook/addon-essentials": "^6.2.9",
  142. "@storybook/addon-storysource": "^6.2.9",
  143. "@storybook/addons": "^6.2.9",
  144. "@storybook/builder-webpack5": "^6.2.9",
  145. "@storybook/react": "^6.2.9",
  146. "@storybook/theming": "^6.2.9",
  147. "@visual-snapshot/jest": "^2.0.2",
  148. "@wojtekmaj/enzyme-adapter-react-17": "0.6.1",
  149. "babel-eslint": "^10.1.0",
  150. "babel-gettext-extractor": "^4.1.3",
  151. "babel-jest": "26.6.3",
  152. "babel-plugin-dynamic-import-node": "^2.2.0",
  153. "csstype": "^3.0.8",
  154. "enzyme": "3.11.0",
  155. "enzyme-to-json": "3.6.2",
  156. "eslint": "5.11.1",
  157. "eslint-config-sentry-app": "1.54.0",
  158. "eslint-plugin-simple-import-sort": "^6.0.0",
  159. "html-webpack-plugin": "^5.3.1",
  160. "jest": "26.6.3",
  161. "jest-canvas-mock": "^2.3.1",
  162. "jest-circus": "26.6.3",
  163. "jest-fetch-mock": "^3.0.3",
  164. "jest-junit": "^9.0.0",
  165. "mockdate": "3.0.5",
  166. "prettier": "2.2.1",
  167. "react-refresh": "^0.8.3",
  168. "react-test-renderer": "17.0.2",
  169. "size-limit": "^4.5.6",
  170. "speed-measure-webpack-plugin": "^1.4.0",
  171. "stylelint": "13.13.0",
  172. "stylelint-config-prettier": "^8.0.2",
  173. "stylelint-config-recommended": "^5.0.0",
  174. "stylelint-config-styled-components": "^0.1.1",
  175. "stylelint-processor-styled-components": "^1.10.0",
  176. "typescript-styled-plugin": "^0.15.0",
  177. "url-loader": "^4.1.0",
  178. "webpack-dev-server": "^3.11.2"
  179. },
  180. "optionalDependencies": {
  181. "fsevents": "^2.3.2"
  182. },
  183. "resolutions": {
  184. "**/rrweb": "^0.7.33",
  185. "**/is-svg": ">=4.2.2",
  186. "webpack": "5.27.2",
  187. "css-loader": "^5.0.0",
  188. "dotenv-webpack": "^6.0.0",
  189. "html-webpack-plugin": "^5.0.0",
  190. "less-loader": "^8.0.0",
  191. "style-loader": "^2.0.0",
  192. "terser-webpack-plugin": "^5.0.0",
  193. "webpack-virtual-modules": "^0.4.2"
  194. },
  195. "APIMethod": "stub",
  196. "proxyURL": "http://localhost:8000",
  197. "scripts": {
  198. "test": "node scripts/test.js",
  199. "test-precommit": "yarn test --bail --findRelatedTests -u",
  200. "test-ci": "yarn test --ci --coverage",
  201. "test-debug": "node --inspect-brk scripts/test.js --runInBand",
  202. "test-staged": "yarn test --findRelatedTests $(git diff --name-only --cached)",
  203. "lint": "yarn eslint tests/js static/app --ext .js,.jsx,.ts,.tsx",
  204. "lint:css": "yarn stylelint 'static/app/**/*.[jt]sx'",
  205. "dev": "(yarn check --verify-tree || yarn install --check-files) && sentry devserver",
  206. "dev-ui": "SENTRY_UI_DEV_ONLY=1 SENTRY_WEBPACK_PROXY_PORT=7999 yarn webpack serve",
  207. "dev-acceptance": "NO_DEV_SERVER=1 NODE_ENV=development yarn webpack --watch",
  208. "storybook": "SENTRY_UI_HOT_RELOAD='' start-storybook -p 9001 -c .storybook",
  209. "storybook-build": "build-storybook -c .storybook -o docs-ui/.storybook-out --quiet",
  210. "webpack-profile": "NO_TS_FORK=1 yarn -s webpack --profile --json > stats.json",
  211. "install-api-docs": "cd api-docs && yarn install",
  212. "build-derefed-docs": "yarn install-api-docs && node api-docs/index.js api-docs/openapi.json",
  213. "watch-api-docs": "sane 'yarn build-derefed-docs' api-docs",
  214. "build-css": "NODE_ENV=production yarn webpack --config=config/webpack.css.config.js",
  215. "build-chartcuterie-config": "NODE_ENV=production yarn webpack --config=config/webpack.chartcuterie.config.js",
  216. "build-acceptance": "IS_ACCEPTANCE_TEST=1 NODE_ENV=production yarn webpack --mode development",
  217. "build-production": "NODE_ENV=production yarn webpack --mode production",
  218. "build": "yarn build-production --output-path=public",
  219. "validate-api-examples": "yarn install-api-docs && cd api-docs && yarn openapi-examples-validator ./openapi.json --no-additional-properties"
  220. },
  221. "volta": {
  222. "node": "12.19.0",
  223. "yarn": "1.22.5"
  224. }
  225. }