package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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": "^2.0.0",
  11. "babel-loader": "^7.0.0",
  12. "babel-plugin-add-module-exports": "^0.2.1",
  13. "babel-plugin-idx": "^1.5.1",
  14. "babel-plugin-transform-builtin-extend": "^1.1.0",
  15. "babel-plugin-transform-class-properties": "^6.24.1",
  16. "babel-plugin-transform-object-rest-spread": "^6.20.2",
  17. "babel-polyfill": "6.20.0",
  18. "babel-preset-latest": "^6.16.0",
  19. "babel-preset-react": "^6.16.0",
  20. "bootstrap": "3.3.5",
  21. "classnames": "2.2.0",
  22. "compression-webpack-plugin": "^0.3.0",
  23. "crypto-js": "3.1.5",
  24. "css-loader": "^0.28.2",
  25. "enzyme-to-json": "^1.5.1",
  26. "extract-text-webpack-plugin": "2.0.0-beta.5",
  27. "file-loader": "0.8.4",
  28. "gettext-parser": "1.1.1",
  29. "history": "1.13.0",
  30. "idx": "^1.5.0",
  31. "ios-device-list": "^1.1.17",
  32. "jed": "^1.1.0",
  33. "jquery": "2.1.4",
  34. "js-cookie": "2.0.4",
  35. "json-loader": "0.5.3",
  36. "less": "2.5.3",
  37. "less-loader": "^4.0.3",
  38. "marked": "0.3.5",
  39. "moment": "2.10.6",
  40. "moment-timezone": "0.4.1",
  41. "node-libs-browser": "0.5.3",
  42. "platformicons": "0.1.1",
  43. "po-catalog-loader": "^1.2.0",
  44. "query-string": "2.4.2",
  45. "raven-js": "3.16.1",
  46. "react": "15.3.2",
  47. "react-addons-css-transition-group": "15.3.2",
  48. "react-addons-pure-render-mixin": "15.3.2",
  49. "react-addons-test-utils": "15.3.2",
  50. "react-addons-update": "15.3.2",
  51. "react-bootstrap": "^0.29.5",
  52. "react-code-input": "1.0.8",
  53. "react-document-title": "1.0.4",
  54. "react-dom": "15.3.2",
  55. "react-icon-base": "^2.0.4",
  56. "react-lazy-load": "3.0.10",
  57. "react-mentions": "^1.0.0",
  58. "react-router": "2.8.1",
  59. "react-sparklines": "1.6.0",
  60. "react-sticky": "5.0.4",
  61. "reflux": "0.4.1",
  62. "select2": "3.5.1",
  63. "sprintf-js": "1.0.3",
  64. "style-loader": "0.12.4",
  65. "u2f-api": "0.0.8",
  66. "underscore": "1.8.3",
  67. "url-loader": "0.5.6",
  68. "webpack": "2.2.0",
  69. "webpack-dev-middleware": "1.9.0"
  70. },
  71. "private": true,
  72. "APIMethod": "stub",
  73. "proxyURL": "http://localhost:8000",
  74. "scripts": {
  75. "test": "NODE_ENV=test node_modules/.bin/jest tests/js/spec",
  76. "test-watch": "NODE_ENV=test node_modules/.bin/jest tests/js/spec --watch",
  77. "lint": "node_modules/.bin/eslint tests/js src/sentry/static/sentry/app --ext .jsx"
  78. },
  79. "jest": {
  80. "modulePaths": [
  81. "<rootDir>/src/sentry/static/sentry"
  82. ],
  83. "setupFiles": [
  84. "<rootDir>/tests/js/setup.js"
  85. ],
  86. "unmockedModulePathPatterns": [
  87. "<rootDir>/node_modules/react",
  88. "<rootDir>/node_modules/reflux"
  89. ]
  90. },
  91. "devDependencies": {
  92. "babel-eslint": "7.1.1",
  93. "babel-jest": "^19.0.0",
  94. "chai": "3.4.1",
  95. "enzyme": "2.4.1",
  96. "eslint": "3.19.0",
  97. "eslint-plugin-getsentry": "1.0.0",
  98. "eslint-plugin-react": "6.10.3",
  99. "jest": "^19.0.2",
  100. "karma-sourcemap-loader": "0.3.7",
  101. "karma-webpack": "2.0.1",
  102. "phantomjs-prebuilt": "2.1.14",
  103. "prettier": "1.2.2",
  104. "sinon": "1.17.2",
  105. "sinon-chai": "2.8.0",
  106. "webpack-livereload-plugin": "^0.11.0"
  107. },
  108. "optionalDependencies": {
  109. "fsevents": "^1.1.2"
  110. }
  111. }