package.json 10 KB

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