create-react-wptheme
Version:
Create React-enabled WP themes.
55 lines (54 loc) • 1.37 kB
JSON
{
"name": "create-react-wptheme",
"version": "3.4.1-wp.1",
"description": "Create React-enabled WP themes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/devloco/create-react-wptheme.git"
},
"keywords": [
"wordpress",
"create-react-app",
"wordpress-theme",
"wordpress-development",
"wordpress-starter-theme",
"wordpress-api",
"reactjs",
"react",
"react-theme",
"wordpress-server",
"react-tutorial",
"react-wordpress-themes",
"php"
],
"author": "devloco",
"license": "MIT",
"engines": {
"node": ">=8"
},
"bugs": {
"url": "https://github.com/devloco/create-react-wptheme/issues"
},
"files": [
"index.js",
"createReactWpTheme.js"
],
"homepage": "https://github.com/devloco/create-react-wptheme",
"bin": {
"create-react-wptheme": "./index.js"
},
"dependencies": {
"chalk": "3.0.0",
"commander": "2.20.0",
"cross-spawn": "6.0.5",
"envinfo": "7.3.1",
"fs-extra": "7.0.1",
"semver": "6.3.0",
"tmp": "0.0.33",
"validate-npm-package-name": "3.0.0"
}
}