Addresses #2, more work is needed to finalize management of existing records

This commit is contained in:
2025-06-29 23:05:07 -05:00
parent 10af09b4ec
commit 0848a3b938
10 changed files with 186 additions and 82 deletions

View File

@ -1,5 +1,5 @@
{
"name": "my-vue-app",
"name": "kingdom",
"private": true,
"version": "0.0.0",
"type": "module",
@ -11,14 +11,14 @@
},
"dependencies": {
"envy": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "19",
"react-dom": "19",
"react-router-dom": "6"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "19",
"@types/react-dom": "19",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",