mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
85155a9895
17 changed files with 286 additions and 245 deletions
25
package.json
25
package.json
|
|
@ -46,13 +46,14 @@
|
|||
],
|
||||
"readmeFilename": "README.md",
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.8.4",
|
||||
"@babel/core": "7.8.7",
|
||||
"@babel/plugin-proposal-class-properties": "7.8.3",
|
||||
"@babel/plugin-proposal-decorators": "7.8.3",
|
||||
"@babel/preset-env": "7.8.4",
|
||||
"@babel/runtime-corejs3": "7.8.4",
|
||||
"autolinker": "3.11.1",
|
||||
"babel-eslint": "10.0.3",
|
||||
"@babel/plugin-transform-runtime": "7.8.3",
|
||||
"@babel/preset-env": "7.8.7",
|
||||
"@babel/runtime-corejs3": "7.8.7",
|
||||
"autolinker": "3.13.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-loader": "8.0.6",
|
||||
"classnames": "2.2.6",
|
||||
"copy-webpack-plugin": "5.1.1",
|
||||
|
|
@ -65,7 +66,7 @@
|
|||
"gulp-autoprefixer": "7.0.1",
|
||||
"gulp-cached": "1.1.1",
|
||||
"gulp-chmod": "3.0.0",
|
||||
"gulp-clean-css": "4.2.0",
|
||||
"gulp-clean-css": "4.3.0",
|
||||
"gulp-concat-util": "0.5.5",
|
||||
"gulp-eol": "0.2.0",
|
||||
"gulp-eslint": "6.0.0",
|
||||
|
|
@ -101,12 +102,14 @@
|
|||
"pikaday": "1.8.0",
|
||||
"prettier": "1.19.1",
|
||||
"raw-loader": "4.0.0",
|
||||
"rimraf": "3.0.1",
|
||||
"rimraf": "3.0.2",
|
||||
"simplestatemanager": "4.1.1",
|
||||
"style-loader": "1.1.3",
|
||||
"underscore": "1.9.2",
|
||||
"webpack": "4.41.5",
|
||||
"webpack-cli": "3.3.10"
|
||||
"underscore": "1.9.2"
|
||||
},
|
||||
"dependencies": {}
|
||||
"dependencies": {
|
||||
"gulp-terser": "^1.2.0",
|
||||
"webpack": "4.42.0",
|
||||
"webpack-cli": "3.3.11"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue