|
31 | 31 | "url": "git://github.com/angular-fullstack/generator-angular-fullstack.git" |
32 | 32 | }, |
33 | 33 | "scripts": { |
34 | | - "test": "grunt test" |
| 34 | + "test": "gulp build && grunt test" |
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | | - "babel-core": "^6.7.0", |
38 | 37 | "babel-plugin-syntax-class-properties": "^6.5.0", |
39 | 38 | "babel-plugin-syntax-flow": "^6.5.0", |
40 | | - "babel-plugin-transform-class-properties": "^6.6.0", |
41 | 39 | "babel-plugin-transform-flow-strip-types": "^6.7.0", |
42 | | - "babel-preset-es2015": "^6.6.0", |
43 | | - "babel-register": "^6.6.5", |
44 | 40 | "chalk": "^1.1.0", |
45 | 41 | "generator-ng-component": "~0.2.1", |
46 | 42 | "glob": "^7.0.3", |
|
54 | 50 | "yeoman-welcome": "^1.0.1" |
55 | 51 | }, |
56 | 52 | "devDependencies": { |
| 53 | + "babel-plugin-transform-class-properties": "^6.6.0", |
| 54 | + "babel-preset-es2015": "^6.6.0", |
| 55 | + "babel-register": "^6.6.5", |
57 | 56 | "chai": "^3.2.0", |
| 57 | + "del": "^2.2.0", |
58 | 58 | "grunt": "^1.0.1", |
59 | 59 | "grunt-build-control": "^0.7.0", |
60 | 60 | "grunt-contrib-clean": "^1.0.0", |
|
64 | 64 | "grunt-env": "^0.4.1", |
65 | 65 | "grunt-mocha-test": "^0.12.7", |
66 | 66 | "grunt-release": "^0.13.0", |
| 67 | + "gulp": "^3.9.1", |
67 | 68 | "jit-grunt": "~0.10.0", |
68 | 69 | "mocha": "^2.2.5", |
69 | 70 | "q": "^1.0.1", |
70 | 71 | "recursive-readdir": "^2.0.0", |
| 72 | + "run-sequence": "^1.1.5", |
71 | 73 | "shelljs": "^0.6.0", |
72 | 74 | "yeoman-assert": "^2.0.0", |
73 | 75 | "yeoman-test": "^1.1.0" |
|
0 commit comments