Created
August 9, 2019 11:48
-
-
Save pshubham95/3511a973fd161f5575568450153dfe60 to your computer and use it in GitHub Desktop.
cordovaReactProject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "helloworld", | |
"displayName": "HelloCordova", | |
"version": "1.0.0", | |
"description": "A sample Apache Cordova application that responds to the deviceready event.", | |
"main": "index.js", | |
"dependencies": { | |
"react": "^16.9.0", | |
"react-dom": "^16.9.0", | |
"react-scripts": "3.0.1" | |
}, | |
"scripts": { | |
"start": "react-scripts start", | |
"build": "react-scripts build", | |
"test": "react-scripts test", | |
"eject": "react-scripts eject" | |
}, | |
"browserslist": { | |
"production": [ | |
">0.2%", | |
"not dead", | |
"not op_mini all" | |
], | |
"development": [ | |
"last 1 chrome version", | |
"last 1 firefox version", | |
"last 1 safari version" | |
] | |
}, | |
"keywords": [ | |
"ecosystem:cordova" | |
], | |
"author": "Apache Cordova Team", | |
"license": "Apache-2.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment