Move browser-sync & file-polling deps to optionalDependencies field, update npm engine field, shrinkwrap new dependency tree.

This commit is contained in:
Leigh Johnson 2016-10-31 13:01:14 -04:00
parent 2afb0695bf
commit 4df56edb9f
2 changed files with 335 additions and 290 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
},
"engines": {
"node": "^6.3.1",
"npm": "^3.10.3"
"npm": "3.10.7"
},
"scripts": {
"build-docker-machine": "grunt dev; ip=$(docker-machine ip $DOCKER_MACHINE_NAME); npm set ansible-tower:django_host ${ip}; grunt sync",
@ -27,6 +27,12 @@
"test:ci": "npm run test -- --single-run --reporter junit,dots --browsers=PhantomJS",
"test:saucelabs": "SAUCE_USERNAME=${npm_package_config_sauce_username} SAUCE_ACCESS_KEY=${npm_package_config_sauce_access_key} karma start karma.conf-saucelabs.js"
},
"optionalDependencies": {
"browser-sync": "^2.14.0",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"babel-core": "^6.11.4",
@ -34,18 +40,15 @@
"babel-loader": "^6.2.4",
"babel-plugin-istanbul": "^2.0.0",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.14.0",
"expose-loader": "^0.7.1",
"grunt": "^1.0.1",
"grunt-angular-gettext": "^2.2.3",
"grunt-browser-sync": "^2.2.0",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-extract-sourcemap": "^0.1.18",
"grunt-newer": "^1.2.0",
"grunt-webpack": "^1.0.11",
@ -70,8 +73,7 @@
"load-grunt-tasks": "^3.5.0",
"phantomjs-prebuilt": "^2.1.12",
"time-grunt": "^1.4.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
"webpack": "^1.13.1"
},
"dependencies": {
"angular": "~1.4.7",
@ -85,14 +87,13 @@
"angular-resource": "^1.4.3",
"angular-sanitize": "^1.4.3",
"angular-scheduler": "chouseknecht/angular-scheduler#0.1.0",
"angular-tz-extensions": "chouseknecht/angular-tz-extensions#0.3.11",
"angular-tz-extensions": "chouseknecht/angular-tz-extensions#0.3.12",
"angular-ui-router": "^1.0.0-beta.3",
"bootstrap": "^3.1.1",
"bootstrap-datepicker": "^1.4.0",
"codemirror": "^5.17.0",
"components-font-awesome": "^4.6.1",
"d3": "^3.3.13",
"fs": "0.0.2",
"javascript-detect-element-resize": "^0.5.3",
"jquery": "2.2.4",
"jquery-ui": "1.10.5",