{ "name": "my-tauri-app", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "npx tailwindcss -i ./src/styles/globals.css -o ./public/output.css;ESBUILD_RUNNER=true vite", "build": "tsc && vite build", "preview": "vite preview", "tauri": "tauri" }, "dependencies": { "@babel/runtime": "7.26.0", "@hookform/resolvers": "3.9.1", "@radix-ui/react-slot": "1.1.2", "@tailwindcss/vite": "4.0.17", "@tauri-apps/api": "2.4.0", "@tauri-apps/plugin-opener": "2", "@zitadel/react": "1.0.5", "autoprefixer": "10.4.17", "botframework-directlinejs": "0.15.1", "botframework-webchat": "4.15.7", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "date-fns": "2.30.0", "lucide-react": "0.454.0", "nativewind": "2.0.10", "postcss": "8.4.35", "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "7.53.2", "react-markdown": "10.1.0", "react-router-dom": "7.4.1", "tailwind-merge": "3.0.2", "tailwindcss-animate": "1.0.7", "uuid": "11.0.3", "zod": "3.21.4" }, "devDependencies": { "@babel/core": "7.18.6", "@tauri-apps/cli": "2", "@types/jest": "29.5.12", "@types/node": "22.13.14", "@types/react": "18.3.1", "@types/react-dom": "18.3.1", "@types/react-test-renderer": "18.0.7", "@vitejs/plugin-react": "4.3.4", "copy-webpack-plugin": "12.0.2", "esbuild-runner": "2.2.2", "jest": "29.2.1", "postcss": "8.4.23", "postcss-load-config": "6.0.1", "react-test-renderer": "18.2.0", "tailwindcss": "3.1.8", "typescript": "5.6.2", "vite": "6.0.3" } }