rsnext/examples/with-geist-ui/package.json
Marzouq 342331e66d
added example: with-geist-ui (#36525)
## 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

- [x] Make sure the linting passes by running `yarn lint`
2022-05-10 11:02:02 +00:00

22 lines
453 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@geist-ui/core": "latest",
"@geist-ui/icons": "1.0.1",
"next": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@types/node": "^17.0.29",
"@types/react": "^18.0.8",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"typescript": "^4.5.4"
}
}