mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
ES2015 first look / babeljs
This commit is contained in:
parent
5dcceaaca5
commit
445cd155e5
123 changed files with 3214 additions and 3680 deletions
52
package.json
52
package.json
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "RainLoop",
|
||||
"title": "RainLoop Webmail",
|
||||
"version": "1.9.3",
|
||||
"release": "365",
|
||||
"version": "1.9.4",
|
||||
"release": "387",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"homepage": "http://rainloop.net",
|
||||
"main": "gulpfile.js",
|
||||
|
|
@ -45,35 +45,41 @@
|
|||
"node": ">= 0.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-fs": "*",
|
||||
"rimraf": "*",
|
||||
"jshint-summary": "*",
|
||||
"webpack": "*",
|
||||
"babel-core": "^6.1.4",
|
||||
"babel-eslint": "^4.1.5",
|
||||
"babel-loader": "^6.1.0",
|
||||
"babel-preset-es2015": "^6.1.4",
|
||||
"eslint": "^1.9.0",
|
||||
"gulp": "~3.9.0",
|
||||
"gulp-util": "*",
|
||||
"gulp-uglify": "*",
|
||||
"gulp-rimraf": "*",
|
||||
"gulp-autoprefixer": "*",
|
||||
"gulp-beautify": "*",
|
||||
"gulp-closure-compiler": "*",
|
||||
"gulp-concat-util": "*",
|
||||
"gulp-csscomb": "*",
|
||||
"gulp-csslint": "*",
|
||||
"gulp-eol": "*",
|
||||
"gulp-eslint": "^1.1.0",
|
||||
"gulp-header": "*",
|
||||
"gulp-if": "~1.2.5",
|
||||
"gulp-jshint": "*",
|
||||
"gulp-less": "1.3.6",
|
||||
"gulp-zip": "*",
|
||||
"gulp-livereload": "~3.8.0",
|
||||
"gulp-minify-css": "*",
|
||||
"gulp-notify": "~2.2.0",
|
||||
"gulp-plumber": "*",
|
||||
"gulp-rename": "*",
|
||||
"gulp-replace": "*",
|
||||
"gulp-header": "*",
|
||||
"gulp-eol": "*",
|
||||
"gulp-rimraf": "*",
|
||||
"gulp-stripbom": "*",
|
||||
"gulp-minify-css": "*",
|
||||
"gulp-autoprefixer": "*",
|
||||
"gulp-csscomb": "*",
|
||||
"gulp-closure-compiler": "*",
|
||||
"gulp-csslint": "*",
|
||||
"gulp-beautify": "*",
|
||||
"gulp-plumber": "*",
|
||||
"gulp-concat-util": "*",
|
||||
"gulp-notify": "~2.2.0",
|
||||
"gulp-through": "~0.3.0",
|
||||
"gulp-uglify": "*",
|
||||
"gulp-util": "*",
|
||||
"gulp-zip": "*",
|
||||
"jshint-summary": "*",
|
||||
"lodash": "~3.9.3",
|
||||
"gulp-if": "~1.2.5",
|
||||
"node-fs": "*",
|
||||
"node-notifier": "~4.2.3",
|
||||
"gulp-livereload": "~3.8.0"
|
||||
"rimraf": "*",
|
||||
"webpack": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue