Skip to content

Instantly share code, notes, and snippets.

@xrd
Created May 29, 2018 22:27
Show Gist options
  • Select an option

  • Save xrd/a06ff559ae2e529249f0fbbcaf059b62 to your computer and use it in GitHub Desktop.

Select an option

Save xrd/a06ff559ae2e529249f0fbbcaf059b62 to your computer and use it in GitHub Desktop.
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@firebase/app": "^0.3.2",
"@firebase/auth": "^0.5.2",
"@firebase/firestore": "^0.5.3",
"@material-ui/core": "^1.0.0",
"@material-ui/icons": "^1.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-navigation": "^2.0.1",
"react-scripts": "1.1.4",
"react-signature-canvas": "^1.0.0-alpha.1"
},
"scripts": {
"start": "PORT=3006 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