67 done
Showing
This diff is collapsed.
... | ... | @@ -9,14 +9,18 @@ |
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^2.8.2", | ||
"axios": "^1.10.0", | ||
"next": "15.3.4", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"next": "15.3.4" | ||
"react-redux": "^9.2.0" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^5", | ||
"@types/node": "^20", | ||
"@types/react": "^19", | ||
"@types/react-dom": "^19" | ||
"@types/react-dom": "^19", | ||
"@types/react-redux": "^7.1.34", | ||
"typescript": "^5" | ||
} | ||
} |
redux-test.js
0 → 100644
src/api/countApi.ts
0 → 100644
src/app/StoreProvider.tsx
0 → 100644
src/axios/axios.ts
0 → 100644
src/components/Temp/Temp.tsx
0 → 100644
src/hooks/useAppDispatch.ts
0 → 100644
src/hooks/useAppSelector.ts
0 → 100644
src/store/store.tsx
0 → 100644
Please
register
or
sign in
to comment