mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-28 18:41:34 +08:00
Update package.json dependencies
This commit is contained in:
parent
425f0ee3f6
commit
2285fd4569
3 changed files with 484 additions and 299 deletions
|
@ -226,7 +226,7 @@ cfg.paths.js = {
|
|||
'node_modules/jquery-mousewheel/jquery.mousewheel.js',
|
||||
'node_modules/jquery-scrollstop/jquery.scrollstop.js',
|
||||
'node_modules/jquery-lazyload/jquery.lazyload.js ',
|
||||
'node_modules/jquery.backstretch/jquery.backstretch.min.js',
|
||||
'node_modules/jquery-backstretch/jquery.backstretch.min.js',
|
||||
'vendors/jquery-ui/js/jquery-ui-1.10.3.custom.min.js', // custom
|
||||
'vendors/jquery-nanoscroller/jquery.nanoscroller.js', // custom (modified)
|
||||
'vendors/jquery-wakeup/jquery.wakeup.js', // no-npm
|
||||
|
|
24
package.json
24
package.json
|
@ -53,25 +53,25 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"Progress.js": "github:usablica/progress.js#v0.1.0",
|
||||
"autolinker": "1.4.3",
|
||||
"babel-core": "6.25.0",
|
||||
"babel-eslint": "7.2.3",
|
||||
"babel-loader": "7.1.1",
|
||||
"autolinker": "1.4.4",
|
||||
"babel-core": "6.26.0",
|
||||
"babel-eslint": "8.0.0",
|
||||
"babel-loader": "7.1.2",
|
||||
"babel-plugin-transform-decorators-legacy": "1.3.4",
|
||||
"babel-plugin-transform-runtime": "6.23.0",
|
||||
"babel-preset-env": "1.6.0",
|
||||
"babel-preset-stage-0": "6.24.1",
|
||||
"babel-runtime": "6.25.0",
|
||||
"babel-runtime": "6.26.0",
|
||||
"classnames": "2.2.5",
|
||||
"copy-webpack-plugin": "4.0.1",
|
||||
"es6-promise-polyfill": "1.2.0",
|
||||
"eslint": "4.4.0",
|
||||
"eslint": "4.6.1",
|
||||
"eslint-plugin-compat": "1.0.4",
|
||||
"gulp": "3.9.1",
|
||||
"gulp-autoprefixer": "4.0.0",
|
||||
"gulp-cached": "1.1.1",
|
||||
"gulp-chmod": "2.0.0",
|
||||
"gulp-clean-css": "3.7.0",
|
||||
"gulp-clean-css": "3.8.0",
|
||||
"gulp-concat-util": "0.5.5",
|
||||
"gulp-eol": "0.1.2",
|
||||
"gulp-eslint": "4.0.0",
|
||||
|
@ -97,7 +97,7 @@
|
|||
"jquery-lazyload": "1.9.7",
|
||||
"jquery-mousewheel": "3.1.13",
|
||||
"jquery-scrollstop": "1.2.0",
|
||||
"jquery.backstretch": "2.1.15",
|
||||
"jquery-backstretch": "2.1.16",
|
||||
"js-cookie": "2.1.4",
|
||||
"json-loader": "0.5.7",
|
||||
"json3": "3.3.2",
|
||||
|
@ -110,17 +110,15 @@
|
|||
"node-fs": "0.1.7",
|
||||
"node-notifier": "5.1.2",
|
||||
"normalize.css": "7.0.0",
|
||||
"openpgp": "2.5.8",
|
||||
"openpgp": "2.5.10",
|
||||
"opentip": "2.4.3",
|
||||
"pikaday": "1.6.1",
|
||||
"raw-loader": "0.5.1",
|
||||
"rifraf": "2.0.3",
|
||||
"rimraf": "2.6.1",
|
||||
"rimraf": "2.6.2",
|
||||
"run-sequence": "2.1.0",
|
||||
"simplestatemanager": "3.4.0",
|
||||
"style-loader": "0.18.2",
|
||||
"underscore": "1.8.3",
|
||||
"webpack": "3.4.1",
|
||||
"webpack": "3.6.0",
|
||||
"webpack-notifier": "1.5.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue