|
3 | 3 | "version": "0.12.2", |
4 | 4 | "description": "Amit Raikwar Portfolio website", |
5 | 5 | "main": "index.tsx", |
| 6 | + "proxy": "http://static.amitraikwar.in", |
6 | 7 | "scripts": { |
7 | 8 | "start": "craco start", |
8 | 9 | "build": "craco build", |
|
32 | 33 | "@react-three/fiber": "^8.17.12", |
33 | 34 | "@react-three/postprocessing": "^2.16.6", |
34 | 35 | "@tailwindcss/typography": "^0.5.16", |
| 36 | + "@tanstack/react-query": "^5.66.0", |
| 37 | + "@tanstack/react-query-devtools": "^5.66.0", |
35 | 38 | "@testing-library/jest-dom": "^5.17.0", |
36 | 39 | "@testing-library/react": "^13.4.0", |
37 | 40 | "@testing-library/user-event": "^13.5.0", |
|
42 | 45 | "@types/node": "^16.18.91", |
43 | 46 | "@types/react": "^18.2.69", |
44 | 47 | "@types/react-dom": "^18.2.22", |
| 48 | + "axios": "^1.7.9", |
45 | 49 | "framer-motion": "^11.1.9", |
46 | 50 | "fuse.js": "^7.0.0", |
47 | 51 | "gsap": "^3.12.7", |
|
93 | 97 | "@craco/types": "^7.1.0", |
94 | 98 | "@jest/globals": "^29.7.0", |
95 | 99 | "@react-three/eslint-plugin": "^0.1.2", |
| 100 | + "@tanstack/eslint-plugin-query": "^5.66.0", |
96 | 101 | "@testing-library/jest-dom": "^5.17.0", |
97 | 102 | "@testing-library/react": "^13.4.0", |
98 | 103 | "@testing-library/user-event": "^13.5.0", |
|
0 commit comments