rsnext/examples/with-plausible/package.json

16 lines
273 B
JSON
Raw Normal View History

{
"name": "with-plausible",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"next-plausible": "^1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}