aboutsummaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json
index 8badeff..c4514df 100644
--- a/client/package.json
+++ b/client/package.json
@@ -10,8 +10,10 @@
"preview": "vite preview"
},
"dependencies": {
+ "prismjs": "^1.29.0",
"react": "^18.2.0",
- "react-dom": "^18.2.0"
+ "react-dom": "^18.2.0",
+ "react-router-dom": "^6.22.1"
},
"devDependencies": {
"@types/react": "^18.2.55",
@@ -21,6 +23,8 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
- "vite": "^5.1.0"
+ "prettier": "^3.2.5",
+ "vite": "^5.1.0",
+ "vite-plugin-prismjs": "^0.0.11"
}
}