Skip to content

Instantly share code, notes, and snippets.

@nhumphrey2
Created February 19, 2019 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhumphrey2/a58a1357a9e8db9cd2b5204f2c77776d to your computer and use it in GitHub Desktop.
Save nhumphrey2/a58a1357a9e8db9cd2b5204f2c77776d to your computer and use it in GitHub Desktop.
React_App_package.json
{
"name": "react-native",
"version": "1.0.0",
"description": "React Native for Web starter template",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"react": "16.5.1",
"react-art": "16.5.1",
"react-dom": "16.5.1",
"react-native-web": "0.9.x",
"react-scripts": "1.1.5"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment