{ "name": "lexifind-webmaster-exercise", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@types/react-router-dom": "^5.3.3", "react": "^19.2.8", "react-dom": "^19.2.8", "react-router-dom": "^7.18.2" }, "devDependencies": { "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@typescript-eslint/eslint-plugin": "^8.67.0", "@typescript-eslint/parser": "^8.67.0", "@vitejs/plugin-react": "^6.1.0", "eslint": "^10.8.1", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.4", "typescript": "^6.0.3", "vite": "^8.2.2" } }