83 lines
2.3 KiB
JSON
83 lines
2.3 KiB
JSON
{
|
|
"name": "my-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@mui/icons-material": "^5.15.15",
|
|
"@mui/material": "^5.15.15",
|
|
"@storybook/jest": "^0.2.3",
|
|
"@storybook/testing-library": "^0.2.2",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.0.0",
|
|
"classnames": "^2.5.1",
|
|
"msw": "^2.2.14",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-helmet-async": "^2.0.4",
|
|
"react-hook-form": "^7.51.3",
|
|
"react-query": "^3.39.3",
|
|
"react-router-dom": "^6.22.3",
|
|
"react-scripts": "5.0.1",
|
|
"recoil": "^0.7.7",
|
|
"styled-components": "^6.1.8",
|
|
"styled-jsx": "^5.1.2",
|
|
"use-immer": "^0.9.0",
|
|
"web-vitals": "^2.1.4",
|
|
"yup": "^1.4.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build",
|
|
"cy:open": "cypress open",
|
|
"cy:run": "cypress run --browser chrome"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest",
|
|
"plugin:storybook/recommended",
|
|
"plugin:storybook/recommended"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^1.3.2",
|
|
"@storybook/addon-essentials": "^8.0.8",
|
|
"@storybook/addon-interactions": "^8.0.8",
|
|
"@storybook/addon-links": "^8.0.8",
|
|
"@storybook/addon-onboarding": "^8.0.8",
|
|
"@storybook/blocks": "^8.0.8",
|
|
"@storybook/preset-create-react-app": "^8.0.8",
|
|
"@storybook/react": "^8.0.8",
|
|
"@storybook/react-webpack5": "^8.0.8",
|
|
"@storybook/test": "^8.0.8",
|
|
"customize-cra": "^1.0.0",
|
|
"cypress": "^13.8.0",
|
|
"eslint-plugin-storybook": "^0.8.0",
|
|
"react-app-rewired": "^2.2.1",
|
|
"storybook": "^8.0.8",
|
|
"webpack": "^5.91.0"
|
|
}
|
|
}
|