Services/package.json
2023-09-08 19:53:25 +03:00

69 lines
1.8 KiB
JSON

{
"name": "cra-typescript-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"-": "^0.0.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@mui/styled-engine-sc": "^5.11.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/cypress": "^1.1.3",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.11",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"axios": "^1.4.0",
"cypress": "^12.17.1",
"eslint-plugin-cypress": "^2.13.3",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.1",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"sort-by": "^1.2.0",
"start-server-and-test": "^2.0.0",
"styled-components": "^5.3.6",
"typescript": "^4.9.5",
"use-resize-observer": "^9.1.0",
"web-vitals": "^2.1.4",
"zustand": "^4.3.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"cypress:verify": "cypress verify",
"test:cypress": "start-server-and-test start http://localhost:3000 cypresst",
"cypresst": "cypress run --spec \"cypress/e2e/modal.cy.ts\"",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:cypress/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}