rsnext/examples/with-rematch/package.json
2020-05-26 08:24:36 -04:00

18 lines
341 B
JSON

{
"name": "with-rematch",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@rematch/core": "1.4.0",
"next": "latest",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-redux": "7.2.0",
"redux": "4.0.5"
},
"license": "ISC"
}