Parity with starting state of RRv7 Tutorial Address Book

This commit is contained in:
2025-04-01 10:57:36 +02:00
parent cf2cd294ee
commit d2ec794846
10 changed files with 899 additions and 298 deletions

View File

@@ -9,17 +9,22 @@
"lint": "next lint"
},
"dependencies": {
"match-sorter": "^8.0.0",
"next": "15.2.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.2.4"
"sort-by": "^1.2.0",
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"typescript": "^5",
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^15.2.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"@eslint/eslintrc": "^3"
"eslint-plugin-react-hooks": "^5.2.0",
"typescript": "^5"
}
}