rsnext/examples/with-overmind/package.json
2019-07-08 19:37:58 -04:00

21 lines
435 B
JSON

{
"name": "next-overmind",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next -p 1234",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"next": "latest",
"overmind": "^17.0.0-1551262265873",
"overmind-react": "^18.0.0-1551262265873",
"react": "^16.8.3",
"react-dom": "^16.8.3"
}
}