Files
FarmaFinder/frontend/package.json
T
Ichitux 54cd44b666
Build & Push Docker Images / test-backend (push) Successful in 48s
Build & Push Docker Images / test-frontend (push) Successful in 56s
Build & Push Docker Images / build-backend (push) Successful in 1m3s
Build & Push Docker Images / build-frontend (push) Successful in 2m23s
Fix building
2026-05-26 19:33:38 +02:00

31 lines
728 B
JSON

{
"name": "farma-finder-frontend",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@capacitor/app": "^6.0.3",
"@capacitor/core": "^6.2.1",
"@capacitor/splash-screen": "^6.0.4",
"@capacitor/status-bar": "^6.0.3",
"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"
}
}