Skip to content

Commit 1f6aab9

Browse files
committed
chore(package): remove unused deps, move some to devDeps
1 parent 4be3191 commit 1f6aab9

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,10 @@
3535
"prepublish": "gulp build"
3636
},
3737
"dependencies": {
38-
"babel-core": "^6.18.2",
3938
"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",
4639
"bluebird": "^3.4.5",
4740
"chalk": "^1.1.0",
4841
"glob": "^7.0.5",
49-
"gulp-babel": "^6.1.2",
50-
"gulp-beautify": "^2.0.0",
5142
"gulp-eslint": "^3.0.1",
5243
"gulp-filter": "^4.0.0",
5344
"gulp-html2jade": "^1.1.2",
@@ -62,15 +53,19 @@
6253
"yeoman-welcome": "^1.0.1"
6354
},
6455
"devDependencies": {
65-
"babel-plugin-transform-class-properties": "^6.19.0",
56+
"babel-core": "^6.18.2",
6657
"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",
6761
"chai": "^3.5.0",
6862
"del": "^2.2.0",
6963
"grunt": "^1.0.1",
7064
"grunt-build-control": "^0.7.0",
7165
"grunt-david": "~0.7.0",
7266
"grunt-release": "^0.14.0",
7367
"gulp": "^3.9.1",
68+
"gulp-babel": "^6.1.2",
7469
"gulp-conventional-changelog": "^1.1.0",
7570
"gulp-gh-pages": "^0.5.4",
7671
"gulp-if": "^2.0.1",

src/generators/app/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import chalk from 'chalk';
66
import { Base } from '../generator-base';
77
import insight from '../insight-init';
88
import { exec } from 'child_process';
9-
import babelStream from 'gulp-babel';
10-
import beaufityStream from 'gulp-beautify';
119
import tap from 'gulp-tap';
1210
import filter from 'gulp-filter';
1311
import eslint from 'gulp-eslint';

0 commit comments

Comments
 (0)