Files
FarmaFinder/frontend/package.json
Ichitux 93ec8e6a6c
All checks were successful
Run Tests / test-backend (push) Successful in 40s
Run Tests / test-frontend (push) Successful in 37s
Enable test cases for both apps
2026-04-01 01:58:43 +02:00

25 lines
494 B
JSON

{
"name": "farma-finder-frontend",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.8",
"vitest": "^1.6.0",
"@testing-library/react": "^14.2.0",
"@testing-library/jest-dom": "^6.4.0",
"jsdom": "^24.0.0"
}
}