rsnext/examples/with-couchbase/package.json

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

15 lines
243 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"couchbase": "^3.1.3",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}