react.cordova
Version:
Reco unifies React.js and Cordova into one CLI which bundles both platforms together and provides the developer with the ability to generate Cordova hybrid cross-platform applications built in React .
88 lines (87 loc) • 2.06 kB
JSON
{
"name": "react.cordova",
"version": "2.5.4",
"description": "Reco unifies React.js and Cordova into one CLI which bundles both platforms together and provides the developer with the ability to generate Cordova hybrid cross-platform applications built in React .",
"scripts": {
"start": "reco start",
"build": "babel bin -d dist --copy-files"
},
"bin": {
"reco": ".bin/reco",
"react-cordova": ".bin/reco"
},
"files": [
"bin/",
"templates/",
".bin/",
"node_modules/",
"package-lock.json",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/orchoban/react.cordova.git"
},
"keywords": [
"reco",
"reco cli",
"react cordova",
"react-app cordova",
"npm react.cordova",
"cli react.cordova",
"react.cordova",
"npm react.cordova",
"npm react cordova",
"npm react-cordova",
"reco react.cordova",
"react cordova bundle",
"bundle react cordova",
"react.js cordova bundle",
"one code",
"ecosystem:react.js",
"ecosystem:cordova",
"cordova",
"react",
"hybrid app",
"hybrid mobile app",
"react with cordova",
"react native",
"reactjs",
"react.js",
"react-js",
"phonegap",
"ionic",
"react js with cordova"
],
"author": "Or Chuban. https://orchuban.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/uidb-dev/react.cordova/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://ui-db.com/open-source/react.cordova",
"dependencies": {
"abbrev": "^1.1.1",
"arg": "^5.0.1",
"chalk": "^4.1.2",
"colorette": "^1.4.0",
"colors": "^1.4.0",
"copy-dir": "^1.3.0",
"debug": "^4.3.2",
"download-file": "^0.1.5",
"esm": "^3.2.25",
"inquirer": "^8.2.0",
"jsonfile": "^6.1.0",
"ncp": "^2.0.0",
"node-gyp": "^8.3.0",
"promise": "^8.1.0",
"rxjs": "^7.4.0"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8"
}
}