aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6456746..5ea82b4 100644
--- a/package.json
+++ b/package.json
@@ -8,13 +8,18 @@
},
"dependencies": {
"react": "^17.0.2",
- "react-dom": "^17.0.2"
+ "react-dom": "^17.0.2",
+ "swr": "1.2.1"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
+ "@typescript-eslint/eslint-plugin": "5.10.2",
+ "@typescript-eslint/parser": "5.10.2",
"@vitejs/plugin-react": "^1.0.7",
+ "eslint": "8.8.0",
+ "eslint-plugin-react": "7.28.0",
"typescript": "^4.4.4",
"vite": "^2.7.2"
}
-} \ No newline at end of file
+}