UNPKG

generator-base-reactjs

Version:

ReactJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. JSX compiled with Babel.

22 lines 615 B
{ "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" }, "dependencies": { "requirejs": "~2.2.0", "requirejs-text": "~2.0.15", "react": "~15.3.1", "jquery": "~3.1.0", "bootstrap": "~3.3.7", "lodash": "~4.15.0", "page": "~1.7.1" } }