{ "name": "lume", "description": "the communication app", "private": true, "version": "1.2.5", "scripts": { "dev": "vite", "build": "vite build", "tauri": "tauri", "add-migrate": "cd src-tauri/ && sqlx migrate add", "prepare": "husky install", "lint": "eslint ./src --fix", "format": "prettier ./src --write", "dep-update": "pnpm update && cd src-tauri/ && cargo update" }, "lint-staged": { "**/*.{ts, tsx}": "eslint --fix", "**/*.{ts, tsx, css, md, html, json}": "prettier --cache --write" }, "dependencies": { "@dnd-kit/core": "^6.0.8", "@getalby/sdk": "^2.4.0", "@nostr-dev-kit/ndk": "^1.3.0", "@nostr-fetch/adapter-ndk": "^0.12.2", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-collapsible": "^1.0.3", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-tooltip": "^1.0.7", "@tanstack/react-query": "^4.35.3", "@tauri-apps/api": "^1.4.0", "@tiptap/extension-image": "^2.1.11", "@tiptap/extension-mention": "^2.1.11", "@tiptap/extension-placeholder": "^2.1.11", "@tiptap/pm": "^2.1.11", "@tiptap/react": "^2.1.11", "@tiptap/starter-kit": "^2.1.11", "@tiptap/suggestion": "^2.1.11", "dayjs": "^1.11.10", "destr": "^2.0.1", "html-to-text": "^9.0.5", "light-bolt11-decoder": "^3.0.0", "lru-cache": "^10.0.1", "minidenticons": "^4.2.0", "nostr-fetch": "^0.13.0", "nostr-tools": "^1.16.0", "qrcode.react": "^3.1.0", "re-resizable": "^6.9.11", "react": "^18.2.0", "react-currency-input-field": "^3.6.11", "react-dom": "^18.2.0", "react-hook-form": "^7.46.2", "react-markdown": "^8.0.7", "react-player": "^2.13.0", "react-router-dom": "^6.16.0", "react-textarea-autosize": "^8.5.3", "reactflow": "^11.9.2", "remark-gfm": "^3.0.1", "tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "tauri-plugin-stronghold-api": "github:tauri-apps/tauri-plugin-stronghold#v1", "tauri-plugin-upload-api": "github:tauri-apps/tauri-plugin-upload#v1", "tippy.js": "^6.3.7", "virtua": "^0.9.1", "zustand": "^4.4.1" }, "devDependencies": { "@tailwindcss/typography": "^0.5.10", "@tauri-apps/cli": "^1.4.0", "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@types/html-to-text": "^9.0.2", "@types/node": "^20.7.1", "@types/react": "^18.2.23", "@types/react-dom": "^18.2.8", "@types/youtube-player": "^5.5.8", "@typescript-eslint/eslint-plugin": "^6.7.3", "@typescript-eslint/parser": "^6.7.3", "@vitejs/plugin-react-swc": "^3.4.0", "autoprefixer": "^10.4.16", "clsx": "^2.0.0", "cross-env": "^7.0.3", "csstype": "^3.1.2", "encoding": "^0.1.13", "eslint": "^8.50.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-simple-import-sort": "^10.0.0", "husky": "^8.0.3", "lint-staged": "^14.0.1", "postcss": "^8.4.30", "prettier": "^3.0.3", "prettier-plugin-tailwindcss": "^0.5.4", "prop-types": "^15.8.1", "tailwind-merge": "^1.14.0", "tailwindcss": "^3.3.3", "typescript": "^5.2.2", "vite": "^4.4.9", "vite-tsconfig-paths": "^4.2.1" } }