rsnext/examples/with-clerk/package.json
Sokratis Vidros e89a080c46
Fix for with-clerk example (#24324)
## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added

## 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.

## Documentation / Examples

- [x] Make sure the linting passes

The predev npm script assumes that vercel cli is installed. It's better for the example to run without it.
2021-04-21 19:27:36 +00:00

16 lines
312 B
JSON

{
"name": "with-clerk",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@clerk/clerk-react": "1.7.0",
"@clerk/clerk-sdk-node": "0.3.0",
"next": "10.0.9",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"license": "MIT"
}