package.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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.12.3",
  11. "@babel/plugin-proposal-class-properties": "~7.12.1",
  12. "@babel/plugin-proposal-decorators": "~7.12.1",
  13. "@babel/plugin-transform-runtime": "~7.12.1",
  14. "@babel/preset-env": "~7.12.1",
  15. "@babel/preset-react": "^7.12.1",
  16. "@babel/preset-typescript": "^7.12.1",
  17. "@babel/runtime": "~7.12.1",
  18. "@dnd-kit/core": "^1.0.1",
  19. "@dnd-kit/sortable": "^1.0.1",
  20. "@emotion/babel-preset-css-prop": "^10.0.27",
  21. "@emotion/core": "^10.0.27",
  22. "@emotion/styled": "^10.0.27",
  23. "@sentry-internal/global-search": "^0.0.37",
  24. "@sentry/integrations": "6.3.0-beta.4",
  25. "@sentry/react": "6.3.0-beta.4",
  26. "@sentry/release-parser": "^0.6.0",
  27. "@sentry/rrweb": "^0.1.1",
  28. "@sentry/tracing": "6.3.0-beta.4",
  29. "@sentry/utils": "6.3.0-beta.4",
  30. "@types/classnames": "2.2.11",
  31. "@types/color": "^3.0.0",
  32. "@types/create-react-class": "^15.6.2",
  33. "@types/diff": "4.0.2",
  34. "@types/dompurify": "^2.2.1",
  35. "@types/echarts": "^4.9.3",
  36. "@types/jest": "^26.0.15",
  37. "@types/jquery": "^2.0.53",
  38. "@types/js-cookie": "^2.2.2",
  39. "@types/lodash": "^4.14.134",
  40. "@types/marked": "^0.7.2",
  41. "@types/moment-timezone": "^0.5.12",
  42. "@types/papaparse": "^4.5.11",
  43. "@types/react": "~16.9.19",
  44. "@types/react-bootstrap": "^0.32.19",
  45. "@types/react-date-range": "^1.1.4",
  46. "@types/react-document-title": "^2.0.3",
  47. "@types/react-dom": "~16.9.5",
  48. "@types/react-mentions": "3.3.0",
  49. "@types/react-router": "^3.0.22",
  50. "@types/react-select": "3.0.8",
  51. "@types/react-sparklines": "^1.7.0",
  52. "@types/react-virtualized": "^9.21.10",
  53. "@types/reflexbox": "^4.0.0",
  54. "@types/reflux": "0.4.1",
  55. "@types/scroll-to-element": "^2.0.0",
  56. "ansicolor": "^1.1.93",
  57. "babel-loader": "^8.1.0",
  58. "babel-plugin-add-react-displayname": "^0.0.5",
  59. "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
  60. "bootstrap": "3.4.1",
  61. "classnames": "2.2.6",
  62. "clean-webpack-plugin": "^3.0.0",
  63. "color": "^3.1.3",
  64. "compression-webpack-plugin": "^6.1.1",
  65. "copy-text-to-clipboard": "2.2.0",
  66. "core-js": "^3.2.1",
  67. "create-react-class": "^15.6.2",
  68. "crypto-js": "4.0.0",
  69. "css-loader": "^5.0.1",
  70. "diff": "4.0.2",
  71. "dompurify": "^2.2.6",
  72. "downsample": "1.3.0",
  73. "echarts": "4.7.0",
  74. "echarts-for-react": "2.0.16",
  75. "emotion": "10.0.27",
  76. "emotion-theming": "10.0.27",
  77. "file-loader": "^6.2.0",
  78. "focus-visible": "^5.0.2",
  79. "fork-ts-checker-webpack-plugin": "^4.1.2",
  80. "framer-motion": "^2.9.4",
  81. "fuse.js": "^3.4.6",
  82. "gettext-parser": "1.3.1",
  83. "intersection-observer": "^0.7.0",
  84. "ios-device-list": "^1.1.30",
  85. "jed": "^1.1.0",
  86. "jquery": "2.2.2",
  87. "js-cookie": "2.2.1",
  88. "less": "^3.9.0",
  89. "less-loader": "^7.3.0",
  90. "lodash": "^4.17.19",
  91. "marked": "0.7.0",
  92. "mini-css-extract-plugin": "^1.3.9",
  93. "mobx": "^5.13.0",
  94. "mobx-react": "~5.4.4",
  95. "moment": "2.24.0",
  96. "moment-timezone": "0.5.28",
  97. "optimize-css-assets-webpack-plugin": "^5.0.1",
  98. "papaparse": "^5.2.0",
  99. "parseurl": "^1.3.2",
  100. "platformicons": "^4.1.3",
  101. "po-catalog-loader": "2.0.0",
  102. "prism-sentry": "^1.0.2",
  103. "prop-types": "^15.6.0",
  104. "qrcode.react": "^1.0.1",
  105. "query-string": "6.6.0",
  106. "react": "16.14.0",
  107. "react-autosize-textarea": "7.1.0",
  108. "react-bootstrap": "^0.32.0",
  109. "react-date-range": "^1.1.3",
  110. "react-document-title": "2.0.3",
  111. "react-dom": "16.14.0",
  112. "react-keydown": "^1.9.7",
  113. "react-lazyload": "^2.3.0",
  114. "react-mentions": "4.0.1",
  115. "react-popper": "^1.3.3",
  116. "react-router": "3.2.0",
  117. "react-select": "^3.0.8",
  118. "react-select-legacy": "npm:react-select-legacy@1",
  119. "react-sparklines": "1.7.0",
  120. "react-virtualized": "^9.22.2",
  121. "reflexbox": "^4.0.6",
  122. "reflux": "0.4.1",
  123. "regenerator-runtime": "^0.13.3",
  124. "rrweb-player": "^0.4.6",
  125. "scroll-to-element": "^2.0.0",
  126. "sprintf-js": "1.0.3",
  127. "style-loader": "^2.0.0",
  128. "typescript": "^4.0",
  129. "u2f-api": "1.0.10",
  130. "webpack": "^4.44.2",
  131. "webpack-cli": "3.3.11",
  132. "webpack-fix-style-only-entries": "^0.2.0",
  133. "wink-jaro-distance": "^2.0.0",
  134. "zxcvbn": "^4.4.2"
  135. },
  136. "devDependencies": {
  137. "@babel/plugin-transform-react-jsx-source": "^7.2.0",
  138. "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
  139. "@sentry/node": "6.3.0-beta.4",
  140. "@size-limit/preset-small-lib": "^4.5.6",
  141. "@storybook/addon-a11y": "^6.1.15",
  142. "@storybook/addon-actions": "^6.1.15",
  143. "@storybook/addon-essentials": "^6.1.15",
  144. "@storybook/addon-storysource": "^6.1.15",
  145. "@storybook/addons": "^6.1.15",
  146. "@storybook/react": "^6.1.15",
  147. "@storybook/theming": "^6.1.15",
  148. "@visual-snapshot/jest": "^2.0.2",
  149. "babel-eslint": "^10.0.3",
  150. "babel-gettext-extractor": "^4.1.3",
  151. "babel-jest": "26.6.3",
  152. "babel-plugin-dynamic-import-node": "^2.2.0",
  153. "csstype": "^2.6.8",
  154. "enzyme": "3.10.0",
  155. "enzyme-adapter-react-16": "1.15.1",
  156. "enzyme-to-json": "3.4.3",
  157. "eslint": "5.11.1",
  158. "eslint-config-sentry-app": "1.50.0",
  159. "eslint-plugin-simple-import-sort": "^6.0.0",
  160. "html-webpack-plugin": "^4.3.0",
  161. "jest": "26.6.3",
  162. "jest-canvas-mock": "^2.3.0",
  163. "jest-circus": "26.6.3",
  164. "jest-fetch-mock": "^3.0.3",
  165. "jest-junit": "^9.0.0",
  166. "mockdate": "3.0.2",
  167. "object.fromentries": "^2.0.0",
  168. "prettier": "2.1.2",
  169. "react-refresh": "^0.8.3",
  170. "react-test-renderer": "16.12.0",
  171. "size-limit": "^4.5.6",
  172. "source-map-loader": "^0.2.4",
  173. "speed-measure-webpack-plugin": "^1.3.1",
  174. "stylelint": "13.3.1",
  175. "stylelint-config-prettier": "^8.0.1",
  176. "stylelint-config-recommended": "^3.0.0",
  177. "stylelint-config-styled-components": "^0.1.1",
  178. "stylelint-processor-styled-components": "^1.10.0",
  179. "tsconfig-paths-webpack-plugin": "^3.2.0",
  180. "typescript-styled-plugin": "^0.15.0",
  181. "url-loader": "^4.1.0",
  182. "webpack-dev-server": "3.11.2"
  183. },
  184. "optionalDependencies": {
  185. "fsevents": "^2.1.2"
  186. },
  187. "resolutions": {
  188. "**/rrweb": "^0.7.33"
  189. },
  190. "APIMethod": "stub",
  191. "proxyURL": "http://localhost:8000",
  192. "scripts": {
  193. "test": "node scripts/test.js",
  194. "test-precommit": "yarn test --bail --findRelatedTests -u",
  195. "test-ci": "yarn test --ci --coverage",
  196. "test-debug": "node --inspect-brk scripts/test.js --runInBand",
  197. "test-staged": "yarn test --findRelatedTests $(git diff --name-only --cached)",
  198. "lint": "yarn eslint tests/js src/sentry/static/sentry/app --ext .js,.jsx,.ts,.tsx",
  199. "lint:css": "yarn stylelint 'src/sentry/static/sentry/app/**/*.[jt]sx'",
  200. "dev": "(yarn check --verify-tree || yarn install --check-files) && sentry devserver",
  201. "dev-ui": "SENTRY_UI_DEV_ONLY=1 SENTRY_WEBPACK_PROXY_PORT=7999 yarn webpack-dev-server",
  202. "dev-acceptance": "NO_DEV_SERVER=1 NODE_ENV=development yarn webpack --watch",
  203. "storybook": "SENTRY_UI_HOT_RELOAD='' start-storybook -p 9001 -c .storybook",
  204. "storybook-build": "build-storybook -c .storybook -o docs-ui/.storybook-out --quiet",
  205. "webpack-profile": "NO_TS_FORK=1 yarn -s webpack --profile --json > stats.json",
  206. "install-api-docs": "cd api-docs && yarn install",
  207. "build-derefed-docs": "yarn install-api-docs && node api-docs/index.js api-docs/openapi.json",
  208. "watch-api-docs": "sane 'yarn build-derefed-docs' api-docs",
  209. "build-css": "NODE_ENV=production yarn webpack --config=config/webpack.css.config.js",
  210. "build-chartcuterie-config": "NODE_ENV=production yarn webpack --config=config/webpack.chartcuterie.config.js",
  211. "build-acceptance": "yarn build-production",
  212. "build-production": "NODE_ENV=production yarn webpack --mode production --display errors-only",
  213. "build": "yarn build-production --output-path=public",
  214. "validate-api-examples": "yarn install-api-docs && cd api-docs && yarn openapi-examples-validator ./openapi.json --no-additional-properties"
  215. },
  216. "volta": {
  217. "node": "12.19.0",
  218. "yarn": "1.22.5"
  219. }
  220. }