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

19 lines
380 B
JSON

{
"name": "with-rematch",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@rematch/core": "^1.1.0",
"isomorphic-unfetch": "^3.0.0",
"next": "latest",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-redux": "^6.0.1",
"redux": "^4.0.1"
},
"license": "ISC"
}