- Surse complete web (React/Vite) + mobil (React Native/Expo) + extensie (MV3) - Documentație de livrare: ghid utilizare, matrice trasabilitate cerințe, raport testare furnizor - Artefacte binare: imagine Docker didi-frontend:lot3-1.0, APK, extensie v3.2.6 + SHA256SUMS - Configurare adresă platformă externalizată (build args / .env / config.js) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "didiweb",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:check": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:run": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@react-keycloak/web": "^3.4.0",
|
|
"@react-pdf/renderer": "^4.5.1",
|
|
"@react-three/drei": "^9.114.0",
|
|
"@react-three/fiber": "^8.17.10",
|
|
"@tanstack/react-query": "^5.62.0",
|
|
"i18next": "^25.10.5",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"keycloak-js": "^26.2.0",
|
|
"lucide-react": "^0.468.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^16.6.2",
|
|
"react-router-dom": "^7.9.3",
|
|
"three": "^0.180.0"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/babel-plugin": "^11.13.5",
|
|
"@eslint/js": "^9.36.0",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.1.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@vitejs/plugin-react": "^5.0.3",
|
|
"autoprefixer": "^10.4.23",
|
|
"eslint": "^9.36.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.4.0",
|
|
"jsdom": "^25.0.1",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.44.0",
|
|
"vite": "^7.1.7",
|
|
"vitest": "^3.1.6"
|
|
}
|
|
}
|