package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "name": "experience-based-fact-box-aimless",
  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-http-client": "^1.3.1",
  11. "aurelia-validation": "^1.4.0",
  12. "bluebird": "^3.5.5",
  13. "bourbon-neat": "^3.0.1",
  14. "d3-array": "^2.2.0",
  15. "d3-collection": "^1.0.7",
  16. "d3-dispatch": "^1.0.5",
  17. "d3-ease": "^1.0.5",
  18. "d3-fetch": "^1.1.2",
  19. "d3-format": "^1.3.2",
  20. "d3-interpolate": "^1.3.2",
  21. "d3-scale": "^3.0.0",
  22. "d3-selection": "^1.4.0",
  23. "d3-time": "^1.0.11",
  24. "d3-time-format": "^2.1.3",
  25. "d3-timer": "^1.0.9",
  26. "d3-transition": "^1.2.0",
  27. "node-gyp": "^5.0.2",
  28. "node-sass": "^4.12.0",
  29. "npm": "^6.10.0",
  30. "whatwg-fetch": "^3.0.0"
  31. },
  32. "peerDependencies": {},
  33. "devDependencies": {
  34. "@babel/core": "^7.5.0",
  35. "@babel/preset-env": "^7.5.2",
  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-templating-router": "^1.4.0",
  51. "aurelia-testing": "^1.0.0",
  52. "aurelia-tools": "^2.0.0",
  53. "babel-eslint": "^10.0.2",
  54. "babel-plugin-syntax-flow": "^6.18.0",
  55. "babel-plugin-transform-decorators-legacy": "^1.3.5",
  56. "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
  57. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  58. "babel-plugin-transform-flow-strip-types": "^6.22.0",
  59. "babel-polyfill": "^6.26.0",
  60. "babel-preset-env": "^1.7.0",
  61. "babel-preset-es2015": "^6.24.1",
  62. "babel-preset-es2015-loose": "^8.0.0",
  63. "babel-preset-stage-1": "^6.24.1",
  64. "babel-register": "^6.26.0",
  65. "browser-sync": "^2.26.7",
  66. "connect-history-api-fallback": "^1.6.0",
  67. "gulp": "^4.0.2",
  68. "gulp-babel": "^8.0.0",
  69. "gulp-changed-in-place": "^2.3.0",
  70. "gulp-eslint": "^6.0.0",
  71. "gulp-notify": "^3.2.0",
  72. "gulp-plumber": "^1.2.1",
  73. "gulp-rename": "^1.4.0",
  74. "gulp-sass": "^4.0.2",
  75. "gulp-sourcemaps": "^2.6.5",
  76. "jasmine-core": "^3.4.0",
  77. "jspm": "^0.16.54",
  78. "karma": "^4.1.0",
  79. "karma-babel-preprocessor": "^8.0.0",
  80. "karma-chrome-launcher": "^2.2.0",
  81. "karma-jasmine": "^2.0.1",
  82. "minimatch": "^3.0.4",
  83. "through2": "^3.0.1",
  84. "uglify-js": "^3.6.0",
  85. "vinyl-fs": "^3.0.3"
  86. },
  87. "jspm": {
  88. "dependencies": {},
  89. "devDependencies": {
  90. "babel": "npm:babel-core@^5.8.24",
  91. "babel-runtime": "npm:babel-runtime@^5.8.24",
  92. "core-js": "npm:core-js@^1.1.4"
  93. }
  94. }
  95. }