package.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. {
  2. "name": "Sentry",
  3. "version": "0.0.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "git://github.com/getsentry/sentry.git"
  7. },
  8. "dependencies": {
  9. "babel-core": "6.21.0",
  10. "babel-gettext-extractor": "^3.0.0",
  11. "babel-loader": "^7.1.2",
  12. "babel-plugin-add-module-exports": "^0.2.1",
  13. "babel-plugin-dynamic-import-node": "^1.0.2",
  14. "babel-plugin-emotion": "^8.0.2-11",
  15. "babel-plugin-idx": "^1.5.1",
  16. "babel-plugin-lodash": "^3.2.11",
  17. "babel-plugin-transform-builtin-extend": "^1.1.0",
  18. "babel-plugin-transform-class-properties": "^6.24.1",
  19. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  20. "babel-plugin-transform-object-rest-spread": "^6.20.2",
  21. "babel-plugin-transform-runtime": "^6.23.0",
  22. "babel-polyfill": "6.20.0",
  23. "babel-preset-latest": "^6.16.0",
  24. "babel-preset-react": "^6.16.0",
  25. "bootstrap": "3.3.5",
  26. "classnames": "2.2.0",
  27. "clipboard": "^1.7.1",
  28. "compression-webpack-plugin": "^1.0.0",
  29. "create-react-class": "^15.6.2",
  30. "crypto-js": "3.1.5",
  31. "css-loader": "^0.28.2",
  32. "diff": "^3.3.0",
  33. "emotion": "^8.0.2-12",
  34. "emotion-theming": "^8.0.2-10",
  35. "enzyme-adapter-react-16": "^1.1.1",
  36. "enzyme-to-json": "3.3.1",
  37. "extract-text-webpack-plugin": "^3.0.0",
  38. "file-loader": "1.1.11",
  39. "fuse.js": "^3.2.0",
  40. "gettext-parser": "1.1.1",
  41. "grid-emotion": "^2.1.0",
  42. "idx": "^1.5.0",
  43. "ios-device-list": "^1.1.28",
  44. "jed": "^1.1.0",
  45. "jquery": "2.1.4",
  46. "js-cookie": "2.0.4",
  47. "json-loader": "0.5.3",
  48. "less": "2.5.3",
  49. "less-loader": "^4.0.3",
  50. "lodash": "^4.17.4",
  51. "lodash-webpack-plugin": "^0.11.4",
  52. "marked": "0.3.17",
  53. "mobx": "^3.2.2",
  54. "mobx-react": "^4.2.2",
  55. "moment": "2.22.0",
  56. "moment-timezone": "0.5.4",
  57. "node-libs-browser": "0.5.3",
  58. "platformicons": "0.1.1",
  59. "po-catalog-loader": "^1.2.0",
  60. "prop-types": "^15.6.0",
  61. "query-string": "2.4.2",
  62. "raven-js": "3.23.2",
  63. "react": "16.2.0",
  64. "react-addons-css-transition-group": "15.6.2",
  65. "react-autosize-textarea": "3.0.2",
  66. "react-bootstrap": "^0.32.0",
  67. "react-document-title": "2.0.3",
  68. "react-dom": "16.2.0",
  69. "react-emotion": "^8.0.2-12 ",
  70. "react-hot-loader": "^3.1.3",
  71. "react-icon-base": "^2.0.4",
  72. "react-keydown": "^1.9.7",
  73. "react-lazy-load": "3.0.13",
  74. "react-mentions": "^1.2.0",
  75. "react-router": "3.2.0",
  76. "react-select": "^1.2.1",
  77. "react-sparklines": "1.7.0",
  78. "reflux": "0.4.1",
  79. "scroll-to-element": "^2.0.0",
  80. "select2": "3.5.1",
  81. "sprintf-js": "1.0.3",
  82. "style-loader": "0.12.4",
  83. "svg-sprite-loader": "^3.4.1",
  84. "svgo": "^1.0.3",
  85. "svgo-loader": "^2.1.0",
  86. "u2f-api": "0.2.3",
  87. "webpack": "^3.5.6",
  88. "webpack-dev-middleware": "^1.12.0",
  89. "zxcvbn": "^4.4.2"
  90. },
  91. "private": true,
  92. "APIMethod": "stub",
  93. "proxyURL": "http://localhost:8000",
  94. "scripts": {
  95. "test": "node scripts/test.js",
  96. "test-ci": "npm run test -- --runInBand --ci --coverage --testResultsProcessor=jest-junit",
  97. "test-watch": "npm run test -- --watch",
  98. "jest": "node scripts/test.js",
  99. "jest-debug": "node --inspect-brk scripts/test.js --runInBand",
  100. "lint": "node_modules/.bin/eslint tests/js src/sentry/static/sentry/app --ext .js,.jsx",
  101. "dev-proxy": "node scripts/devproxy.js",
  102. "dev-server": "webpack-dev-server",
  103. "storybook": "start-storybook -p 9001 -c .storybook",
  104. "snapshot": "build-storybook && PERCY_TOKEN=$STORYBOOK_PERCY_TOKEN PERCY_PROJECT=$STORYBOOK_PERCY_PROJECT percy-storybook --widths=375,1280",
  105. "webpack-profile": "yarn -s webpack --profile --json > stats.json"
  106. },
  107. "jest": {
  108. "collectCoverageFrom": [
  109. "tests/js/spec/**/*.{js,jsx}",
  110. "src/sentry/static/sentry/app/**/*.{js,jsx}"
  111. ],
  112. "coverageReporters": [
  113. "html",
  114. "lcov",
  115. "cobertura"
  116. ],
  117. "snapshotSerializers": [
  118. "enzyme-to-json/serializer"
  119. ],
  120. "moduleNameMapper": {
  121. "\\.(css|less|png)$": "<rootDir>/tests/js/helpers/importStyleMock.js",
  122. "\\.(svg)$": "<rootDir>/tests/js/helpers/svgMock.js",
  123. "jquery": "<rootDir>/src/sentry/static/sentry/__mocks__/jquery.jsx",
  124. "integration-docs-platforms": "<rootDir>/tests/fixtures/integration-docs/_platforms.json"
  125. },
  126. "modulePaths": [
  127. "<rootDir>/src/sentry/static/sentry"
  128. ],
  129. "setupFiles": [
  130. "<rootDir>/tests/js/setup.js"
  131. ],
  132. "setupTestFrameworkScriptFile": "<rootDir>/tests/js/setupFramework.js",
  133. "testMatch": [
  134. "<rootDir>/tests/js/**/?(*.)(spec|test).js?(x)"
  135. ],
  136. "testPathIgnorePatterns": [
  137. "<rootDir>/tests/sentry/lang/javascript/"
  138. ],
  139. "unmockedModulePathPatterns": [
  140. "<rootDir>/node_modules/react",
  141. "<rootDir>/node_modules/reflux"
  142. ]
  143. },
  144. "devDependencies": {
  145. "@percy-io/react-percy-storybook": "^1.1.5",
  146. "@storybook/addon-actions": "^3.2.17",
  147. "@storybook/addon-info": "^3.2.17",
  148. "@storybook/addon-knobs": "^3.2.17",
  149. "@storybook/react": "^3.2.17",
  150. "babel-eslint": "7.2.3",
  151. "babel-jest": "22.1.0",
  152. "chai": "3.4.1",
  153. "enzyme": "3.2.0",
  154. "eslint": "4.4.1",
  155. "eslint-config-prettier": "^2.3.0",
  156. "eslint-config-sentry-react": "1.1.0",
  157. "eslint-import-resolver-webpack": "^0.8.3",
  158. "eslint-plugin-getsentry": "1.0.0",
  159. "eslint-plugin-import": "^2.7.0",
  160. "eslint-plugin-jest": "^21.15.0",
  161. "eslint-plugin-react": "7.4.0",
  162. "jest": "22.1.2",
  163. "jest-junit": "^3.4.1",
  164. "mockdate": "2.0.2",
  165. "prettier": "1.7.4",
  166. "react-test-renderer": "16.2.0",
  167. "sinon": "1.17.2",
  168. "sinon-chai": "2.8.0",
  169. "webpack-dev-server": "^2.7.1"
  170. },
  171. "optionalDependencies": {
  172. "fsevents": "^1.1.2"
  173. }
  174. }