66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@frontend/kitui": "1.0.88",
|
|
"@mui/icons-material": "^5.14.1",
|
|
"@mui/material": "^5.14.2",
|
|
"@mui/styled-engine-sc": "^5.12.0",
|
|
"@mui/x-date-pickers": "^6.11.2",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^16.18.39",
|
|
"@types/react": "^18.2.17",
|
|
"@types/react-dom": "^18.2.7",
|
|
"axios": "^1.4.0",
|
|
"classnames": "^2.3.2",
|
|
"cra-template-typescript": "1.2.0",
|
|
"formik": "^2.4.3",
|
|
"immer": "^10.0.2",
|
|
"moment": "^2.29.4",
|
|
"notistack": "^3.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.15.0",
|
|
"react-scripts": "5.0.1",
|
|
"styled-components": "^5.3.11",
|
|
"typescript": "^4.9.5",
|
|
"web-vitals": "^2.1.4",
|
|
"yup": "^1.2.0",
|
|
"zustand": "^4.4.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts --max_old_space_size=2048 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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.25.9"
|
|
}
|
|
}
|