rsnext/examples/next-forms/package.json

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

20 lines
393 B
JSON
Raw Permalink Normal View History

{
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"next": "latest",
"postgres": "^3.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3",
"zod": "^3.22.4"
}
}