package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "fact-box-editor",
  3. "version": "1.0.0",
  4. "license": "MIT",
  5. "dependencies": {
  6. "aurelia-animator-css": "^1.0.4",
  7. "aurelia-binding": "^2.3.1",
  8. "aurelia-bootstrapper": "^2.3.3",
  9. "aurelia-fetch-client": "^1.8.2",
  10. "aurelia-templating-router": "^1.4.0",
  11. "blob-stream": "^0.1.3",
  12. "bluebird": "^3.5.5",
  13. "d3-array": "^2.2.0",
  14. "d3-collection": "^1.0.7",
  15. "d3-color": "^1.2.8",
  16. "d3-scale": "^3.0.0",
  17. "d3-selection": "^1.4.0",
  18. "emitter": "0.0.5",
  19. "font-awesome": "^4.7.0",
  20. "fs": "0.0.2",
  21. "inherits": "^2.0.4",
  22. "path": "^0.12.7",
  23. "pdfkit": "^0.10.0",
  24. "stream": "0.0.2",
  25. "util": "^0.12.1",
  26. "whatwg-fetch": "^3.0.0"
  27. },
  28. "peerDependencies": {},
  29. "devDependencies": {
  30. "@babel/core": "^7.5.4",
  31. "@babel/preset-env": "^7.5.4",
  32. "aurelia-cli": "^1.0.2",
  33. "aurelia-dependency-injection": "^1.4.2",
  34. "aurelia-event-aggregator": "^1.0.3",
  35. "aurelia-framework": "^1.3.1",
  36. "aurelia-history": "^1.2.1",
  37. "aurelia-history-browser": "^1.4.0",
  38. "aurelia-loader-default": "^1.2.1",
  39. "aurelia-logging-console": "^1.1.1",
  40. "aurelia-pal-browser": "^1.8.1",
  41. "aurelia-polyfills": "^1.3.4",
  42. "aurelia-route-recognizer": "^1.3.2",
  43. "aurelia-router": "^1.7.1",
  44. "aurelia-templating-binding": "^1.5.3",
  45. "aurelia-templating-resources": "^1.11.0",
  46. "aurelia-testing": "^1.0.0",
  47. "aurelia-tools": "^2.0.0",
  48. "babel-eslint": "^10.0.2",
  49. "babel-plugin-syntax-flow": "^6.18.0",
  50. "babel-plugin-transform-decorators-legacy": "^1.3.5",
  51. "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
  52. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  53. "babel-plugin-transform-flow-strip-types": "^6.22.0",
  54. "babel-polyfill": "^6.26.0",
  55. "babel-preset-env": "^1.7.0",
  56. "babel-register": "^6.26.0",
  57. "browser-sync": "^2.26.7",
  58. "connect-history-api-fallback": "^1.6.0",
  59. "gulp": "^4.0.2",
  60. "gulp-babel": "^8.0.0",
  61. "gulp-changed-in-place": "^2.3.0",
  62. "gulp-eslint": "^6.0.0",
  63. "gulp-notify": "^3.2.0",
  64. "gulp-plumber": "^1.2.1",
  65. "gulp-rename": "^1.4.0",
  66. "gulp-sass": "^4.0.2",
  67. "gulp-sourcemaps": "^2.6.5",
  68. "jasmine-core": "^3.4.0",
  69. "karma": "^4.1.0",
  70. "karma-babel-preprocessor": "^8.0.0",
  71. "karma-chrome-launcher": "^2.2.0",
  72. "karma-jasmine": "^2.0.1",
  73. "minimatch": "^3.0.4",
  74. "node-sass": "^4.13.0",
  75. "through2": "^3.0.1",
  76. "uglify-js": "^3.6.0",
  77. "vinyl-fs": "^3.0.3"
  78. }
  79. }