{ "name": "@dropout/ui", "version": "0.2.0-alpha", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json", "lint": "oxlint .", "lint:fix": "oxlint . --fix", "format": "oxfmt . --write" }, "dependencies": { "@tauri-apps/api": "^2.9.1", "@tauri-apps/plugin-dialog": "^2.6.0", "@tauri-apps/plugin-fs": "^2.4.5", "@tauri-apps/plugin-shell": "^2.3.4", "lucide-svelte": "^0.562.0", "marked": "^17.0.1", "node-emoji": "^2.2.0", "prismjs": "^1.30.0" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^6.2.1", "@tailwindcss/vite": "^4.1.18", "@tsconfig/svelte": "^5.0.6", "@types/node": "^24.10.1", "@types/prismjs": "^1.26.5", "autoprefixer": "^10.4.23", "oxfmt": "^0.24.0", "oxlint": "^1.39.0", "postcss": "^8.5.6", "svelte": "^5.46.4", "svelte-check": "^4.3.4", "tailwindcss": "^4.1.18", "typescript": "~5.9.3", "vite": "npm:rolldown-vite@7.2.5" } }