76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"name": "kemkas",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@grafana/faro-web-sdk": "^1.2.2",
|
|
"@pdf-lib/fontkit": "^1.1.1",
|
|
"@testing-library/jest-dom": "^6.1.4",
|
|
"@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.33",
|
|
"@types/react-dom": "^18.2.13",
|
|
"bootstrap": "^5.3.2",
|
|
"downloadjs": "^1.4.7",
|
|
"pdf-lib": "^1.17.1",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"jquery": "^3.6.0",
|
|
"merge": "^2.1.1",
|
|
"oidc-client": "^1.11.5",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.9.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.17.0",
|
|
"react-scripts": "5.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"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": "^6.5.4",
|
|
"workbox-precaching": "^6.5.4",
|
|
"workbox-range-requests": "^6.5.4",
|
|
"workbox-routing": "^6.5.4",
|
|
"workbox-strategies": "^6.5.4",
|
|
"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": {
|
|
"prestart": "node aspnetcore-https && node aspnetcore-react",
|
|
"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"
|
|
]
|
|
}
|
|
}
|