More progress

This commit is contained in:
Henry Hiles 2023-07-29 18:32:09 -04:00
parent 3d8c60ee00
commit de88224b30
19 changed files with 1249 additions and 61 deletions

View file

@ -7,15 +7,18 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"test": "jest",
"test": "vitest",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2"
"react-router-dom": "6.4.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
@ -23,6 +26,8 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.5"
"jsdom": "^22.1.0",
"vite": "^4.4.5",
"vitest": "^0.33.0"
}
}