mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Small fixes and improvements
This commit is contained in:
parent
f5b92b8b65
commit
791f0ff6ad
9 changed files with 6100 additions and 6350 deletions
48
package.json
48
package.json
|
|
@ -3,14 +3,14 @@
|
|||
"title": "RainLoop Webmail",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"private": true,
|
||||
"version": "1.12.0",
|
||||
"ownCloudVersion": "5.1.0",
|
||||
"homepage": "http://rainloop.net",
|
||||
"version": "1.12.1",
|
||||
"ownCloudVersion": "5.1.1",
|
||||
"homepage": "https://www.rainloop.net",
|
||||
"main": "gulpfile.js",
|
||||
"author": {
|
||||
"name": "RainLoop Team",
|
||||
"email": "support@rainloop.net",
|
||||
"web": "http://www.rainloop.net"
|
||||
"web": "https://www.rainloop.net"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
},
|
||||
{
|
||||
"type": "RainLoop Software License",
|
||||
"ulr": "http://www.rainloop.net/licensing/"
|
||||
"ulr": "https://www.rainloop.net/licensing/"
|
||||
}
|
||||
],
|
||||
"bugs": {
|
||||
|
|
@ -43,40 +43,36 @@
|
|||
"openpgp"
|
||||
],
|
||||
"readmeFilename": "README.md",
|
||||
"engines": {
|
||||
"node": ">= 4"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 3 versions",
|
||||
"ie >= 9",
|
||||
"IE >= 9",
|
||||
"firefox esr"
|
||||
],
|
||||
"devDependencies": {
|
||||
"autolinker": "1.6.2",
|
||||
"babel-core": "6.26.3",
|
||||
"babel-eslint": "8.2.3",
|
||||
"babel-loader": "7.1.4",
|
||||
"babel-plugin-transform-decorators-legacy": "1.3.4",
|
||||
"babel-eslint": "8.2.5",
|
||||
"babel-loader": "7.1.5",
|
||||
"babel-plugin-transform-decorators-legacy": "1.3.5",
|
||||
"babel-plugin-transform-runtime": "6.23.0",
|
||||
"babel-preset-env": "1.6.1",
|
||||
"babel-preset-env": "1.7.0",
|
||||
"babel-preset-stage-0": "6.24.1",
|
||||
"babel-runtime": "6.26.0",
|
||||
"classnames": "2.2.5",
|
||||
"copy-webpack-plugin": "4.5.1",
|
||||
"classnames": "2.2.6",
|
||||
"copy-webpack-plugin": "4.5.2",
|
||||
"element-dataset": "2.2.6",
|
||||
"emailjs-addressparser": "2.0.2",
|
||||
"es6-object-assign": "1.1.0",
|
||||
"es6-promise-polyfill": "1.2.0",
|
||||
"eslint": "4.19.1",
|
||||
"eslint-plugin-compat": "2.2.0",
|
||||
"eslint": "5.1.0",
|
||||
"gulp": "3.9.1",
|
||||
"gulp-autoprefixer": "5.0.0",
|
||||
"gulp-cached": "1.1.1",
|
||||
"gulp-chmod": "2.0.0",
|
||||
"gulp-clean-css": "3.9.3",
|
||||
"gulp-clean-css": "3.9.4",
|
||||
"gulp-concat-util": "0.5.5",
|
||||
"gulp-eol": "0.2.0",
|
||||
"gulp-eslint": "4.0.2",
|
||||
"gulp-eslint": "5.0.0",
|
||||
"gulp-expect-file": "0.0.7",
|
||||
"gulp-filter": "5.1.0",
|
||||
"gulp-header": "2.0.5",
|
||||
|
|
@ -85,8 +81,8 @@
|
|||
"gulp-livereload": "3.8.1",
|
||||
"gulp-notify": "3.2.0",
|
||||
"gulp-plumber": "1.2.0",
|
||||
"gulp-rename": "1.2.2",
|
||||
"gulp-replace": "0.6.1",
|
||||
"gulp-rename": "1.3.0",
|
||||
"gulp-replace": "1.0.0",
|
||||
"gulp-rimraf": "0.2.2",
|
||||
"gulp-size": "3.0.0",
|
||||
"gulp-stripbom": "1.0.4",
|
||||
|
|
@ -107,8 +103,8 @@
|
|||
"knockout-sortable": "1.1.0",
|
||||
"knockout-transformations": "2.1.0",
|
||||
"lozad": "1.4.0",
|
||||
"matchmedia-polyfill": "0.3.0",
|
||||
"moment": "2.22.1",
|
||||
"matchmedia-polyfill": "0.3.1",
|
||||
"moment": "2.22.2",
|
||||
"node-fs": "0.1.7",
|
||||
"node-notifier": "5.2.1",
|
||||
"normalize.css": "8.0.0",
|
||||
|
|
@ -118,10 +114,10 @@
|
|||
"raw-loader": "0.5.1",
|
||||
"rimraf": "2.6.2",
|
||||
"run-sequence": "2.2.1",
|
||||
"simplestatemanager": "4.1.0",
|
||||
"simplestatemanager": "4.1.1",
|
||||
"style-loader": "0.21.0",
|
||||
"underscore": "1.9.0",
|
||||
"webpack": "4.6.0",
|
||||
"underscore": "1.9.1",
|
||||
"webpack": "4.15.1",
|
||||
"webpack-notifier": "1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue