{ "name": "cipher-stream-web", "private": true, "version": "1.0.2-SNAPSHOT", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "sonar": "bash sonarBuild.sh" }, "dependencies": { "@headlessui/react": "^2.2.9", "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.12", "@tanstack/react-router": "^1.142.6", "@tanstack/react-router-devtools": "^1.142.6", "axios": "^1.13.2", "clsx": "^2.1.1", "eslint-plugin-react": "^7.37.5", "mattrixwv-components": "^0.0.7", "react": "^19.2.3", "react-dom": "^19.2.3", "react-icons": "^5.5.0", "react-tooltip": "^5.30.0", "tailwindcss": "^4.1.18", "use-debounce": "^10.0.6" }, "devDependencies": { "@eslint/js": "^9.39.2", "@tanstack/router-plugin": "^1.142.6", "@types/node": "^25.0.3", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.2", "eslint": "^9.39.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.26", "globals": "^16.5.0", "typescript": "^5.9.3", "typescript-eslint": "^8.50.0", "vite": "^7.3.0" } }