Files
github-actions[bot] 3fcd3862e9 ci(changesets): version packages (#5999)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-12 19:14:45 +02:00

46 lines
1.0 KiB
JSON

{
"name": "create-react-app-ts",
"version": "2.0.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "2.0.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"framer-motion": "^6.2.9",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@types/jest": "^27.4.1",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
"eslint-config-react-app": "^6.0.0",
"react-scripts": "^4.0.1",
"typescript": "^4.6.3"
},
"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"
]
}
}