livrare lot 2
This commit is contained in:
commit
8ecc78e729
763 changed files with 164593 additions and 0 deletions
71
backend/admin-dashboard/package.json
Normal file
71
backend/admin-dashboard/package.json
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"name": "admin-dashboard",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"homepage": "/admin",
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.1",
|
||||
"@mui/icons-material": "^7.2.0",
|
||||
"@mui/material": "^7.3.1",
|
||||
"@react-keycloak/web": "^3.4.0",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.6.4",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/node": "^16.18.126",
|
||||
"@types/react": "^19.1.9",
|
||||
"@types/react-dom": "^19.1.7",
|
||||
"@types/react-dropzone": "^5.1.0",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/recharts": "^2.0.1",
|
||||
"axios": "^1.11.0",
|
||||
"keycloak-js": "^26.2.0",
|
||||
"neverthrow": "^8.1.1",
|
||||
"react": "^19.1.1",
|
||||
"react-dnd": "^16.0.1",
|
||||
"react-dnd-html5-backend": "^16.0.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"react-dropzone": "^14.3.8",
|
||||
"react-router-dom": "^7.7.1",
|
||||
"react-scripts": "5.0.1",
|
||||
"reactflow": "^11.11.4",
|
||||
"recharts": "^3.1.0",
|
||||
"ts-pattern": "^5.6.0",
|
||||
"typescript": "^5.0.0",
|
||||
"web-vitals": "^2.1.4",
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"type-check": "tsc --noEmit",
|
||||
"generate:types": "python3 scripts/generate_node_types.py",
|
||||
"generate:api-types": "npx openapi-typescript http://localhost:8080/api/v1/openapi.json -o src/types/generated-api.ts"
|
||||
},
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/keycloak-js": "^3.4.1",
|
||||
"openapi-typescript": "^7.4.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue