Skip to content

Commit

Permalink
Update Application dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielonodje committed May 25, 2017
1 parent f6aaa86 commit fc34a5b
Show file tree
Hide file tree
Showing 3 changed files with 2,159 additions and 1,492 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Desktop.ini
build
node_modules
bower_components
.vscode
.vscode
yarn-error.log
184 changes: 97 additions & 87 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,87 +1,97 @@
{
"name": "Hyperblotter",
"version": "1.0.1",
"description": "A demonstration app showing the capabilities of OpenFin.",
"scripts": {
"build": "gulp build",
"start": "gulp start",
"server": "gulp server",
"openfin": "gulp openfin"
},
"repository": {
"type": "git",
"url": "https://github.com/openfin/Hyperblotter"
},
"browserify": {
"transform": [
"browserify-shim",
"coffeeify",
"hbsfy"
]
},
"browserify-shim": {
"plugin": {
"exports": "plugin",
"depends": [
"jquery:$"
]
}
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.2.0",
"browser-sync": "^2.7.1",
"browserify": "^9.0.3",
"browserify-shim": "^3.8.2",
"coffeeify": "~1.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^1.1.1",
"gulp-exec": "^2.1.2",
"gulp-filesize": "0.0.6",
"gulp-iconfont": "^1.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "~0.5.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "~2.1.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-swig": "^0.7.4",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.7",
"handlebars": "^3.0.0",
"hbsfy": "~2.2.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.11",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-mocha": "^0.1.10",
"karma-nyan-reporter": "0.0.51",
"karma-sinon-chai": "^0.3.0",
"lodash": "^3.3.1",
"merge-stream": "^0.1.7",
"moment": "^2.10.2",
"numeral": "^1.5.3",
"openfin-launcher": "^0.2.0",
"pretty-hrtime": "~1.0.0",
"q": "^1.4.1",
"react": "^0.13.1",
"require-dir": "^0.3.0",
"socket.io-client": "^1.3.5",
"vinyl-source-stream": "~1.0.0",
"watchify": "^2.4.0",
"xhr-browserify": "0.0.4"
},
"dependencies": {
"express": "^4.13.3",
"gulp": "^3.8.11",
"gulp-live-server": "^0.0.30",
"jquery": "~2.1.0",
"underscore": "^1.8.3",
"webpack": "1.12.11"
}
}
{
"name": "Hyperblotter",
"version": "1.0.1",
"description": "A demonstration app showing the capabilities of OpenFin.",
"scripts": {
"build": "gulp build",
"start": "gulp start",
"server": "gulp server",
"openfin": "gulp openfin",
"test": "gulp karma"
},
"repository": {
"type": "git",
"url": "https://github.com/openfin/Hyperblotter"
},
"browserify": {
"transform": [
"browserify-shim",
"coffeeify",
"hbsfy"
]
},
"browserify-shim": {
"plugin": {
"exports": "plugin",
"depends": [
"jquery:$"
]
}
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.2.0",
"browser-sync": "^2.18.12",
"browserify": "^14.3.0",
"browserify-shim": "^3.8.14",
"chai": "^3.5.0",
"coffeeify": "^2.1.0",
"enzyme": "^2.8.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-changed": "^3.1.0",
"gulp-exec": "^2.1.2",
"gulp-filesize": "0.0.6",
"gulp-iconfont": "^8.0.1",
"gulp-imagemin": "^3.2.0",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-swig": "^0.8.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.10",
"hbsfy": "^2.7.0",
"jasmine-core": "^2.3.4",
"jsdom": "9.7.0",
"jshint": "^2.9.4",
"karma": "^1.7.0",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.1.1",
"karma-coffee-preprocessor": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-nyan-reporter": "^0.2.5",
"karma-sinon-chai": "^1.3.1",
"lodash": "^4.17.4",
"merge-stream": "^1.0.1",
"mocha": "^3.4.2",
"moment": "^2.10.2",
"numeral": "^2.0.6",
"openfin-launcher": "^1.3.12",
"pretty-hrtime": "~1.0.0",
"q": "^1.4.1",
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"require-dir": "^0.3.0",
"sinon": "^2.3.1",
"sinon-chai": "^2.10.0",
"socket.io-client": "^2.0.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0",
"xhr-browserify": "0.0.4"
},
"dependencies": {
"express": "^4.13.3",
"gulp": "^3.9.1",
"gulp-live-server": "^0.0.30",
"jquery": "^3.2.1",
"react-dom": "^15.5.4",
"underscore": "^1.8.3",
"webpack": "^2.6.1"
}
}
Loading

0 comments on commit fc34a5b

Please sign in to comment.