build: add react query

This commit is contained in:
Daniel D Orlando 2023-04-02 12:50:33 -07:00
parent 9dae1ade60
commit 8c392ac05e
2 changed files with 583 additions and 97 deletions

672
client/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -69,9 +69,14 @@
"tailwindcss-radix": "^2.8.0",
"url": "^0.11.0",
"use-react-screenshot": "github:danny-avila/use-react-screenshot#master",
"uuidv4": "^6.2.13"
"uuidv4": "^6.2.13",
"@tanstack/react-query": "^4.28.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
@ -80,6 +85,7 @@
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.13",
"@vitejs/plugin-react": "^3.1.0",
"@babel/preset-typescript": "^7.21.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"babel-plugin-root-import": "^6.6.0",