package.json 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  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.15.5",
  11. "@babel/plugin-proposal-decorators": "~7.15.4",
  12. "@babel/plugin-transform-react-jsx": "^7.14.9",
  13. "@babel/plugin-transform-runtime": "~7.15.0",
  14. "@babel/preset-env": "~7.15.6",
  15. "@babel/preset-react": "^7.14.5",
  16. "@babel/preset-typescript": "^7.15.0",
  17. "@babel/runtime": "~7.15.4",
  18. "@dnd-kit/core": "^3.1.1",
  19. "@dnd-kit/sortable": "^4.0.0",
  20. "@emotion/babel-plugin": "^11.3.0",
  21. "@emotion/css": "^11.1.3",
  22. "@emotion/react": "^11.4.0",
  23. "@emotion/styled": "^11.3.0",
  24. "@sentry-internal/global-search": "^0.0.43",
  25. "@sentry/integrations": "6.13.0",
  26. "@sentry/node": "6.13.0",
  27. "@sentry/react": "6.13.0",
  28. "@sentry/release-parser": "^1.3.0",
  29. "@sentry/rrweb": "^0.3.1",
  30. "@sentry/tracing": "6.13.0",
  31. "@sentry/utils": "6.13.0",
  32. "@testing-library/jest-dom": "^5.14.1",
  33. "@testing-library/react": "^12.0.0",
  34. "@testing-library/react-hooks": "^7.0.2",
  35. "@testing-library/user-event": "^13.5.0",
  36. "@types/color": "^3.0.2",
  37. "@types/compression-webpack-plugin": "^6.0.5",
  38. "@types/css-minimizer-webpack-plugin": "^3.0.1",
  39. "@types/diff": "5.0.1",
  40. "@types/dompurify": "^2.2.3",
  41. "@types/enzyme": "^3.10.10",
  42. "@types/jest": "^26.0.24",
  43. "@types/js-cookie": "^2.2.7",
  44. "@types/lodash": "^4.14.171",
  45. "@types/marked": "^0.7.2",
  46. "@types/mini-css-extract-plugin": "^2.0.1",
  47. "@types/papaparse": "^5.2.6",
  48. "@types/pegjs": "^0.10.3",
  49. "@types/react": "~17.0.14",
  50. "@types/react-date-range": "^1.1.5",
  51. "@types/react-document-title": "^2.0.5",
  52. "@types/react-dom": "~17.0.9",
  53. "@types/react-grid-layout": "^1.3.0",
  54. "@types/react-mentions": "4.1.2",
  55. "@types/react-router": "^3.0.22",
  56. "@types/react-select": "3.0.8",
  57. "@types/react-sparklines": "^1.7.1",
  58. "@types/react-virtualized": "^9.21.12",
  59. "@types/reflux": "0.4.1",
  60. "@types/scroll-to-element": "^2.0.1",
  61. "@types/webpack-dev-server": "^3.11.4",
  62. "@wojtekmaj/enzyme-adapter-react-17": "0.6.1",
  63. "ansicolor": "^1.1.95",
  64. "babel-loader": "^8.1.0",
  65. "babel-plugin-add-react-displayname": "^0.0.5",
  66. "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
  67. "buffer": "^6.0.3",
  68. "classnames": "2.3.1",
  69. "color": "^3.1.3",
  70. "compression-webpack-plugin": "7.0.0",
  71. "copy-text-to-clipboard": "2.2.0",
  72. "core-js": "^3.15.2",
  73. "crypto-browserify": "^3.12.0",
  74. "crypto-js": "4.0.0",
  75. "css-loader": "^5.2.6",
  76. "css-minimizer-webpack-plugin": "^3.0.2",
  77. "diff": "5.0.0",
  78. "dompurify": "^2.3.1",
  79. "downsample": "1.4.0",
  80. "echarts": "5.2.2",
  81. "echarts-for-react": "3.0.2",
  82. "enzyme": "3.11.0",
  83. "focus-trap": "^6.7.1",
  84. "focus-visible": "^5.2.0",
  85. "fork-ts-checker-webpack-plugin": "^6.3.3",
  86. "framer-motion": "^4.1.17",
  87. "fuse.js": "^3.4.6",
  88. "gettext-parser": "1.3.1",
  89. "intersection-observer": "^0.12.0",
  90. "ios-device-list": "^1.1.35",
  91. "jed": "^1.1.0",
  92. "js-cookie": "2.2.1",
  93. "less": "^3.12.2",
  94. "less-loader": "^10.0.1",
  95. "lodash": "^4.17.19",
  96. "marked": "0.7.0",
  97. "mini-css-extract-plugin": "^2.0.0",
  98. "mobx": "^6.3.6",
  99. "mobx-react": "~7.2.0",
  100. "mockdate": "3.0.5",
  101. "moment": "2.29.1",
  102. "moment-timezone": "0.5.33",
  103. "papaparse": "^5.3.1",
  104. "pegjs": "^0.10.0",
  105. "pegjs-loader": "^0.5.6",
  106. "platformicons": "^4.3.0",
  107. "po-catalog-loader": "2.0.0",
  108. "prism-sentry": "^1.0.2",
  109. "process": "^0.11.10",
  110. "prop-types": "^15.6.0",
  111. "pyright": "1.1.186",
  112. "qrcode.react": "^1.0.1",
  113. "query-string": "7.0.1",
  114. "react": "17.0.2",
  115. "react-autosize-textarea": "7.1.0",
  116. "react-date-range": "^1.3.0",
  117. "react-document-title": "2.0.3",
  118. "react-dom": "17.0.2",
  119. "react-grid-layout": "^1.3.0",
  120. "react-hotkeys-hook": "^3.4.3",
  121. "react-lazyload": "^2.3.0",
  122. "react-mentions": "4.3.0",
  123. "react-popper": "^1.3.11",
  124. "react-router": "3.2.0",
  125. "react-select": "^3.0.8",
  126. "react-sparklines": "1.7.0",
  127. "react-virtualized": "^9.22.3",
  128. "reflux": "0.4.1",
  129. "regenerator-runtime": "^0.13.3",
  130. "rrweb-player": "^0.7.6",
  131. "scroll-to-element": "^2.0.0",
  132. "sprintf-js": "1.0.3",
  133. "style-loader": "^3.0.0",
  134. "ts-node": "^10.1.0",
  135. "tslib": "^2.3.1",
  136. "typescript": "^4.4.4",
  137. "u2f-api": "1.0.10",
  138. "webpack": "5.48.0",
  139. "webpack-cli": "4.7.2",
  140. "webpack-remove-empty-scripts": "^0.7.1",
  141. "wink-jaro-distance": "^2.0.0",
  142. "zxcvbn": "^4.4.2"
  143. },
  144. "devDependencies": {
  145. "@babel/plugin-transform-react-jsx-source": "^7.14.5",
  146. "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
  147. "@size-limit/preset-small-lib": "^5.0.5",
  148. "@storybook/addon-a11y": "6.3.12",
  149. "@storybook/addon-actions": "6.3.12",
  150. "@storybook/addon-essentials": "6.3.12",
  151. "@storybook/addon-links": "^6.3.12",
  152. "@storybook/addon-storysource": "6.3.12",
  153. "@storybook/addons": "6.3.12",
  154. "@storybook/builder-webpack5": "6.3.12",
  155. "@storybook/manager-webpack5": "6.3.12",
  156. "@storybook/react": "6.3.12",
  157. "@storybook/theming": "6.3.12",
  158. "@visual-snapshot/jest": "5.0.0",
  159. "babel-eslint": "^10.1.0",
  160. "babel-gettext-extractor": "^4.1.3",
  161. "babel-jest": "27.0.6",
  162. "babel-plugin-dynamic-import-node": "^2.2.0",
  163. "csstype": "^3.0.8",
  164. "eslint": "5.11.1",
  165. "eslint-config-sentry-app": "1.69.0",
  166. "eslint-plugin-simple-import-sort": "^6.0.0",
  167. "html-webpack-plugin": "^5.3.2",
  168. "jest": "27.0.6",
  169. "jest-canvas-mock": "^2.3.1",
  170. "jest-circus": "27.0.6",
  171. "jest-fetch-mock": "^3.0.3",
  172. "jest-junit": "^9.0.0",
  173. "jest-sentry-environment": "1.1.4",
  174. "prettier": "2.3.2",
  175. "react-refresh": "^0.8.3",
  176. "react-select-event": "5.3.0",
  177. "react-test-renderer": "17.0.2",
  178. "size-limit": "^5.0.5",
  179. "speed-measure-webpack-plugin": "^1.5.0",
  180. "stylelint": "13.13.1",
  181. "stylelint-config-prettier": "^8.0.2",
  182. "stylelint-config-recommended": "^5.0.0",
  183. "stylelint-config-styled-components": "^0.1.1",
  184. "stylelint-processor-styled-components": "^1.10.0",
  185. "tocbot": "^4.13.4",
  186. "typescript-styled-plugin": "^0.18.1",
  187. "url-loader": "^4.1.0",
  188. "webpack-dev-server": "^3.11.2"
  189. },
  190. "optionalDependencies": {
  191. "fsevents": "^2.3.2"
  192. },
  193. "resolutions": {
  194. "**/ua-parser-js": "<=0.7.28",
  195. "**/is-svg": ">=4.2.2",
  196. "webpack": "5.48.0",
  197. "css-loader": "^5.2.6",
  198. "dotenv-webpack": "^6.0.0",
  199. "html-webpack-plugin": "^5.0.0",
  200. "less-loader": "^10.0.0",
  201. "style-loader": "^2.0.0",
  202. "terser-webpack-plugin": "^5.1.4",
  203. "webpack-virtual-modules": "^0.4.3"
  204. },
  205. "APIMethod": "stub",
  206. "proxyURL": "http://localhost:8000",
  207. "scripts": {
  208. "test": "node scripts/test.js",
  209. "test-precommit": "yarn test --bail --findRelatedTests -u",
  210. "test-ci": "yarn test --ci --coverage",
  211. "test-debug": "node --inspect-brk scripts/test.js --runInBand",
  212. "test-staged": "yarn test --findRelatedTests $(git diff --name-only --cached)",
  213. "lint": "yarn eslint tests/js static/app --ext .js,.jsx,.ts,.tsx",
  214. "lint:css": "yarn stylelint 'static/app/**/*.[jt]sx'",
  215. "dev": "(yarn check --verify-tree || yarn install --check-files) && sentry devserver",
  216. "dev-ui": "SENTRY_UI_DEV_ONLY=1 SENTRY_WEBPACK_PROXY_PORT=7999 yarn webpack serve",
  217. "dev-acceptance": "NO_DEV_SERVER=1 NODE_ENV=development yarn webpack --watch",
  218. "storybook": "SENTRY_UI_HOT_RELOAD='' start-storybook -p 9001 -c .storybook",
  219. "storybook-build": "build-storybook -c .storybook -o docs-ui/.storybook-out --quiet",
  220. "webpack-profile": "NO_TS_FORK=1 yarn -s webpack --profile --json > stats.json",
  221. "install-api-docs": "cd api-docs && yarn install",
  222. "build-derefed-docs": "yarn install-api-docs && node api-docs/index.js api-docs/openapi.json",
  223. "watch-api-docs": "sane 'yarn build-derefed-docs' api-docs",
  224. "build-css": "NODE_ENV=production yarn webpack --config=config/webpack.css.config.ts",
  225. "build-chartcuterie-config": "NODE_ENV=production yarn webpack --config=config/webpack.chartcuterie.config.ts",
  226. "build-acceptance": "IS_ACCEPTANCE_TEST=1 NODE_ENV=production yarn webpack --mode development",
  227. "build-production": "NODE_ENV=production yarn webpack --mode production",
  228. "build": "NODE_OPTIONS=--max-old-space-size=4096 yarn webpack",
  229. "validate-api-examples": "yarn install-api-docs && cd api-docs && yarn openapi-examples-validator ./openapi.json --no-additional-properties",
  230. "mkcert-localhost": "mkcert -key-file config/localhost-key.pem -cert-file config/localhost.pem localhost"
  231. },
  232. "browserslist": {
  233. "production": [
  234. "last 10 Chrome versions",
  235. "last 10 Firefox versions",
  236. "last 2 Edge major versions",
  237. "last 2 Safari major versions",
  238. "last 3 iOS major versions",
  239. "last 1 OperaMobile version",
  240. "Firefox ESR"
  241. ],
  242. "development": [
  243. "last 10 Chrome versions",
  244. "last 10 Firefox versions",
  245. "last 2 Edge major versions",
  246. "last 2 Safari major versions",
  247. "last 3 iOS major versions",
  248. "last 1 OperaMobile version",
  249. "Firefox ESR"
  250. ],
  251. "test": [
  252. "current node"
  253. ]
  254. },
  255. "volta": {
  256. "node": "16.13.1",
  257. "yarn": "1.22.5"
  258. }
  259. }