rsnext/examples/with-react-foundation/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
434 B
JSON
Raw Permalink Normal View History

{
"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"
}
}