generator-react-gulp-browserify-less
Version:
A Yeoman Generator for facebook's React framework. It includes gulp, browserify,babel,source maps, livereload and famous official Twitter bootstrap LESS version.
11 lines (10 loc) • 519 B
JSON
{
"name": "<%= _.slugify(projectName) %>",
"version": "0.0.1",
"dependencies": {<% if (includeBootstrap || includejQuery) { %>
"jquery": "~2.1.1"<% if (includeBootstrap || includeModernizr) { %>,<% } } if (includeBootstrap && (!includeLess && !includeStylus)) { %>
"bootstrap": ">=3.3.5"<% if (includeModernizr) { %>,<% } } if (includeBootstrap && includeStylus) { %>
"bootstrap-stylus": ">=4.0.5"<% if (includeModernizr) { %>,<% } } if (includeModernizr) { %>
"modernizr": "^2.8.3"<% } %>
}
}