mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
es5 -> es2015 (last stage)
Signature plugin fixes Add view decorator A large number of fixes
This commit is contained in:
parent
e88c193334
commit
17669b7be0
153 changed files with 21193 additions and 21115 deletions
34
package.json
34
package.json
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "RainLoop",
|
||||
"name": "rainloop",
|
||||
"title": "RainLoop Webmail",
|
||||
"version": "1.10.3",
|
||||
"release": "151",
|
||||
"ownCloudPackageVersion": "4.23",
|
||||
"private": true,
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"private": true,
|
||||
"version": "1.10.3",
|
||||
"release": "155",
|
||||
"ownCloudPackageVersion": "4.23",
|
||||
"homepage": "http://rainloop.net",
|
||||
"main": "gulpfile.js",
|
||||
"author": {
|
||||
|
|
@ -40,6 +40,7 @@
|
|||
"web-based",
|
||||
"email",
|
||||
"client",
|
||||
"openpgp",
|
||||
"plugins"
|
||||
],
|
||||
"readmeFilename": "README.md",
|
||||
|
|
@ -50,15 +51,19 @@
|
|||
"Progress.js": "github:usablica/progress.js",
|
||||
"autolinker": "^0.27.0",
|
||||
"babel-core": "^6.13.2",
|
||||
"babel-loader": "^6.1.0",
|
||||
"babel-eslint": "^6.1.2",
|
||||
"babel-loader": "^6.2.5",
|
||||
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
||||
"babel-plugin-transform-runtime": "^6.9.0",
|
||||
"babel-preset-es2015": "^6.13.2",
|
||||
"babel-preset-es2016": "^6.11.3",
|
||||
"babel-preset-stage-0": "^6.5.0",
|
||||
"babel-runtime": "^6.1.18",
|
||||
"classnames": "^2.2.5",
|
||||
"copy-webpack-plugin": "^3.0.1",
|
||||
"es6-promise-polyfill": "^1.2.0",
|
||||
"gulp": "~3.9.0",
|
||||
"gulp-autoprefixer": "^3.1.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-autoprefixer": "^3.1.1",
|
||||
"gulp-beautify": "^2.0.0",
|
||||
"gulp-cached": "^1.1.0",
|
||||
"gulp-clean-css": "^2.0.7",
|
||||
|
|
@ -70,8 +75,8 @@
|
|||
"gulp-if": "^2.0.1",
|
||||
"gulp-ignore": "^2.0.1",
|
||||
"gulp-less": "^3.1.0",
|
||||
"gulp-livereload": "~3.8.0",
|
||||
"gulp-notify": "~2.2.0",
|
||||
"gulp-livereload": "^3.8.1",
|
||||
"gulp-notify": "^2.2.0",
|
||||
"gulp-plumber": "^1.1.0",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-replace": "^0.5.4",
|
||||
|
|
@ -82,8 +87,7 @@
|
|||
"gulp-util": "^3.0.7",
|
||||
"gulp-zip": "^3.2.0",
|
||||
"ifvisible.js": "^1.0.6",
|
||||
"jassl": "github:rainloop/jassl",
|
||||
"jquery": "^2",
|
||||
"jquery": "^2.2.4",
|
||||
"jquery-lazyload": "^1.9.7",
|
||||
"jquery-mousewheel": "^3.1.13",
|
||||
"jquery-scrollstop": "^1.2.0",
|
||||
|
|
@ -100,7 +104,7 @@
|
|||
"node-fs": "^0.1.7",
|
||||
"node-notifier": "^4.6.0",
|
||||
"normalize.css": "^4.2.0",
|
||||
"openpgp": "^2.3.2",
|
||||
"openpgp": "^2.3.3",
|
||||
"opentip": "^2.4.3",
|
||||
"pikaday": "^1.4.0",
|
||||
"raw-loader": "^0.5.1",
|
||||
|
|
@ -108,8 +112,10 @@
|
|||
"rimraf": "^2.5.4",
|
||||
"run-sequence": "^1.2.2",
|
||||
"simplestatemanager": "^3.1.3",
|
||||
"style-loader": "^0.13.1",
|
||||
"tinycon": "github:tommoor/tinycon",
|
||||
"underscore": "^1.8.3",
|
||||
"webpack": "^2.1.0-beta.20"
|
||||
"webpack": "^2.1.0-beta.21",
|
||||
"webpack-notifier": "^1.3.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue