rsnext/examples/with-react-foundation/package.json
Marzouq 1f0f2c0ab8
added with-react-foundation example (#36375)
## 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-04-25 12:43:14 +00:00

21 lines
434 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"foundation-sites": "6.7.4",
"next": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-foundation": "^0.9.7"
},
"devDependencies": {
"@types/node": "^17.0.25",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"typescript": "4.6.3"
}
}