{ "name": "xianren-ui", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build", "preview": "vite preview" }, "dependencies": { "@tauri-apps/plugin-dialog": "^2.0.0", "@tauri-apps/api": "^2.1.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-markdown": "^9.0.1", "react-router-dom": "^6.26.2", "remark-gfm": "^4.0.0", "zustand": "^4.5.5" }, "devDependencies": { "@tailwindcss/vite": "^4.0.0", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "tailwindcss": "^4.0.0", "typescript": "^5.6.2", "vite": "^5.4.8" } }