diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json index 8223b1e..95bf749 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,11 @@ "lint": "next lint" }, "dependencies": { + "axios": "^0.27.2", + "bluebird": "^3.7.2", "glob": "^8.0.3", "lodash": "^4.17.21", + "mem": "^9.0.2", "next": "12.2.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -19,6 +22,8 @@ "unist-util-visit-parents": "^5.1.1" }, "devDependencies": { + "@types/axios": "^0.14.0", + "@types/bluebird": "^3.5.37", "@types/lodash": "^4.14.185", "@types/node": "18.0.0", "@types/react": "18.0.14", |