Skip to content

Instantly share code, notes, and snippets.

@kamnan43
Created December 24, 2021 04:07
Show Gist options
  • Save kamnan43/575782ab78dd527739907dda3936dc40 to your computer and use it in GitHub Desktop.
Save kamnan43/575782ab78dd527739907dda3936dc40 to your computer and use it in GitHub Desktop.
{
"name": "bubble-ui",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"firebase": "^9.6.1",
"react": "17.0.2",
"react-bubble-ui": "1.1.1",
"react-dom": "17.0.2",
"react-scripts": "4.0.0",
"sweetalert2": "^11.3.0"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment