Files
Ivica Batinić 6d78072fba fix(v2): styles removed when Nextjs (app) rehydrates (#9593)
* fix: replace withEmotionCache with __unsafe_useEmotionCache

* chore: remove failing test

* chore: add changelod

* test: add checkbox label for attribute validation
2025-02-19 17:19:51 +00:00

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"
]
}
}