mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-17 19:03:46 +00:00
4b3e6052df
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.48 to 18.2.67. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bálint Mórász <balint@morasz.hu>
81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"name": "kemkas",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@grafana/faro-web-sdk": "^1.4.2",
|
|
"@pdf-lib/fontkit": "^1.1.1",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.5.1",
|
|
"@types/jest": "^29.5.6",
|
|
"@types/node": "^20.8.9",
|
|
"@types/react": "^18.2.67",
|
|
"@types/react-dom": "^18.2.22",
|
|
"axios": "^1.6.2",
|
|
"bootstrap": "^5.3.2",
|
|
"downloadjs": "^1.4.7",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"jquery": "^3.6.0",
|
|
"merge": "^2.1.1",
|
|
"oidc-client": "^1.11.5",
|
|
"pdf-lib": "^1.17.1",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.10.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.17.0",
|
|
"react-scripts": "5.0.1",
|
|
"rimraf": "^5.0.5",
|
|
"typescript": "^5.2.2",
|
|
"web-vitals": "^3.5.0",
|
|
"workbox-background-sync": "^6.5.4",
|
|
"workbox-broadcast-update": "^6.5.4",
|
|
"workbox-cacheable-response": "^6.5.4",
|
|
"workbox-core": "^6.5.4",
|
|
"workbox-expiration": "^6.5.4",
|
|
"workbox-google-analytics": "^6.5.4",
|
|
"workbox-navigation-preload": "^7.0.0",
|
|
"workbox-precaching": "^6.5.4",
|
|
"workbox-range-requests": "^7.0.0",
|
|
"workbox-routing": "^7.0.0",
|
|
"workbox-strategies": "^7.0.0",
|
|
"workbox-streams": "^6.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@types/downloadjs": "^1.4.4",
|
|
"cross-env": "^7.0.3",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^11.1.3"
|
|
},
|
|
"scripts": {
|
|
"start": "rimraf ./build && react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "cross-env CI=true react-scripts test --env=jsdom",
|
|
"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"
|
|
]
|
|
},
|
|
"jest": {
|
|
"moduleNameMapper": {
|
|
"^axios$": "axios/dist/node/axios.cjs"
|
|
}
|
|
}
|
|
}
|