-
- Downloads
Aktualizace balíčků a verze Nodu
This diff is collapsed.
{ | ||
"name": "cf", | ||
"version": "0.1.0", | ||
"license": "", | ||
"private": true, | ||
"dependencies": { | ||
"@react-keycloak/web": "^3.4.0", | ||
"@sentry/integrations": "^6.13.3", | ||
"@sentry/react": "^6.13.3", | ||
"@sentry/tracing": "^6.13.3", | ||
"@testing-library/jest-dom": "^5.14.1", | ||
"@testing-library/react": "^11.2.7", | ||
"@testing-library/user-event": "^12.8.3", | ||
"classnames": "^2.3.1", | ||
"keycloak-js": "^15.0.2", | ||
"leaflet": "^1.7.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"@sentry/browser": "^8.33.1", | ||
"@sentry/integrations": "^7.119.1", | ||
"@sentry/react": "^8.33.1", | ||
"@sentry/tracing": "^7.119.1", | ||
"classnames": "^2.5.1", | ||
"keycloak-js": "^26.0.0", | ||
"leaflet": "^1.9.4", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-helmet": "^6.1.0", | ||
"react-hint": "^3.2.1", | ||
"react-hook-form": "^7.19.4", | ||
"react-leaflet": "^3.2.2", | ||
"react-router-dom": "^5.3.0", | ||
"react-scripts": "4.0.3", | ||
"styled-components": "^5.3.3", | ||
"unfetch": "^4.2.0", | ||
"web-vitals": "^1.1.2" | ||
"react-hook-form": "^7.53.0", | ||
"react-leaflet": "^4.2.1", | ||
"react-router-dom": "^6.26.2", | ||
"react-scripts": "^5.0.1", | ||
"styled-components": "^6.1.13", | ||
"web-vitals": "^4.2.3" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"lint": "eslint --cache 'src/**/*.{js,jsx}'", | ||
"lint:fix": "eslint --cache --fix 'src/**/*.{js,jsx}'", | ||
"eject": "react-scripts eject" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"plugin:prettier/recommended", | ||
"plugin:testing-library/recommended", | ||
"plugin:jest-dom/recommended" | ||
], | ||
"plugins": [ | ||
"simple-import-sort", | ||
"testing-library", | ||
"jest-dom" | ||
], | ||
"rules": { | ||
"sort-imports": "off", | ||
"prettier/prettier": "warn", | ||
"react/no-unknown-property": [ | ||
1 | ||
], | ||
"simple-import-sort/imports": [ | ||
"warn", | ||
{ | ||
"groups": [ | ||
[ | ||
"^react", | ||
"^@?\\w" | ||
], | ||
[ | ||
"^(config|components|pages)(/.*|$)" | ||
], | ||
[ | ||
"^(test-utils)(/.*|$)" | ||
], | ||
[ | ||
"^\\u0000" | ||
], | ||
[ | ||
"^\\.\\.(?!/?$)", | ||
"^\\.\\./?$" | ||
], | ||
[ | ||
"^\\./(?=.*/)(?!/?$)", | ||
"^\\.(?!/?$)", | ||
"^\\./?$" | ||
], | ||
[ | ||
"^.+\\.s?css$" | ||
] | ||
] | ||
} | ||
], | ||
"testing-library/await-async-query": "error", | ||
"testing-library/no-await-sync-query": "error", | ||
"testing-library/no-debug": "warn", | ||
"jest-dom/prefer-checked": "error", | ||
"jest-dom/prefer-enabled-disabled": "error", | ||
"jest-dom/prefer-required": "error", | ||
"jest-dom/prefer-to-have-attribute": "error" | ||
} | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"devDependencies": { | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-jest-dom": "^3.9.2", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"prettier": "^2.4.1" | ||
}, | ||
"resolutions": { | ||
"react-side-effect": "^2.1.0" | ||
} | ||
... | ... |
yarn.lock
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment