package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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.4",
  10. "crypto-js": "^3.1.2-5",
  11. "gulp": "^3.8.11",
  12. "gulp-clean": "^0.3.1",
  13. "gulp-concat": "^2.4.2",
  14. "gulp-less": "^1.3.9",
  15. "gulp-react": "^2.0.0",
  16. "gulp-util": "^3.0.1",
  17. "gulp-watch": "^3.0.0",
  18. "jquery": "^2.1.3",
  19. "jshint": "~2.5.0",
  20. "jsxhint": "^0.9.0",
  21. "less": "1.7.0",
  22. "moment": "^2.10.5",
  23. "node-libs-browser": "^0.5.2",
  24. "raven-js": "^1.1.19",
  25. "react": "^0.13.3",
  26. "react-bootstrap": "^0.13.0",
  27. "react-datepicker": "^0.11.0",
  28. "react-day-picker": "^1.0.3",
  29. "react-document-title": "^1.0.2",
  30. "react-router": "^0.13.3",
  31. "react-sticky": "^2.1.0",
  32. "reflux": "^0.2.8",
  33. "selectize": "^0.12.1",
  34. "webpack": "^1.9.10"
  35. },
  36. "private": true,
  37. "APIMethod": "stub",
  38. "proxyURL": "http://localhost:8000",
  39. "scripts": {
  40. "test": "node_modules/karma/bin/karma start tests/karma.conf.js --single-run",
  41. "lint": "node_modules/.bin/jsxhint --jsx-only src tests/js && node_modules/.bin/jshint src tests/js"
  42. },
  43. "devDependencies": {
  44. "babel-core": "^5.6.15",
  45. "babel-loader": "^5.2.2",
  46. "chai": "^3.0.0",
  47. "js-cookie": "^2.0.2",
  48. "karma": "^0.13.3",
  49. "karma-mocha": "^0.1.6",
  50. "karma-chai": "^0.1.0",
  51. "karma-phantomjs-launcher": "^0.1.4",
  52. "karma-sinon": "^1.0.4",
  53. "karma-sourcemap-loader": "^0.3.3",
  54. "karma-webpack": "^1.7.0",
  55. "sinon": "^1.15.4",
  56. "sinon-chai": "^2.8.0"
  57. }
  58. }