Skip to content

Commit cf63d9f

Browse files
authored
feat: 🎸 add reduzx to project structure (#7)
1 parent 560b23e commit cf63d9f

File tree

4 files changed

+142
-0
lines changed

4 files changed

+142
-0
lines changed

package-lock.json

Lines changed: 139 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@commitlint/config-conventional": "^17.6.7",
16+
"@reduxjs/toolkit": "^1.9.5",
1617
"@types/node": "20.4.1",
1718
"@types/react": "18.2.14",
1819
"@types/react-dom": "18.2.6",
@@ -22,9 +23,11 @@
2223
"eslint": "^8.44.0",
2324
"eslint-config-next": "13.4.9",
2425
"next": "13.4.9",
26+
"next-redux-wrapper": "^8.1.0",
2527
"postcss": "8.4.25",
2628
"react": "18.2.0",
2729
"react-dom": "18.2.0",
30+
"react-redux": "^8.1.1",
2831
"styled-components": "^6.0.5",
2932
"tailwindcss": "3.3.2",
3033
"typescript": "5.1.6"

src/actions/.gitkeep

Whitespace-only changes.

src/stores/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)