kurz_react/package.json

46 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2023-05-22 18:24:26 +00:00
{
2023-05-29 11:41:08 +00:00
"homepage": "./",
2023-05-22 18:24:26 +00:00
"name": "app01",
"version": "0.1.0",
"private": true,
"dependencies": {
2023-05-26 14:52:31 +00:00
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
2023-05-22 18:24:26 +00:00
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
2023-05-26 14:52:31 +00:00
"framer-motion": "^10.12.16",
2023-05-29 18:03:03 +00:00
"hash-router": "^0.4.0",
2023-05-22 18:24:26 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-05-29 11:41:08 +00:00
"react-router-dom": "^6.11.2",
2023-05-22 18:24:26 +00:00
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}