package.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  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.19.6",
  11. "@babel/plugin-transform-react-jsx": "^7.19.0",
  12. "@babel/plugin-transform-runtime": "~7.19.6",
  13. "@babel/preset-env": "~7.19.4",
  14. "@babel/preset-react": "^7.18.6",
  15. "@babel/preset-typescript": "^7.18.6",
  16. "@babel/runtime": "~7.19.4",
  17. "@dnd-kit/core": "^3.1.1",
  18. "@dnd-kit/sortable": "^4.0.0",
  19. "@emotion/babel-plugin": "^11.9.2",
  20. "@emotion/css": "^11.1.3",
  21. "@emotion/react": "^11.9.3",
  22. "@emotion/styled": "^11.3.0",
  23. "@monaco-editor/react": "^4.4.5",
  24. "@popperjs/core": "^2.11.5",
  25. "@react-aria/button": "^3.3.4",
  26. "@react-aria/focus": "^3.5.0",
  27. "@react-aria/interactions": "^3.7.0",
  28. "@react-aria/menu": "^3.3.0",
  29. "@react-aria/overlays": "^3.7.3",
  30. "@react-aria/separator": "^3.1.3",
  31. "@react-aria/tabs": "^3.3.1",
  32. "@react-aria/utils": "^3.11.0",
  33. "@react-stately/collections": "^3.3.4",
  34. "@react-stately/menu": "^3.4.2",
  35. "@react-stately/tabs": "^3.2.2",
  36. "@react-stately/tree": "^3.3.4",
  37. "@react-types/menu": "^3.3.0",
  38. "@react-types/shared": "^3.8.0",
  39. "@sentry-internal/global-search": "^0.3.0",
  40. "@sentry/integrations": "7.18.0",
  41. "@sentry/node": "7.18.0",
  42. "@sentry/profiling-node": "^0.0.12",
  43. "@sentry/react": "7.18.0",
  44. "@sentry/release-parser": "^1.3.1",
  45. "@sentry/tracing": "7.18.0",
  46. "@sentry/utils": "7.18.0",
  47. "@tanstack/react-query": "^4.2.1",
  48. "@testing-library/jest-dom": "^5.16.4",
  49. "@testing-library/react": "^12.1.2",
  50. "@testing-library/react-hooks": "^8.0.1",
  51. "@testing-library/user-event": "^13.5.0",
  52. "@types/color": "^3.0.3",
  53. "@types/crypto-js": "^4.1.1",
  54. "@types/diff": "5.0.2",
  55. "@types/dompurify": "^2.3.3",
  56. "@types/enzyme": "^3.10.12",
  57. "@types/jest": "^29.1.2",
  58. "@types/js-cookie": "^3.0.2",
  59. "@types/lodash": "^4.14.182",
  60. "@types/marked": "^0.7.2",
  61. "@types/mini-css-extract-plugin": "^2.5.1",
  62. "@types/papaparse": "^5.3.2",
  63. "@types/pegjs": "^0.10.3",
  64. "@types/prismjs": "^1.26.0",
  65. "@types/react": "~17.0.14",
  66. "@types/react-date-range": "^1.4.4",
  67. "@types/react-document-title": "^2.0.5",
  68. "@types/react-dom": "~17.0.9",
  69. "@types/react-grid-layout": "^1.3.2",
  70. "@types/react-mentions": "4.1.6",
  71. "@types/react-router": "^3.0.22",
  72. "@types/react-select": "4.0.18",
  73. "@types/react-sparklines": "^1.7.2",
  74. "@types/react-virtualized": "^9.21.20",
  75. "@types/reflux": "0.4.1",
  76. "@types/scroll-to-element": "^2.0.2",
  77. "@types/webpack-env": "^1.17.0",
  78. "@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
  79. "ansi-to-react": "^6.1.6",
  80. "babel-loader": "^8.2.5",
  81. "babel-plugin-add-react-displayname": "^0.0.5",
  82. "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
  83. "buffer": "^6.0.3",
  84. "cbor-web": "^8.1.0",
  85. "classnames": "2.3.1",
  86. "color": "^4.2.3",
  87. "compression-webpack-plugin": "10.0.0",
  88. "copy-text-to-clipboard": "3.0.1",
  89. "core-js": "^3.23.3",
  90. "crypto-browserify": "^3.12.0",
  91. "crypto-js": "4.0.0",
  92. "css-loader": "^5.2.6",
  93. "css-minimizer-webpack-plugin": "^4.0.0",
  94. "diff": "5.1.0",
  95. "dompurify": "^2.3.8",
  96. "downsample": "1.4.0",
  97. "echarts": "5.3.3",
  98. "echarts-for-react": "3.0.2",
  99. "enzyme": "3.11.0",
  100. "focus-trap": "^6.9.4",
  101. "focus-visible": "^5.2.0",
  102. "fork-ts-checker-webpack-plugin": "^7.2.11",
  103. "framer-motion": "^6.2.8",
  104. "fuse.js": "^6.6.2",
  105. "gettext-parser": "1.3.1",
  106. "gl-matrix": "^3.4.3",
  107. "intersection-observer": "^0.12.2",
  108. "ios-device-list": "^1.1.35",
  109. "jed": "^1.1.0",
  110. "js-beautify": "^1.14.4",
  111. "js-cookie": "3.0.1",
  112. "less": "^4.1.3",
  113. "less-loader": "^11.0.0",
  114. "lodash": "^4.17.19",
  115. "marked": "0.7.0",
  116. "mini-css-extract-plugin": "^2.6.1",
  117. "mobx": "^6.6.1",
  118. "mobx-react": "~7.5.1",
  119. "mockdate": "3.0.5",
  120. "moment": "2.29.4",
  121. "moment-timezone": "0.5.37",
  122. "papaparse": "^5.3.2",
  123. "pegjs": "^0.10.0",
  124. "pegjs-loader": "^0.5.6",
  125. "platformicons": "^5.2.3",
  126. "po-catalog-loader": "2.0.0",
  127. "prettier": "2.7.1",
  128. "prism-sentry": "^1.0.2",
  129. "prismjs": "^1.27.0",
  130. "process": "^0.11.10",
  131. "prop-types": "^15.8.1",
  132. "pyright": "1.1.255",
  133. "qrcode.react": "^3.0.2",
  134. "query-string": "7.0.1",
  135. "react": "17.0.2",
  136. "react-autosize-textarea": "7.1.0",
  137. "react-date-range": "^1.4.0",
  138. "react-document-title": "2.0.3",
  139. "react-dom": "17.0.2",
  140. "react-grid-layout": "^1.3.4",
  141. "react-lazyload": "^2.3.0",
  142. "react-mentions": "4.4.2",
  143. "react-popper": "^2.3.0",
  144. "react-router": "3.2.0",
  145. "react-select": "4.3.1",
  146. "react-select-event": "5.5.0",
  147. "react-sparklines": "1.7.0",
  148. "react-virtualized": "^9.22.3",
  149. "reflux": "0.4.1",
  150. "regenerator-runtime": "^0.13.3",
  151. "rrweb": "^1.1.3",
  152. "rrweb-player": "^0.7.13",
  153. "screenfull": "^6.0.2",
  154. "scroll-to-element": "^2.0.0",
  155. "sprintf-js": "1.0.3",
  156. "style-loader": "^3.3.1",
  157. "ts-node": "^10.8.1",
  158. "tslib": "^2.3.1",
  159. "typescript": "^4.8.3",
  160. "u2f-api": "1.0.10",
  161. "webpack": "5.73.0",
  162. "webpack-cli": "4.10.0",
  163. "webpack-remove-empty-scripts": "^0.8.1",
  164. "zxcvbn": "^4.4.2"
  165. },
  166. "devDependencies": {
  167. "@babel/plugin-transform-react-jsx-source": "^7.19.6",
  168. "@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
  169. "@sentry/jest-environment": "^4.0.0-alpha.1",
  170. "@size-limit/preset-small-lib": "^5.0.5",
  171. "@storybook/addon-a11y": "6.5.12",
  172. "@storybook/addon-actions": "6.5.12",
  173. "@storybook/addon-docs": "6.5.12",
  174. "@storybook/addon-essentials": "6.5.12",
  175. "@storybook/addon-links": "6.5.12",
  176. "@storybook/addon-storysource": "6.5.12",
  177. "@storybook/addons": "6.5.12",
  178. "@storybook/builder-webpack5": "6.5.12",
  179. "@storybook/manager-webpack5": "6.5.12",
  180. "@storybook/react": "6.5.12",
  181. "@storybook/router": "6.5.12",
  182. "@storybook/theming": "6.5.12",
  183. "@types/js-beautify": "^1.13.3",
  184. "@types/node": "^18.0.0",
  185. "@visual-snapshot/jest": "7.0.0",
  186. "assert": "^2.0.0",
  187. "babel-gettext-extractor": "^4.1.3",
  188. "babel-jest": "^29.2.1",
  189. "babel-plugin-dynamic-import-node": "^2.2.0",
  190. "benchmark": "^2.1.4",
  191. "eslint": "8.25.0",
  192. "eslint-config-sentry-app": "^1.104.0",
  193. "html-webpack-plugin": "^5.5.0",
  194. "jest": "29.2.0",
  195. "jest-canvas-mock": "^2.4.0",
  196. "jest-environment-jsdom": "^29.2.0",
  197. "jest-fail-on-console": "^3.0.2",
  198. "jest-fetch-mock": "^3.0.3",
  199. "jest-junit": "14.0.1",
  200. "jest-sentry-environment": "3.0.0",
  201. "postcss-jsx": "0.36.4",
  202. "postcss-syntax": "0.36.2",
  203. "react-refresh": "0.13.0",
  204. "react-test-renderer": "17.0.2",
  205. "size-limit": "^5.0.5",
  206. "storybook-dark-mode": "^1.1.0",
  207. "stylelint": "14.8.2",
  208. "stylelint-config-prettier": "^9.0.3",
  209. "stylelint-config-recommended": "^8.0.0",
  210. "tocbot": "^4.18.2",
  211. "tsconfig-paths": "^4.0.0",
  212. "typescript-styled-plugin": "^0.18.2",
  213. "url-loader": "^4.1.0",
  214. "webpack-dev-server": "^4.9.2"
  215. },
  216. "optionalDependencies": {
  217. "fsevents": "^2.3.2"
  218. },
  219. "resolutions": {
  220. "**/ua-parser-js": "<=0.7.28",
  221. "**/is-svg": ">=4.2.2",
  222. "webpack": "5.73.0",
  223. "css-loader": "^5.2.6",
  224. "dotenv-webpack": "^7.1.0",
  225. "html-webpack-plugin": "^5.0.0",
  226. "less-loader": "^11.0.0",
  227. "style-loader": "^3.3.1",
  228. "terser-webpack-plugin": "^5.1.4",
  229. "webpack-virtual-modules": "^0.4.3",
  230. "colors": "1.4.0"
  231. },
  232. "APIMethod": "stub",
  233. "proxyURL": "http://localhost:8000",
  234. "scripts": {
  235. "test-wrap": "node scripts/test.js",
  236. "test": "yarn test-wrap --watch",
  237. "test-ci": "yarn test-wrap --ci --coverage --runInBand --colors",
  238. "test-debug": "node --inspect-brk scripts/test.js --runInBand",
  239. "test-precommit": "yarn test-wrap --bail --findRelatedTests -u",
  240. "test-staged": "yarn test-wrap --findRelatedTests $(git diff --name-only --cached)",
  241. "lint": "yarn eslint static/app tests/js docs-ui/ --ext .js,.jsx,.ts,.tsx",
  242. "lint:css": "yarn stylelint 'static/app/**/*.[jt]sx'",
  243. "dev": "(yarn check --verify-tree || yarn install --check-files) && sentry devserver",
  244. "dev-ui": "SENTRY_UI_DEV_ONLY=1 SENTRY_WEBPACK_PROXY_PORT=7999 yarn webpack serve",
  245. "dev-acceptance": "NO_DEV_SERVER=1 NODE_ENV=development yarn webpack --watch",
  246. "storybook": "SENTRY_UI_HOT_RELOAD='' start-storybook -p 9001 -c docs-ui/storybook",
  247. "storybook-build": "build-storybook -c docs-ui/storybook -o docs-ui/.storybook-out --quiet",
  248. "webpack-profile": "NO_TS_FORK=1 yarn -s webpack --profile --json > stats.json",
  249. "install-api-docs": "cd api-docs && yarn install",
  250. "build-deprecated-docs": "yarn install-api-docs && ts-node api-docs/index.ts api-docs/openapi.json tests/apidocs/openapi-deprecated.json",
  251. "diff-docs": "yarn install-api-docs && ts-node api-docs/openapi-diff.ts",
  252. "deref-api-docs": "ts-node api-docs/index.ts tests/apidocs/openapi-spectacular.json tests/apidocs/openapi-derefed.json",
  253. "build-css": "NODE_ENV=production yarn webpack --config=config/webpack.css.config.ts",
  254. "build-chartcuterie-config": "NODE_ENV=production yarn webpack --config=config/webpack.chartcuterie.config.ts",
  255. "build-acceptance": "IS_ACCEPTANCE_TEST=1 NODE_ENV=production yarn webpack --mode development",
  256. "build-production": "NODE_ENV=production yarn webpack --mode production",
  257. "build": "NODE_OPTIONS=--max-old-space-size=4096 yarn webpack",
  258. "validate-api-examples": "cd api-docs && yarn openapi-examples-validator ../tests/apidocs/openapi-derefed.json --no-additional-properties",
  259. "mkcert-localhost": "mkcert -key-file config/localhost-key.pem -cert-file config/localhost.pem localhost 127.0.0.1 dev.getsentry.net && mkcert -install"
  260. },
  261. "browserslist": {
  262. "production": [
  263. "last 10 Chrome versions",
  264. "last 10 Firefox versions",
  265. "last 2 Edge major versions",
  266. "last 2 Safari major versions",
  267. "last 3 iOS major versions",
  268. "last 1 OperaMobile version",
  269. "Firefox ESR"
  270. ],
  271. "development": [
  272. "last 10 Chrome versions",
  273. "last 10 Firefox versions",
  274. "last 2 Edge major versions",
  275. "last 2 Safari major versions",
  276. "last 3 iOS major versions",
  277. "last 1 OperaMobile version",
  278. "Firefox ESR"
  279. ],
  280. "test": [
  281. "current node"
  282. ]
  283. },
  284. "volta": {
  285. "node": "18.11.0",
  286. "yarn": "1.22.5"
  287. }
  288. }