Skip to content

Instantly share code, notes, and snippets.

@timothystewart6
Created February 11, 2017 20:57
Show Gist options
  • Save timothystewart6/3ff3ea62ed6a816a73fc932f5ea3df40 to your computer and use it in GitHub Desktop.
Save timothystewart6/3ff3ea62ed6a816a73fc932f5ea3df40 to your computer and use it in GitHub Desktop.
create-react-app pre-eject package.json
{
"name": "create-react-app",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.9.0"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"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