Files
detlef-ui/package.json
maydar 64a04b21bf
All checks were successful
continuous-integration/drone/push Build is passing
give detlef vanhyb.
2024-03-04 10:27:20 +01:00

58 lines
1.7 KiB
JSON

{
"name": "detlef-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@openapitools/openapi-generator-cli": "^2.5.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.13",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"mobx": "^6.8.0",
"mobx-react": "^7.6.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-iframe": "^1.8.5",
"react-router-dom": "^6.8.2",
"react-scripts": "^5.0.1",
"sort-by-typescript": "^1.2.3",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"start:prod": "set PORT=443 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"openapi-generate": "openapi-generator-cli generate -g typescript-fetch -i http://localhost:9960/actuator/openapi/springdocDefault -o apiGenerator --additional-properties=\"npmName=restClient,supportsES6=true,withInterfaces=true\""
},
"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"
]
}
}