package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "author": {
  3. "name": "Torkel Ödegaard",
  4. "company": "Grafana Labs"
  5. },
  6. "name": "grafana",
  7. "version": "4.6.0-pre1",
  8. "repository": {
  9. "type": "git",
  10. "url": "http://github.com/grafana/grafana.git"
  11. },
  12. "devDependencies": {
  13. "@types/react": "^16.0.5",
  14. "@types/react-dom": "^15.5.4",
  15. "autoprefixer": "^6.4.0",
  16. "es6-promise": "^3.0.2",
  17. "es6-shim": "^0.35.3",
  18. "expect.js": "~0.2.0",
  19. "glob": "~7.0.0",
  20. "grunt": "^0.4.5",
  21. "grunt-angular-templates": "^1.1.0",
  22. "grunt-cli": "~1.2.0",
  23. "grunt-contrib-clean": "~1.0.0",
  24. "grunt-contrib-compress": "^1.3.0",
  25. "grunt-contrib-concat": "^1.0.1",
  26. "grunt-contrib-copy": "~1.0.0",
  27. "grunt-contrib-cssmin": "~1.0.2",
  28. "grunt-contrib-htmlmin": "~2.0.0",
  29. "grunt-contrib-jshint": "~1.1.0",
  30. "grunt-contrib-uglify": "~2.0.0",
  31. "grunt-contrib-watch": "^1.0.0",
  32. "grunt-exec": "^1.0.1",
  33. "grunt-filerev": "^2.3.1",
  34. "grunt-karma": "~2.0.0",
  35. "grunt-ng-annotate": "^3.0.0",
  36. "grunt-notify": "^0.4.5",
  37. "grunt-postcss": "^0.8.0",
  38. "grunt-sass": "^2.0.0",
  39. "grunt-string-replace": "~1.3.1",
  40. "grunt-usemin": "3.1.1",
  41. "jshint-stylish": "~2.2.1",
  42. "karma": "1.7.0",
  43. "karma-chrome-launcher": "~2.2.0",
  44. "karma-coverage": "1.1.1",
  45. "karma-expect": "~1.1.3",
  46. "karma-mocha": "~1.3.0",
  47. "karma-phantomjs-launcher": "1.0.4",
  48. "load-grunt-tasks": "3.5.2",
  49. "mocha": "3.5.0",
  50. "phantomjs-prebuilt": "^2.1.15",
  51. "rxjs": "^5.4.3",
  52. "sass-lint": "^1.10.2",
  53. "systemjs": "0.20.19"
  54. },
  55. "scripts": {
  56. "build": "./node_modules/grunt-cli/bin/grunt",
  57. "test": "./node_modules/grunt-cli/bin/grunt test",
  58. "dev": "./node_modules/grunt-cli/bin/grunt && ./node_modules/grunt-cli/bin/grunt watch"
  59. },
  60. "license": "Apache-2.0",
  61. "dependencies": {
  62. "@types/enzyme": "^2.8.8",
  63. "ace-builds": "^1.2.8",
  64. "angular": "^1.6.6",
  65. "angular-bindonce": "^0.3.1",
  66. "angular-mocks": "^1.6.6",
  67. "angular-native-dragdrop": "^1.2.2",
  68. "angular-route": "^1.6.6",
  69. "angular-sanitize": "^1.6.6",
  70. "clipboard": "^1.7.1",
  71. "eventemitter3": "^2.0.2",
  72. "gaze": "^1.1.2",
  73. "grunt-jscs": "3.0.1",
  74. "grunt-sass-lint": "^0.2.2",
  75. "grunt-sync": "^0.6.2",
  76. "jquery": "^3.2.1",
  77. "karma-sinon": "^1.0.5",
  78. "lodash": "^4.17.4",
  79. "mousetrap": "^1.6.0",
  80. "ngreact": "^0.4.1",
  81. "react": "^15.6.1",
  82. "react-dom": "^15.6.1",
  83. "react-test-renderer": "^15.6.1",
  84. "remarkable": "^1.7.1",
  85. "sinon": "1.17.6",
  86. "systemjs-builder": "^0.16.10",
  87. "tether": "^1.4.0",
  88. "tether-drop": "https://github.com/torkelo/drop",
  89. "tslint": "^5.7.0",
  90. "typescript": "^2.5.2",
  91. "virtual-scroll": "^1.1.1"
  92. }
  93. }