@chakra-ui/cra-template-typescript
Version:
The official Chakra+TypeScript template for Create React App.
23 lines (22 loc) • 608 B
JSON
{
"package": {
"dependencies": {
"@chakra-ui/react": "latest",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"framer-motion": "^6.2.9",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^3.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.1.0",
"@types/node": "^12.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/jest": "^28.1.1",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4"
}
}
}