Move almost all libs to node_modules

Update libs
This commit is contained in:
RainLoop Team 2016-07-29 22:14:51 +03:00
parent b895c6ac1a
commit c3985da102
374 changed files with 17466 additions and 83393 deletions

View file

@ -47,46 +47,67 @@
"node": ">= 4"
},
"devDependencies": {
"Progress.js": "github:usablica/progress.js",
"autolinker": "^0.27.0",
"babel-core": "^6.1.4",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "*",
"babel-preset-es2015-loose": "*",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-es2015-loose-native-modules": "^1.0.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.1.18",
"es6-promise-polyfill": "^1.2.0",
"gulp": "~3.9.0",
"gulp-autoprefixer": "*",
"gulp-beautify": "*",
"gulp-autoprefixer": "^3.1.0",
"gulp-beautify": "^2.0.0",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^2.0.7",
"gulp-concat-util": "*",
"gulp-eol": "*",
"gulp-eslint": "^2.0.0",
"gulp-header": "*",
"gulp-if": "~1.2.5",
"gulp-concat-util": "^0.5.5",
"gulp-eol": "^0.1.2",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.7",
"gulp-if": "^2.0.1",
"gulp-less": "1.3.6",
"gulp-livereload": "~3.8.0",
"gulp-notify": "~2.2.0",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-rimraf": "*",
"gulp-stripbom": "*",
"gulp-through": "~0.3.0",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-zip": "*",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rimraf": "^0.2.0",
"gulp-stripbom": "^1.0.4",
"gulp-through": "^0.4.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"ifvisible.js": "^1.0.6",
"jassl": "github:rainloop/jassl",
"jquery": "^2",
"jquery-lazyload": "^1.9.7",
"jquery-mousewheel": "^3.1.13",
"jquery-scrollstop": "^1.2.0",
"jquery.backstretch": "^2.1.13",
"js-cookie": "^2.1.2",
"json-loader": "^0.5.4",
"node-fs": "*",
"node-notifier": "~4.2.3",
"json3": "^3.3.2",
"knockout": "^3.4.0",
"knockout-projections": "github:stevesanderson/knockout-projections",
"knockout-sortable": "^0.14.1",
"lightgallery": "^1.2.21",
"matchmedia-polyfill": "^0.3.0",
"moment": "^2.14.1",
"node-fs": "^0.1.7",
"node-notifier": "^4.6.0",
"normalize.css": "^4.2.0",
"openpgp": "^2.3.2",
"opentip": "^2.4.3",
"pikaday": "^1.4.0",
"raw-loader": "^0.5.1",
"rimraf": "*",
"webpack": "^2.1.0-beta.15"
"rifraf": "^2.0.2",
"rimraf": "^2.5.4",
"simplestatemanager": "^3.1.3",
"tinycon": "github:tommoor/tinycon",
"underscore": "^1.8.3",
"webpack": "^2.1.0-beta.20"
}
}