add some packages

This commit is contained in:
spencerwooo
2021-06-22 15:49:45 +01:00
parent 0d467cfa13
commit 1d64271aaa
2 changed files with 93 additions and 2 deletions
+3 -1
View File
@@ -9,9 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"axios": "^0.21.1",
"next": "11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
"react-dom": "17.0.2",
"react-file-icon": "^1.0.0"
},
"devDependencies": {
"@types/react": "17.0.11",