| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "name": "fact-box-editor",
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "aurelia-animator-css": "^1.0.4",
- "aurelia-binding": "^2.3.1",
- "aurelia-bootstrapper": "^2.3.3",
- "aurelia-fetch-client": "^1.8.2",
- "aurelia-templating-router": "^1.4.0",
- "blob-stream": "^0.1.3",
- "bluebird": "^3.5.5",
- "d3-array": "^2.2.0",
- "d3-collection": "^1.0.7",
- "d3-color": "^1.2.8",
- "d3-scale": "^3.0.0",
- "d3-selection": "^1.4.0",
- "emitter": "0.0.5",
- "font-awesome": "^4.7.0",
- "fs": "0.0.2",
- "inherits": "^2.0.4",
- "path": "^0.12.7",
- "pdfkit": "^0.10.0",
- "stream": "0.0.2",
- "util": "^0.12.1",
- "whatwg-fetch": "^3.0.0"
- },
- "peerDependencies": {},
- "devDependencies": {
- "@babel/core": "^7.5.4",
- "@babel/preset-env": "^7.5.4",
- "aurelia-cli": "^1.0.2",
- "aurelia-dependency-injection": "^1.4.2",
- "aurelia-event-aggregator": "^1.0.3",
- "aurelia-framework": "^1.3.1",
- "aurelia-history": "^1.2.1",
- "aurelia-history-browser": "^1.4.0",
- "aurelia-loader-default": "^1.2.1",
- "aurelia-logging-console": "^1.1.1",
- "aurelia-pal-browser": "^1.8.1",
- "aurelia-polyfills": "^1.3.4",
- "aurelia-route-recognizer": "^1.3.2",
- "aurelia-router": "^1.7.1",
- "aurelia-templating-binding": "^1.5.3",
- "aurelia-templating-resources": "^1.11.0",
- "aurelia-testing": "^1.0.0",
- "aurelia-tools": "^2.0.0",
- "babel-eslint": "^10.0.2",
- "babel-plugin-syntax-flow": "^6.18.0",
- "babel-plugin-transform-decorators-legacy": "^1.3.5",
- "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
- "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
- "babel-plugin-transform-flow-strip-types": "^6.22.0",
- "babel-polyfill": "^6.26.0",
- "babel-preset-env": "^1.7.0",
- "babel-register": "^6.26.0",
- "browser-sync": "^2.26.7",
- "connect-history-api-fallback": "^1.6.0",
- "gulp": "^4.0.2",
- "gulp-babel": "^8.0.0",
- "gulp-changed-in-place": "^2.3.0",
- "gulp-eslint": "^6.0.0",
- "gulp-notify": "^3.2.0",
- "gulp-plumber": "^1.2.1",
- "gulp-rename": "^1.4.0",
- "gulp-sass": "^4.0.2",
- "gulp-sourcemaps": "^2.6.5",
- "jasmine-core": "^3.4.0",
- "karma": "^4.1.0",
- "karma-babel-preprocessor": "^8.0.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-jasmine": "^2.0.1",
- "minimatch": "^3.0.4",
- "node-sass": "^4.13.0",
- "through2": "^3.0.1",
- "uglify-js": "^3.6.0",
- "vinyl-fs": "^3.0.3"
- }
- }
|