Cài đặt src đầu tiên + chakra-ui/react + devtool
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -10,6 +10,11 @@ |
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@chakra-ui/react": "^2.8.2", | ||
"@emotion/react": "^11.13.3", | ||
"@emotion/styled": "^11.13.0", | ||
"@tanstack/react-query-devtools": "^4.36.1", | ||
"framer-motion": "^11.3.30", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
}, | ||
... | ... |
Please register or sign in to comment