tourism/package.json
2024-04-17 20:48:07 +03:00

70 lines
1.7 KiB
JSON

{
"name": "tourismland",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@frontend/kitui": "^1.0.63",
"@frontend/squzanswerer": "^1.0.37",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/x-date-pickers": "^7.1.0",
"@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.6.8",
"classnames": "^2.3.2",
"cra-template-typescript": "1.2.0",
"emoji-mart": "^5.5.2",
"formik": "^2.4.3",
"immer": "^10.0.4",
"moment": "^2.30.1",
"nanoid": "^5.0.6",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"styled-components": "^5.3.11",
"swr": "^2.2.5",
"typescript": "^4.9.5",
"use-debounce": "^10.0.0",
"web-vitals": "^2.1.4",
"yup": "^1.2.0",
"zustand": "^4.5.2"
},
"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"
]
}
}