package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "bootstrap": "3.3.5",
  10. "classnames": "2.2.0",
  11. "crypto-js": "3.1.5",
  12. "compression-webpack-plugin": "^0.3.0",
  13. "css-loader": "0.18.0",
  14. "extract-text-webpack-plugin": "0.8.2",
  15. "file-loader": "0.8.4",
  16. "history": "1.13.0",
  17. "jed": "^1.1.0",
  18. "jquery": "2.1.4",
  19. "json-loader": "0.5.3",
  20. "less": "2.5.3",
  21. "less-loader": "2.2.1",
  22. "marked": "0.3.5",
  23. "moment": "2.10.6",
  24. "moment-timezone": "0.4.1",
  25. "node-libs-browser": "0.5.3",
  26. "query-string": "2.4.2",
  27. "raven-js": "3.0.4",
  28. "react": "0.14.7",
  29. "react-addons-css-transition-group": "0.14.7",
  30. "react-addons-pure-render-mixin": "0.14.7",
  31. "react-addons-test-utils": "0.14.7",
  32. "react-addons-update": "0.14.7",
  33. "react-bootstrap": "0.28.3",
  34. "react-document-title": "1.0.4",
  35. "react-dom": "0.14.7",
  36. "react-lazy-load": "2.0.1",
  37. "react-router": "1.0.0",
  38. "react-sparklines": "1.5.0",
  39. "react-sticky": "3.0.0",
  40. "reflux": "0.3.0",
  41. "select2": "3.5.1",
  42. "style-loader": "0.12.4",
  43. "underscore": "1.8.3",
  44. "url-loader": "0.5.6",
  45. "webpack": "1.12.4"
  46. },
  47. "private": true,
  48. "APIMethod": "stub",
  49. "proxyURL": "http://localhost:8000",
  50. "scripts": {
  51. "test": "node_modules/karma/bin/karma start tests/karma.conf.js --single-run",
  52. "test-watch": "node_modules/karma/bin/karma start tests/karma.conf.js",
  53. "lint": "node_modules/.bin/eslint tests/js src/sentry/static/sentry/app --ext .jsx"
  54. },
  55. "devDependencies": {
  56. "babel-core": "5.8.38",
  57. "babel-eslint": "5.0.0-beta9",
  58. "babel-gettext-extractor": "^1.0.2",
  59. "babel-loader": "5.3.3",
  60. "chai": "3.4.1",
  61. "enzyme": "^1.1.0",
  62. "eslint": "1.9.0",
  63. "eslint-plugin-getsentry": "1.0.0",
  64. "eslint-plugin-react": "3.11.2",
  65. "gettext-parser": "1.1.1",
  66. "js-cookie": "2.0.4",
  67. "karma": "0.13.19",
  68. "karma-chai": "0.1.0",
  69. "karma-mocha": "0.1.10",
  70. "karma-phantomjs-launcher": "0.1.4",
  71. "karma-sinon": "1.0.4",
  72. "karma-sourcemap-loader": "0.3.6",
  73. "karma-webpack": "1.7.0",
  74. "mocha": "2.3.4",
  75. "platformicons": "0.0.14",
  76. "po-catalog-loader": "^1.2.0",
  77. "sinon": "1.17.2",
  78. "sinon-chai": "2.8.0",
  79. "sprintf-js": "^1.0.3"
  80. }
  81. }