mirror of
https://github.com/chakra-ui/chakra-ui.git
synced 2026-09-14 16:43:45 +08:00
6d78072fba
* fix: replace withEmotionCache with __unsafe_useEmotionCache * chore: remove failing test * chore: add changelod * test: add checkbox label for attribute validation
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "create-react-app-ts",
|
|
"version": "2.0.14",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@chakra-ui/react": "workspace:*",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"framer-motion": "^10.16.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.0.1",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/jest": "^29.5.3",
|
|
"@types/react": "^18.3.11",
|
|
"@types/react-dom": "^18.3.0",
|
|
"eslint": "8.47.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"react-scripts": "^5.0.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|