summaryrefslogtreecommitdiff
path: root/react/08-auth-with-context/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'react/08-auth-with-context/package.json')
-rw-r--r--react/08-auth-with-context/package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/react/08-auth-with-context/package.json b/react/08-auth-with-context/package.json
new file mode 100644
index 0000000..2ee96da
--- /dev/null
+++ b/react/08-auth-with-context/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "05-useeffect",
+ "private": true,
+ "version": "0.0.0",
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "vite build",
+ "lint": "oxlint",
+ "preview": "vite preview"
+ },
+ "dependencies": {
+ "axios": "^1.18.1",
+ "react": "^19.2.7",
+ "react-dom": "^19.2.7",
+ "react-router": "^8.1.0"
+ },
+ "devDependencies": {
+ "@types/react": "^19.2.17",
+ "@types/react-dom": "^19.2.3",
+ "@vitejs/plugin-react": "^6.0.3",
+ "oxlint": "^1.71.0",
+ "vite": "^8.1.1"
+ }
+}