mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Optimize building process
This commit is contained in:
parent
f8a131e3bc
commit
35ef89c2a6
119 changed files with 18026 additions and 221 deletions
16
package.json
16
package.json
|
|
@ -52,7 +52,6 @@
|
|||
"firefox esr"
|
||||
],
|
||||
"devDependencies": {
|
||||
"Progress.js": "github:usablica/progress.js#v0.1.0",
|
||||
"autolinker": "1.6.2",
|
||||
"babel-core": "6.26.0",
|
||||
"babel-eslint": "8.2.2",
|
||||
|
|
@ -63,23 +62,23 @@
|
|||
"babel-preset-stage-0": "6.24.1",
|
||||
"babel-runtime": "6.26.0",
|
||||
"classnames": "2.2.5",
|
||||
"copy-webpack-plugin": "4.5.0",
|
||||
"copy-webpack-plugin": "4.5.1",
|
||||
"element-dataset": "2.2.6",
|
||||
"emailjs-addressparser": "2.0.2",
|
||||
"es6-promise-polyfill": "1.2.0",
|
||||
"eslint": "4.18.2",
|
||||
"eslint": "4.19.1",
|
||||
"eslint-plugin-compat": "2.2.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.2",
|
||||
"gulp-clean-css": "3.9.3",
|
||||
"gulp-concat-util": "0.5.5",
|
||||
"gulp-eol": "0.2.0",
|
||||
"gulp-eslint": "4.0.2",
|
||||
"gulp-expect-file": "0.0.7",
|
||||
"gulp-filter": "5.1.0",
|
||||
"gulp-header": "2.0.1",
|
||||
"gulp-header": "2.0.5",
|
||||
"gulp-if": "2.0.2",
|
||||
"gulp-less": "4.0.0",
|
||||
"gulp-livereload": "3.8.1",
|
||||
|
|
@ -106,7 +105,6 @@
|
|||
"knockout": "3.4.2",
|
||||
"knockout-transformations": "2.1.0",
|
||||
"knockout-sortable": "1.1.0",
|
||||
"lightgallery": "1.2.21",
|
||||
"lozad": "1.3.0",
|
||||
"matchmedia-polyfill": "0.3.0",
|
||||
"moment": "2.21.0",
|
||||
|
|
@ -119,10 +117,10 @@
|
|||
"raw-loader": "0.5.1",
|
||||
"rimraf": "2.6.2",
|
||||
"run-sequence": "2.2.1",
|
||||
"simplestatemanager": "4.0.2",
|
||||
"style-loader": "0.20.2",
|
||||
"simplestatemanager": "4.1.0",
|
||||
"style-loader": "0.20.3",
|
||||
"underscore": "1.8.3",
|
||||
"webpack": "3.11.0",
|
||||
"webpack-notifier": "1.5.1"
|
||||
"webpack-notifier": "1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue