| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "name": "experience-based-fact-box-aimless",
- "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-http-client": "^1.3.1",
- "aurelia-validation": "^1.4.0",
- "bluebird": "^3.5.5",
- "bourbon-neat": "^3.0.1",
- "d3-array": "^2.2.0",
- "d3-collection": "^1.0.7",
- "d3-dispatch": "^1.0.5",
- "d3-ease": "^1.0.5",
- "d3-fetch": "^1.1.2",
- "d3-format": "^1.3.2",
- "d3-interpolate": "^1.3.2",
- "d3-scale": "^3.0.0",
- "d3-selection": "^1.4.0",
- "d3-time": "^1.0.11",
- "d3-time-format": "^2.1.3",
- "d3-timer": "^1.0.9",
- "d3-transition": "^1.2.0",
- "node-gyp": "^5.0.2",
- "node-sass": "^4.12.0",
- "npm": "^6.10.0",
- "whatwg-fetch": "^3.0.0"
- },
- "peerDependencies": {},
- "devDependencies": {
- "@babel/core": "^7.5.0",
- "@babel/preset-env": "^7.5.2",
- "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-templating-router": "^1.4.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-preset-es2015": "^6.24.1",
- "babel-preset-es2015-loose": "^8.0.0",
- "babel-preset-stage-1": "^6.24.1",
- "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",
- "jspm": "^0.16.54",
- "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",
- "through2": "^3.0.1",
- "uglify-js": "^3.6.0",
- "vinyl-fs": "^3.0.3"
- },
- "jspm": {
- "dependencies": {},
- "devDependencies": {
- "babel": "npm:babel-core@^5.8.24",
- "babel-runtime": "npm:babel-runtime@^5.8.24",
- "core-js": "npm:core-js@^1.1.4"
- }
- }
- }
|