|
35 | 35 | "prepublish": "gulp build" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "babel-core": "^6.18.2", |
39 | 38 | "babel-eslint": "^7.1.0", |
40 | | - "babel-plugin-syntax-class-properties": "^6.13.0", |
41 | | - "babel-plugin-syntax-flow": "^6.18.0", |
42 | | - "babel-plugin-syntax-decorators": "^6.13.0", |
43 | | - "babel-plugin-syntax-export-extensions": "^6.13.0", |
44 | | - "babel-plugin-transform-flow-strip-types": "^6.18.0", |
45 | | - "babel-register": "^6.18.0", |
46 | 39 | "bluebird": "^3.4.5", |
47 | 40 | "chalk": "^1.1.0", |
48 | 41 | "glob": "^7.0.5", |
49 | | - "gulp-babel": "^6.1.2", |
50 | | - "gulp-beautify": "^2.0.0", |
51 | 42 | "gulp-eslint": "^3.0.1", |
52 | 43 | "gulp-filter": "^4.0.0", |
53 | 44 | "gulp-html2jade": "^1.1.2", |
|
62 | 53 | "yeoman-welcome": "^1.0.1" |
63 | 54 | }, |
64 | 55 | "devDependencies": { |
65 | | - "babel-plugin-transform-class-properties": "^6.19.0", |
| 56 | + "babel-core": "^6.18.2", |
66 | 57 | "babel-preset-es2015": "^6.18.0", |
| 58 | + "babel-plugin-transform-class-properties": "^6.19.0", |
| 59 | + "babel-plugin-transform-flow-strip-types": "^6.18.0", |
| 60 | + "babel-register": "^6.18.0", |
67 | 61 | "chai": "^3.5.0", |
68 | 62 | "del": "^2.2.0", |
69 | 63 | "grunt": "^1.0.1", |
70 | 64 | "grunt-build-control": "^0.7.0", |
71 | 65 | "grunt-david": "~0.7.0", |
72 | 66 | "grunt-release": "^0.14.0", |
73 | 67 | "gulp": "^3.9.1", |
| 68 | + "gulp-babel": "^6.1.2", |
74 | 69 | "gulp-conventional-changelog": "^1.1.0", |
75 | 70 | "gulp-gh-pages": "^0.5.4", |
76 | 71 | "gulp-if": "^2.0.1", |
|
0 commit comments