rsnext/examples/with-redux-wrapper/package.json

19 lines
367 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "9.4.1",
"next-redux-wrapper": "^7.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "7.1.3",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-thunk": "2.3.0"
}
}