{ "name": "ceramic-radioactivity-app", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite --config ui/vite.config.ts", "build": "vite build --config ui/vite.config.ts", "preview": "vite preview --config ui/vite.config.ts", "tauri": "tauri", "tauri:dev": "tauri dev", "tauri:build": "tauri build" }, "dependencies": { "@tauri-apps/api": "^2.5.0", "@vitejs/plugin-react": "^4.4.0", "antd": "^5.25.0", "react": "^19.1.0", "react-dom": "^19.1.0", "typescript": "^5.8.0", "vite": "^6.3.0" }, "devDependencies": { "@tauri-apps/cli": "^2.5.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3" } }