react-app-architecture-boilerplate
Version:
A ready to use React app having well defined and decoupled components.
35 lines (34 loc) • 947 B
JSON
{
"name": "react-app-architecture-boilerplate",
"version": "0.1.1",
"private": false,
"dependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "1.0.14"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "A ready to use React app having well defined and decoupled components.",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rudrakshpathak/react-app-boilerplate.git"
},
"keywords": [
"react-app",
"react-app-boilerplate",
"react-app-structure"
],
"author": "Rudraksh Pathak",
"license": "MIT",
"bugs": {
"url": "https://github.com/rudrakshpathak/react-app-boilerplate/issues"
},
"homepage": "https://github.com/rudrakshpathak/react-app-boilerplate#readme"
}