package.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. "gettext-parser": "1.1.1",
  40. "grid-emotion": "^2.1.0",
  41. "idx": "^1.5.0",
  42. "ios-device-list": "^1.1.28",
  43. "jed": "^1.1.0",
  44. "jquery": "2.1.4",
  45. "js-cookie": "2.0.4",
  46. "json-loader": "0.5.3",
  47. "less": "2.5.3",
  48. "less-loader": "^4.0.3",
  49. "lodash": "^4.17.4",
  50. "lodash-webpack-plugin": "^0.11.4",
  51. "marked": "0.3.9",
  52. "mobx": "^3.2.2",
  53. "mobx-react": "^4.2.2",
  54. "mockdate": "2.0.2",
  55. "moment": "2.19.3",
  56. "moment-timezone": "0.4.1",
  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-lazy-load": "3.0.13",
  73. "react-mentions": "^1.2.0",
  74. "react-router": "3.2.0",
  75. "react-sparklines": "1.7.0",
  76. "react-sticky": "6.0.1",
  77. "reflux": "0.4.1",
  78. "scroll-to-element": "^2.0.0",
  79. "select2": "3.5.1",
  80. "sprintf-js": "1.0.3",
  81. "style-loader": "0.12.4",
  82. "svg-sprite-loader": "^3.4.1",
  83. "svgo": "^1.0.3",
  84. "svgo-loader": "^2.1.0",
  85. "u2f-api": "0.2.3",
  86. "webpack": "^3.5.6",
  87. "webpack-dev-middleware": "^1.12.0",
  88. "zxcvbn": "^4.4.2"
  89. },
  90. "private": true,
  91. "APIMethod": "stub",
  92. "proxyURL": "http://localhost:8000",
  93. "scripts": {
  94. "test": "node scripts/test.js",
  95. "test-ci": "npm run test -- --runInBand --ci --coverage --testResultsProcessor=jest-junit",
  96. "test-watch": "npm run test -- --watch",
  97. "jest": "node scripts/test.js",
  98. "jest-debug": "node --inspect-brk scripts/test.js --runInBand",
  99. "lint": "node_modules/.bin/eslint tests/js src/sentry/static/sentry/app --ext .js,.jsx",
  100. "dev-proxy": "node scripts/devproxy.js",
  101. "dev-server": "webpack-dev-server",
  102. "storybook": "start-storybook -p 9001 -c .storybook",
  103. "snapshot": "build-storybook && PERCY_TOKEN=$STORYBOOK_PERCY_TOKEN PERCY_PROJECT=$STORYBOOK_PERCY_PROJECT percy-storybook --widths=375,1280",
  104. "webpack-profile": "yarn -s webpack --profile --json > stats.json"
  105. },
  106. "jest": {
  107. "collectCoverageFrom": [
  108. "tests/js/spec/**/*.{js,jsx}",
  109. "src/sentry/static/sentry/app/**/*.{js,jsx}"
  110. ],
  111. "coverageReporters": [
  112. "html",
  113. "lcov",
  114. "cobertura"
  115. ],
  116. "snapshotSerializers": [
  117. "enzyme-to-json/serializer"
  118. ],
  119. "moduleNameMapper": {
  120. "\\.(css|less|png)$": "<rootDir>/tests/js/helpers/importStyleMock.js",
  121. "\\.(svg)$": "<rootDir>/tests/js/helpers/svgMock.js",
  122. "jquery": "<rootDir>/src/sentry/static/sentry/__mocks__/jquery.jsx",
  123. "integration-docs-platforms": "<rootDir>/tests/fixtures/integration-docs/_platforms.json"
  124. },
  125. "modulePaths": [
  126. "<rootDir>/src/sentry/static/sentry"
  127. ],
  128. "setupFiles": [
  129. "<rootDir>/tests/js/setup.js"
  130. ],
  131. "setupTestFrameworkScriptFile": "<rootDir>/tests/js/setupFramework.js",
  132. "testMatch": [
  133. "<rootDir>/tests/js/**/?(*.)(spec|test).js?(x)"
  134. ],
  135. "testPathIgnorePatterns": [
  136. "<rootDir>/tests/sentry/lang/javascript/"
  137. ],
  138. "unmockedModulePathPatterns": [
  139. "<rootDir>/node_modules/react",
  140. "<rootDir>/node_modules/reflux"
  141. ]
  142. },
  143. "devDependencies": {
  144. "@percy-io/react-percy-storybook": "^1.1.5",
  145. "@storybook/addon-actions": "^3.2.17",
  146. "@storybook/addon-info": "^3.2.17",
  147. "@storybook/addon-knobs": "^3.2.17",
  148. "@storybook/react": "^3.2.17",
  149. "babel-eslint": "7.2.3",
  150. "babel-jest": "22.1.0",
  151. "chai": "3.4.1",
  152. "enzyme": "3.2.0",
  153. "eslint": "4.4.1",
  154. "eslint-config-prettier": "^2.3.0",
  155. "eslint-config-sentry-react": "1.0.4",
  156. "eslint-import-resolver-webpack": "^0.8.3",
  157. "eslint-plugin-getsentry": "1.0.0",
  158. "eslint-plugin-import": "^2.7.0",
  159. "eslint-plugin-react": "7.4.0",
  160. "jest": "22.1.2",
  161. "jest-glamor-react": "^3.1.2",
  162. "jest-junit": "^3.4.1",
  163. "prettier": "1.7.4",
  164. "react-test-renderer": "16.2.0",
  165. "sinon": "1.17.2",
  166. "sinon-chai": "2.8.0",
  167. "webpack-dev-server": "^2.7.1"
  168. },
  169. "optionalDependencies": {
  170. "fsevents": "^1.1.2"
  171. }
  172. }