mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Update dependencies and configurations
This commit is contained in:
parent
dbbc83e4c8
commit
a1562e7145
18 changed files with 732 additions and 633 deletions
58
package.json
58
package.json
|
|
@ -3,8 +3,8 @@
|
|||
"title": "RainLoop Webmail",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"private": true,
|
||||
"version": "1.12.1",
|
||||
"ownCloudVersion": "5.1.1",
|
||||
"version": "1.13.0",
|
||||
"ownCloudVersion": "5.2.0",
|
||||
"homepage": "https://www.rainloop.net",
|
||||
"author": {
|
||||
"name": "RainLoop Team",
|
||||
|
|
@ -46,31 +46,26 @@
|
|||
"openpgp"
|
||||
],
|
||||
"readmeFilename": "README.md",
|
||||
"browserslist": [
|
||||
"last 3 versions",
|
||||
"IE >= 9",
|
||||
"firefox esr"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.4.0",
|
||||
"@babel/plugin-proposal-class-properties": "7.4.0",
|
||||
"@babel/plugin-proposal-decorators": "7.4.0",
|
||||
"@babel/plugin-transform-runtime": "7.4.0",
|
||||
"@babel/preset-env": "7.4.2",
|
||||
"@babel/runtime-corejs2": "7.4.2",
|
||||
"autolinker": "3.0.5",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-loader": "8.0.5",
|
||||
"@babel/core": "7.4.5",
|
||||
"@babel/plugin-proposal-class-properties": "7.4.4",
|
||||
"@babel/plugin-proposal-decorators": "7.4.4",
|
||||
"@babel/plugin-transform-runtime": "7.4.4",
|
||||
"@babel/preset-env": "7.4.5",
|
||||
"@babel/runtime": "7.4.5",
|
||||
"@babel/runtime-corejs3": "7.4.5",
|
||||
"autolinker": "3.1.0",
|
||||
"babel-eslint": "10.0.2",
|
||||
"babel-loader": "8.0.6",
|
||||
"classnames": "2.2.6",
|
||||
"copy-webpack-plugin": "5.0.2",
|
||||
"css-loader": "2.1.1",
|
||||
"copy-webpack-plugin": "5.0.3",
|
||||
"core-js": "3.1.4",
|
||||
"css-loader": "3.0.0",
|
||||
"element-dataset": "2.2.6",
|
||||
"emailjs-addressparser": "2.0.2",
|
||||
"es6-object-assign": "1.1.0",
|
||||
"es6-promise-polyfill": "1.2.0",
|
||||
"eslint": "5.15.3",
|
||||
"eslint": "6.0.1",
|
||||
"gulp": "3.9.1",
|
||||
"gulp-autoprefixer": "6.0.0",
|
||||
"gulp-autoprefixer": "6.1.0",
|
||||
"gulp-cached": "1.1.1",
|
||||
"gulp-chmod": "2.0.0",
|
||||
"gulp-clean-css": "3.10.0",
|
||||
|
|
@ -83,7 +78,6 @@
|
|||
"gulp-if": "2.0.2",
|
||||
"gulp-less": "4.0.1",
|
||||
"gulp-livereload": "4.0.1",
|
||||
"gulp-notify": "3.2.0",
|
||||
"gulp-plumber": "1.2.1",
|
||||
"gulp-rename": "1.4.0",
|
||||
"gulp-replace": "1.0.0",
|
||||
|
|
@ -95,20 +89,20 @@
|
|||
"gulp-util": "3.0.8",
|
||||
"gulp-zip": "4.2.0",
|
||||
"ifvisible.js": "1.0.6",
|
||||
"intersection-observer": "0.5.1",
|
||||
"jquery": "3.3.1",
|
||||
"intersection-observer": "0.7.0",
|
||||
"jquery": "3.4.1",
|
||||
"jquery-backstretch": "2.1.17",
|
||||
"jquery-migrate": "3.0.1",
|
||||
"jquery-migrate": "3.1.0",
|
||||
"jquery-mousewheel": "3.1.13",
|
||||
"jquery-scrollstop": "1.2.0",
|
||||
"js-cookie": "2.2.0",
|
||||
"json-loader": "0.5.7",
|
||||
"json3": "3.3.2",
|
||||
"json3": "3.3.3",
|
||||
"knockout": "3.4.2",
|
||||
"knockout-sortable": "1.1.1",
|
||||
"knockout-transformations": "2.1.0",
|
||||
"lozad": "1.9.0",
|
||||
"matchmedia-polyfill": "0.3.1",
|
||||
"matchmedia-polyfill": "0.3.2",
|
||||
"moment": "2.24.0",
|
||||
"node-fs": "0.1.7",
|
||||
"node-notifier": "5.4.0",
|
||||
|
|
@ -116,14 +110,14 @@
|
|||
"openpgp": "2.6.2",
|
||||
"opentip": "2.4.3",
|
||||
"pikaday": "1.8.0",
|
||||
"raw-loader": "2.0.0",
|
||||
"raf": "3.4.1",
|
||||
"raw-loader": "3.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
"run-sequence": "2.2.1",
|
||||
"simplestatemanager": "4.1.1",
|
||||
"style-loader": "0.23.1",
|
||||
"underscore": "1.9.1",
|
||||
"webpack": "4.29.6",
|
||||
"webpack-cli": "3.3.0",
|
||||
"webpack-notifier": "1.7.0"
|
||||
"webpack": "4.35.0",
|
||||
"webpack-cli": "3.3.5"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue