8763f54071
Run Tests on Branches / Detect Changes (push) Successful in 12s
Run Tests on Branches / Backend Tests (push) Successful in 1m58s
Run Tests on Branches / Frontend Tests (push) Successful in 1m38s
Run Tests on Branches / Frontend Mobile Tests (push) Successful in 1m35s
Run Tests on Branches / Parapharmacy API Tests (push) Has been skipped
- scraper: changed test script to echo (no tests) - parapharmacy-api: added --passWithNoTests to jest - frontend: changed vitest to vitest run (exit after tests) All tests now pass: - backend: 17 tests passed - frontend: 7 tests passed - parapharmacy-api: no tests (exits cleanly) - scraper: no tests (exits cleanly)
38 lines
1016 B
JSON
38 lines
1016 B
JSON
{
|
|
"name": "farma-clic-frontend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor-mlkit/barcode-scanning": "^8.1.0",
|
|
"@capacitor/app": "^8.1.0",
|
|
"@capacitor/core": "^8.4.1",
|
|
"@capacitor/splash-screen": "^8.0.1",
|
|
"@capacitor/status-bar": "^8.0.2",
|
|
"@grafana/faro-react": "^1.7.0",
|
|
"@grafana/faro-transport-otlp-http": "^1.7.0",
|
|
"@grafana/faro-web-sdk": "^1.7.0",
|
|
"@grafana/faro-web-tracing": "^1.7.0",
|
|
"@zxing/browser": "^0.2.0",
|
|
"@zxing/library": "^0.23.0",
|
|
"leaflet": "^1.9.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-leaflet": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.4.0",
|
|
"@testing-library/react": "^14.2.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"jsdom": "^24.0.0",
|
|
"vite": "^5.0.8",
|
|
"vite-plugin-pwa": "^1.3.0",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|