package.json 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "name": "sentry",
  4. "version": "0.0.0",
  5. "private": true,
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/getsentry/sentry.git"
  9. },
  10. "dependencies": {
  11. "@babel/core": "~7.21.0",
  12. "@babel/plugin-transform-react-jsx": "^7.21.0",
  13. "@babel/plugin-transform-runtime": "~7.21.0",
  14. "@babel/preset-env": "~7.20.2",
  15. "@babel/preset-react": "^7.18.6",
  16. "@babel/preset-typescript": "^7.21.0",
  17. "@babel/runtime": "~7.21.0",
  18. "@dnd-kit/core": "^3.1.1",
  19. "@dnd-kit/sortable": "^4.0.0",
  20. "@emotion/babel-plugin": "^11.10.5",
  21. "@emotion/css": "^11.10.5",
  22. "@emotion/react": "^11.10.5",
  23. "@emotion/styled": "^11.10.5",
  24. "@monaco-editor/react": "^4.4.5",
  25. "@popperjs/core": "^2.11.5",
  26. "@react-aria/button": "^3.7.2",
  27. "@react-aria/focus": "^3.12.1",
  28. "@react-aria/gridlist": "^3.4.0",
  29. "@react-aria/i18n": "^3.7.2",
  30. "@react-aria/interactions": "^3.15.1",
  31. "@react-aria/listbox": "^3.9.1",
  32. "@react-aria/menu": "^3.9.1",
  33. "@react-aria/numberfield": "^3.5.1",
  34. "@react-aria/overlays": "^3.14.1",
  35. "@react-aria/radio": "^3.6.1",
  36. "@react-aria/separator": "^3.3.2",
  37. "@react-aria/slider": "^3.4.1",
  38. "@react-aria/tabs": "^3.6.0",
  39. "@react-aria/utils": "^3.17.0",
  40. "@react-aria/visually-hidden": "^3.8.1",
  41. "@react-stately/collections": "^3.8.0",
  42. "@react-stately/menu": "^3.5.2",
  43. "@react-stately/numberfield": "^3.4.2",
  44. "@react-stately/radio": "^3.8.1",
  45. "@react-stately/slider": "^3.3.2",
  46. "@react-stately/tabs": "^3.4.1",
  47. "@react-stately/tree": "^3.6.1",
  48. "@react-types/shared": "^3.18.1",
  49. "@sentry-internal/global-search": "^0.5.7",
  50. "@sentry-internal/react-inspector": "6.0.1-4",
  51. "@sentry-internal/rrweb": "2.0.0-beta11.0",
  52. "@sentry-internal/rrweb-player": "2.0.0-beta11.0",
  53. "@sentry-internal/rrweb-snapshot": "2.0.0-beta11.0",
  54. "@sentry/core": "7.70.0-beta.1",
  55. "@sentry/integrations": "7.70.0-beta.1",
  56. "@sentry/node": "7.70.0-beta.1",
  57. "@sentry/react": "7.70.0-beta.1",
  58. "@sentry/release-parser": "^1.3.1",
  59. "@sentry/tracing": "7.70.0-beta.1",
  60. "@sentry/types": "7.70.0-beta.1",
  61. "@sentry/utils": "7.70.0-beta.1",
  62. "@tanstack/react-query": "^4.29.7",
  63. "@types/color": "^3.0.3",
  64. "@types/crypto-js": "^4.1.1",
  65. "@types/diff": "5.0.2",
  66. "@types/dompurify": "^2.4.0",
  67. "@types/invariant": "^2.2.35",
  68. "@types/jest": "^29.5.3",
  69. "@types/js-beautify": "^1.13.3",
  70. "@types/js-cookie": "^3.0.2",
  71. "@types/lodash": "^4.14.182",
  72. "@types/marked": "^0.7.2",
  73. "@types/mini-css-extract-plugin": "^2.5.1",
  74. "@types/papaparse": "^5.3.5",
  75. "@types/pegjs": "^0.10.3",
  76. "@types/prismjs": "^1.26.0",
  77. "@types/react": "~17.0.62",
  78. "@types/react-date-range": "^1.4.4",
  79. "@types/react-dom": "~17.0.20",
  80. "@types/react-grid-layout": "^1.3.2",
  81. "@types/react-mentions": "4.1.6",
  82. "@types/react-router": "^3.0.22",
  83. "@types/react-select": "4.0.18",
  84. "@types/react-sparklines": "^1.7.2",
  85. "@types/react-virtualized": "^9.21.22",
  86. "@types/reflux": "0.4.1",
  87. "@types/scroll-to-element": "^2.0.2",
  88. "@types/webpack-env": "^1.18.0",
  89. "ansi-to-react": "^6.1.6",
  90. "babel-loader": "^9.1.2",
  91. "babel-plugin-add-react-displayname": "^0.0.5",
  92. "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
  93. "buffer": "^6.0.3",
  94. "cbor-web": "^8.1.0",
  95. "classnames": "2.3.1",
  96. "color": "^4.2.3",
  97. "compression-webpack-plugin": "10.0.0",
  98. "copy-webpack-plugin": "^11.0.0",
  99. "core-js": "^3.28.0",
  100. "cronstrue": "^2.26.0",
  101. "crypto-browserify": "^3.12.0",
  102. "crypto-js": "4.0.0",
  103. "css-loader": "^5.2.6",
  104. "css-minimizer-webpack-plugin": "^4.2.2",
  105. "diff": "5.1.0",
  106. "dompurify": "^3.0.0",
  107. "downsample": "1.4.0",
  108. "echarts": "5.4.0",
  109. "echarts-for-react": "3.0.2",
  110. "focus-trap": "^7.3.1",
  111. "focus-visible": "^5.2.0",
  112. "fork-ts-checker-webpack-plugin": "^8.0.0",
  113. "framer-motion": "^6.2.8",
  114. "fuse.js": "^6.6.2",
  115. "gettext-parser": "1.3.1",
  116. "gl-matrix": "^3.4.3",
  117. "intersection-observer": "^0.12.2",
  118. "invariant": "^2.2.4",
  119. "ios-device-list": "1.1.37",
  120. "jed": "^1.1.0",
  121. "js-beautify": "^1.14.4",
  122. "js-cookie": "3.0.1",
  123. "less": "^4.1.3",
  124. "less-loader": "^11.1.0",
  125. "lodash": "^4.17.19",
  126. "marked": "0.7.0",
  127. "mini-css-extract-plugin": "^2.7.2",
  128. "mobx": "^6.8.0",
  129. "mobx-react": "~7.6.0",
  130. "mockdate": "3.0.5",
  131. "moment": "2.29.4",
  132. "moment-timezone": "0.5.43",
  133. "papaparse": "^5.3.2",
  134. "pegjs": "^0.10.0",
  135. "pegjs-loader": "^0.5.6",
  136. "platformicons": "^5.6.5",
  137. "po-catalog-loader": "2.0.0",
  138. "prettier": "3.0.3",
  139. "prismjs": "^1.29.0",
  140. "process": "^0.11.10",
  141. "prop-types": "^15.8.1",
  142. "qrcode.react": "^3.1.0",
  143. "query-string": "7.0.1",
  144. "react": "17.0.2",
  145. "react-autosize-textarea": "7.1.0",
  146. "react-date-range": "^1.4.0",
  147. "react-dom": "17.0.2",
  148. "react-grid-layout": "^1.3.4",
  149. "react-lazyload": "^2.3.0",
  150. "react-mentions": "4.4.2",
  151. "react-popper": "^2.3.0",
  152. "react-router": "3.2.0",
  153. "react-select": "4.3.1",
  154. "react-select-event": "5.5.0",
  155. "react-sparklines": "1.7.0",
  156. "react-virtualized": "^9.22.5",
  157. "reflux": "0.4.1",
  158. "screenfull": "^6.0.2",
  159. "scroll-to-element": "^2.0.0",
  160. "sprintf-js": "1.0.3",
  161. "style-loader": "^3.3.1",
  162. "ts-node": "^10.9.1",
  163. "tslib": "^2.6.2",
  164. "typescript": "^5.2.2",
  165. "u2f-api": "1.0.10",
  166. "url-loader": "^4.1.0",
  167. "webpack": "5.87.0",
  168. "webpack-cli": "5.1.4",
  169. "webpack-remove-empty-scripts": "^1.0.3",
  170. "zxcvbn": "^4.4.2"
  171. },
  172. "devDependencies": {
  173. "@babel/plugin-transform-react-jsx-source": "^7.19.6",
  174. "@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
  175. "@sentry/jest-environment": "^4.0.0",
  176. "@sentry/profiling-node": "^1.2.0",
  177. "@styled/typescript-styled-plugin": "^1.0.0",
  178. "@testing-library/jest-dom": "^5.16.5",
  179. "@testing-library/react": "^12.1.2",
  180. "@testing-library/react-hooks": "^8.0.1",
  181. "@testing-library/user-event": "^14.4.3",
  182. "@types/node": "^18.14.0",
  183. "babel-gettext-extractor": "^4.1.3",
  184. "babel-jest": "^29.6.2",
  185. "babel-plugin-dynamic-import-node": "^2.3.3",
  186. "benchmark": "^2.1.4",
  187. "eslint": "8.49.0",
  188. "eslint-config-sentry-app": "1.125.0",
  189. "html-webpack-plugin": "^5.5.0",
  190. "jest": "29.6.2",
  191. "jest-canvas-mock": "^2.5.2",
  192. "jest-environment-jsdom": "^29.6.2",
  193. "jest-fail-on-console": "^3.1.1",
  194. "jest-junit": "16.0.0",
  195. "jest-sentry-environment": "3.0.0",
  196. "postcss-styled-syntax": "0.4.0",
  197. "react-refresh": "0.14.0",
  198. "react-test-renderer": "17.0.2",
  199. "stylelint": "15.10.2",
  200. "stylelint-config-recommended": "^13.0.0",
  201. "terser": "5.16.9",
  202. "tocbot": "^4.20.0",
  203. "tsconfig-paths": "^4.2.0",
  204. "webpack-dev-server": "^4.15.1"
  205. },
  206. "optionalDependencies": {
  207. "fsevents": "^2.3.2"
  208. },
  209. "resolutions": {
  210. "**/ua-parser-js": "<=0.7.28"
  211. },
  212. "APIMethod": "stub",
  213. "proxyURL": "http://localhost:8000",
  214. "scripts": {
  215. "test-wrap": "node scripts/test.js",
  216. "test": "yarn test-wrap --watch",
  217. "test-ci": "yarn test-wrap --ci --coverage --maxWorkers=100% --colors",
  218. "test-debug": "node --inspect-brk scripts/test.js --runInBand",
  219. "test-precommit": "yarn test-wrap --bail --findRelatedTests -u",
  220. "test-staged": "yarn test-wrap --findRelatedTests $(git diff --name-only --cached)",
  221. "lint": "yarn eslint static/app tests/js --ext .js,.jsx,.ts,.tsx",
  222. "lint:css": "yarn stylelint 'static/app/**/*.[jt]sx'",
  223. "dev": "(yarn check --verify-tree || yarn install --check-files) && sentry devserver",
  224. "dev-ui": "SENTRY_UI_DEV_ONLY=1 SENTRY_WEBPACK_PROXY_PORT=7999 yarn webpack serve",
  225. "dev-acceptance": "NO_DEV_SERVER=1 NODE_ENV=development yarn webpack --watch",
  226. "webpack-profile": "NO_TS_FORK=1 yarn -s webpack --profile --json > stats.json",
  227. "install-api-docs": "cd api-docs && yarn install",
  228. "build-deprecated-docs": "yarn install-api-docs && ts-node api-docs/index.ts api-docs/openapi.json tests/apidocs/openapi-deprecated.json",
  229. "diff-docs": "yarn install-api-docs && ts-node api-docs/openapi-diff.ts",
  230. "deref-api-docs": "ts-node api-docs/index.ts tests/apidocs/openapi-spectacular.json tests/apidocs/openapi-derefed.json",
  231. "build-chartcuterie-config": "NODE_ENV=production yarn webpack --config=config/webpack.chartcuterie.config.ts",
  232. "build-acceptance": "IS_ACCEPTANCE_TEST=1 NODE_ENV=production yarn webpack",
  233. "build-production": "NODE_ENV=production yarn webpack --mode production",
  234. "build": "NODE_OPTIONS=--max-old-space-size=4096 yarn webpack",
  235. "build-js-loader": "ts-node scripts/build-js-loader.ts",
  236. "validate-api-examples": "cd api-docs && yarn openapi-examples-validator ../tests/apidocs/openapi-derefed.json --no-additional-properties",
  237. "mkcert-localhost": "mkcert -key-file config/localhost-key.pem -cert-file config/localhost.pem localhost 127.0.0.1 dev.getsentry.net *.dev.getsentry.net && mkcert -install"
  238. },
  239. "browserslist": {
  240. "production": [
  241. "last 10 Chrome versions",
  242. "last 10 Firefox versions",
  243. "last 2 Edge major versions",
  244. "last 2 Safari major versions",
  245. "last 3 iOS major versions",
  246. "last 1 OperaMobile version",
  247. "Firefox ESR"
  248. ],
  249. "development": [
  250. "last 10 Chrome versions",
  251. "last 10 Firefox versions",
  252. "last 2 Edge major versions",
  253. "last 2 Safari major versions",
  254. "last 3 iOS major versions",
  255. "last 1 OperaMobile version",
  256. "Firefox ESR"
  257. ],
  258. "test": [
  259. "current node"
  260. ]
  261. },
  262. "volta": {
  263. "node": "18.12.1",
  264. "yarn": "1.22.5"
  265. },
  266. "fork-ts-checker": {
  267. "typescript": {
  268. "memoryLimit": 4096
  269. }
  270. }
  271. }