Update package json

This commit is contained in:
Roman Hotsiy 2016-06-15 21:08:02 +03:00
parent 4f39ab9edc
commit 1fafa5e334

View File

@ -92,7 +92,12 @@
} }
}, },
"devDependencies": { "devDependencies": {
"@angular/common": "^2.0.0-rc.1",
"@angular/compiler-cli": "^0.2.0", "@angular/compiler-cli": "^0.2.0",
"@angular/compiler": "^2.0.0-rc.1",
"@angular/core": "^2.0.0-rc.1",
"@angular/platform-browser": "^2.0.0-rc.1",
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
"@angular/platform-server": "^2.0.0-rc.1", "@angular/platform-server": "^2.0.0-rc.1",
"babel-eslint": "^4.1.6", "babel-eslint": "^4.1.6",
"babel-polyfill": "^6.3.14", "babel-polyfill": "^6.3.14",
@ -148,21 +153,12 @@
"typescript": "^1.9.0-dev.20160612-1.0", "typescript": "^1.9.0-dev.20160612-1.0",
"vinyl-paths": "^2.0.0", "vinyl-paths": "^2.0.0",
"yargs": "^4.7.1", "yargs": "^4.7.1",
"zone.js": "^0.6.12" "zone.js": "^0.6.12",
}, "scrollparent": "^1.0.0",
"dependencies": {
"@angular/common": "^2.0.0-rc.1",
"@angular/compiler": "^2.0.0-rc.1",
"@angular/core": "^2.0.0-rc.1",
"@angular/platform-browser": "^2.0.0-rc.1",
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
"gulp-inline-ng2-template": "^1.1.4",
"json-pointer": "^0.5.0", "json-pointer": "^0.5.0",
"json-schema-ref-parser": "^3.1.2", "json-schema-ref-parser": "^3.1.2",
"marked": "^0.3.5", "marked": "^0.3.5",
"rollup-plugin-commonjs": "^2.2.1", "rollup-plugin-commonjs": "^2.2.1",
"rxjs": "^5.0.0-beta.6", "rxjs": "^5.0.0-beta.6"
"scrollparent": "^1.0.0",
"zone.js": "^0.6.12"
} }
} }