deps installed

This commit is contained in:
VividTruthKeeper 2022-09-03 12:39:30 +05:00
parent 6d6193335a
commit b798d23e5c
2 changed files with 4072 additions and 58 deletions

4123
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,8 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.27.2",
"node-sass": "^7.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
@ -19,4 +22,4 @@
"typescript": "^4.6.4",
"vite": "^3.0.7"
}
}
}