rsnext/examples/with-supabase-auth-realtime-db/package.json
Ryan 91dd8193b5
Update package.json for examples/with-supabase-auth-realtime-db (#33321)
Updating dependencies for examples/with-supabase-auth-realtime-db so npm install does not encounter dependency errors on install.



## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2022-01-14 23:56:57 +00:00

16 lines
306 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@supabase/supabase-js": "^1.2.1",
"@supabase/ui": "^0.36.2",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "1.1.2"
}
}