85f4d2dd21
The release script created tag v1.6.0 but did not update the version numbers in package.json files. This fix ensures the About modal displays the correct version.
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "medassist-ng-frontend",
|
|
"private": true,
|
|
"version": "1.6.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "npx biome check .",
|
|
"lint:fix": "npx biome check --write .",
|
|
"format": "npx biome format --write .",
|
|
"check": "npx biome check . && tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"i18next": "^24.2.2",
|
|
"i18next-browser-languagedetector": "^8.0.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^15.4.1",
|
|
"react-router-dom": "^7.12.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.12",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^18.3.4",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@vitejs/plugin-react": "^4.3.2",
|
|
"@vitest/coverage-v8": "^4.0.17",
|
|
"jsdom": "^27.4.0",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^7.3.0",
|
|
"vitest": "^4.0.17"
|
|
}
|
|
}
|