summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/client/package.json b/client/package.json
index c31c638..d04a88f 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,5 +1,5 @@
{
- "name": "client2",
+ "name": "kaasnoot",
"private": true,
"version": "0.0.0",
"type": "module",
@@ -10,13 +10,16 @@
"preview": "vite preview"
},
"dependencies": {
- "react": "^18.3.1",
- "react-dom": "^18.3.1"
+ "@emotion/react": "^11.14.0",
+ "@emotion/styled": "^11.14.0",
+ "@mui/material": "^6.4.0",
+ "@mui/x-tree-view": "^7.24.0",
+ "react": "^19",
+ "react-dom": "^19",
+ "react-router": "^7.1.3"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
- "@types/react": "^18.3.18",
- "@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",