UNPKG

react-folder-structure

Version:

Opinionated folder layout for use with create-react-app. ( views/containers, components, routes, config, constants ), note includes a JSLINT file as well.

39 lines (38 loc) 1 kB
{ "name": "react-folder-structure", "version": "0.0.15", "description": "Opinionated folder layout for use with create-react-app. ( views/containers, components, routes, config, constants ), note includes a JSLINT file as well.", "main": "index.js", "scripts": { "test": "test" }, "bin": { "react-folder-structure": "./index.js" }, "preferGlobal": true, "repository": { "type": "git", "url": "git+https://github.com/leighs-hammer/react-folder-structure.git" }, "keywords": [ "React", "Folder", "Boilerplate", "JSLint", "SASS" ], "author": "Leigh Brendon Barnes", "license": "MIT", "bugs": { "url": "https://github.com/leighs-hammer/react-folder-structure/issues" }, "homepage": "https://github.com/leighs-hammer/react-folder-structure#readme", "dependencies": { "chalk": "^2.3.0", "co": "^4.6.0", "co-prompt": "^1.0.0", "commander": "^2.11.0", "npm-add-script": "^1.1.0", "shelljs": "^0.7.8" } }