{ "name": "dune-dedicated-server-manager-app", "private": true, "version": "0.3.16", "type": "module", "scripts": { "dev": "vite --host 127.0.0.1 --port 1420", "build": "tsc && vite build", "preview": "vite preview --host 127.0.0.1 --port 1420", "tauri": "tauri" }, "dependencies": { "@radix-ui/react-icons": "^1.3.2", "@radix-ui/themes": "^3.2.1", "@tauri-apps/api": "^2.0.0", "@tauri-apps/plugin-dialog": "^2.7.1", "@tauri-apps/plugin-process": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.5", "@tauri-apps/plugin-updater": "^2.10.1", "markdown-to-jsx": "^9.8.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@tauri-apps/cli": "^2.0.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "typescript": "^5.6.3", "vite": "^5.4.10" } }