package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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.1",
  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-systemjs-builder": "^0.2.7",
  41. "grunt-usemin": "3.1.1",
  42. "jshint-stylish": "~2.2.1",
  43. "karma": "1.3.0",
  44. "karma-chrome-launcher": "~2.0.0",
  45. "karma-coverage": "1.1.1",
  46. "karma-expect": "~1.1.3",
  47. "karma-mocha": "~1.3.0",
  48. "karma-phantomjs-launcher": "1.0.2",
  49. "load-grunt-tasks": "3.5.2",
  50. "mocha": "3.2.0",
  51. "phantomjs-prebuilt": "^2.1.14",
  52. "reflect-metadata": "0.1.8",
  53. "rxjs": "^5.4.3",
  54. "sass-lint": "^1.10.2",
  55. "systemjs": "0.19.41",
  56. "zone.js": "^0.7.2"
  57. },
  58. "scripts": {
  59. "build": "./node_modules/grunt-cli/bin/grunt",
  60. "test": "./node_modules/grunt-cli/bin/grunt test",
  61. "dev": "./node_modules/grunt-cli/bin/grunt && ./node_modules/grunt-cli/bin/grunt watch"
  62. },
  63. "license": "Apache-2.0",
  64. "dependencies": {
  65. "@types/enzyme": "^2.8.8",
  66. "ace-builds": "^1.2.8",
  67. "eventemitter3": "^2.0.2",
  68. "gaze": "^1.1.2",
  69. "grunt-jscs": "3.0.1",
  70. "grunt-sass-lint": "^0.2.2",
  71. "grunt-sync": "^0.6.2",
  72. "jquery": "^3.2.1",
  73. "karma-sinon": "^1.0.5",
  74. "lodash": "^4.17.4",
  75. "mousetrap": "^1.6.0",
  76. "ngreact": "^0.4.1",
  77. "react": "^15.6.1",
  78. "react-dom": "^15.6.1",
  79. "react-test-renderer": "^15.6.1",
  80. "remarkable": "^1.7.1",
  81. "sinon": "1.17.6",
  82. "systemjs-builder": "^0.15.34",
  83. "tether": "^1.4.0",
  84. "tether-drop": "https://github.com/torkelo/drop",
  85. "tslint": "^5.7.0",
  86. "typescript": "^2.5.2",
  87. "virtual-scroll": "^1.1.1"
  88. }
  89. }