{ "name": "devdocs.client", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@types/react-syntax-highlighter": "^15.5.13", "framer-motion": "^12.11.0", "lucide-react": "^0.510.0", "qr-code-styling": "^1.9.2", "react": "^19.1.0", "react-dom": "^19.1.0", "react-feather": "^2.0.10", "react-router-dom": "^7.6.0", "react-syntax-highlighter": "^15.6.1", "zustand": "^5.0.6" }, "devDependencies": { "@eslint/js": "^9.25.0", "@types/node": "^20.9.0", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.3.5" } }