package.json 2.5 KB

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