ES7+ Gulp and Babel package.json

JS
S
JSON

State of the art package.json configuration for ES7+ code transpiling.

1{
2  "name": "es7+",
3  "version": "0.0.0",
4  "private": true,
5  "dependencies": {
6    "babel-plugin-transform-runtime": "^7.0.0-alpha.9"
7  },
8  "devDependencies": {
9    "babel-core": "^7.0.0-alpha.9",
10    "babel-eslint": "^7.0.0",
11    "babel-plugin-istanbul": "^2.0.1",
12    "babel-plugin-transform-runtime": "^7.0.0-alpha.9",
13    "babel-preset-env": "^2.0.0-alpha.7",
14    "babel-preset-es2017": "^6.24.1",
15    "babel-preset-flow": "^7.0.0-alpha.9",
16    "babel-preset-stage-0": "^7.0.0-alpha.9",
17    "babel-preset-stage-1": "^7.0.0-alpha.9",
18    "babel-preset-stage-2": "^7.0.0-alpha.9",
19    "babel-preset-stage-3": "^7.0.0-alpha.9",
20    "babel-register": "^7.0.0-alpha.9",
21    "del": "^2.2.2",
22    "gulp": "^3.9.0",
23    "gulp-babel": "babel/gulp-babel#b7-alpha",
24    "gulp-newer": "^1.0.0",
25    "gulp-plumber": "^1.0.1",
26    "gulp-util": "^3.0.7",
27    "gulp-watch": "^4.3.5"
28  }
29}
30

Created on 6/14/2017