generator-base-reactjs
Version:
ReactJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. JSX compiled with Babel.
42 lines (41 loc) • 1.32 kB
JSON
{
"name": "generator-base-reactjs",
"version": "1.3.7",
"description": "ReactJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. JSX compiled with Babel.",
"license": "MIT",
"main": "app/index.js",
"repository": "zguillez/generator-base-reactjs",
"author": {
"name": "Guillermo de la Iglesia",
"email": "mail@zguillez.io",
"url": "https://github.com/zguillez"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"bower": "^1.7.9",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-livereload": "^0.1.3",
"grunt-merge-copy": "^1.0.1",
"grunt-open": "^0.2.3",
"grunt-react-templates": "^0.6.0",
"grunt-reload": "^0.2.0",
"grunt-rename": "^0.1.4",
"grunt-text-replace": "^0.4.0",
"jade": "^1.11.0",
"load-grunt-tasks": "^3.5.2",
"react-templates": "^0.5.2"
},
"dependencies": {}
}