This commit is contained in:
2023-12-01 14:43:18 +05:00
parent b8cec033bb
commit edcd51599c
33 changed files with 2669 additions and 236 deletions
+4 -1
View File
@@ -12,14 +12,17 @@
"dependencies": {
"date-fns": "^2.30.0",
"framer-motion": "^10.16.5",
"ky": "^1.1.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-rangeslider": "^2.2.0",
"react-router-dom": "^6.18.0",
"react-swipeable": "^7.0.1",
"usehooks-ts": "^2.9.1"
"usehooks-ts": "^2.9.1",
"zustand": "^4.4.6"
},
"devDependencies": {
"@types/react": "^18.2.15",