rsnext/examples/with-react-foundation/package.json
Mayank 82eb6e6f49
chore(examples): bump dependency versions (#55899)
Co-authored-by: Snyk bot <19733683+snyk-bot@users.noreply.github.com>
Co-authored-by: Steven <229881+styfle@users.noreply.github.com>
2023-09-25 16:31:49 +00:00

21 lines
434 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"foundation-sites": "6.8.1",
"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"
}
}