{ "name": "grimoire", "private": true, "version": "0.1.0", "type": "module", "license": "MIT", "engines": { "node": ">=24.0.0" }, "workspaces": [ "packages/*" ], "scripts": { "dev": "vite", "build": "tsc -b && vite build", "typecheck": "tsc -b", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css}\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css}\"", "preview": "vite preview", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", "generate-icons": "node scripts/generate-pwa-icons.mjs" }, "dependencies": { "@fiatjaf/git-natural-api": "npm:@jsr/fiatjaf__git-natural-api@^0.2.5", "@floating-ui/react-dom": "^2.1.9", "@noble/ciphers": "^2.1.1", "@radix-ui/react-accordion": "^1.2.20", "@radix-ui/react-avatar": "^1.2.6", "@radix-ui/react-checkbox": "^1.3.11", "@radix-ui/react-collapsible": "^1.1.20", "@radix-ui/react-context-menu": "^2.3.7", "@radix-ui/react-dialog": "^1.1.23", "@radix-ui/react-dropdown-menu": "^2.1.24", "@radix-ui/react-hover-card": "^1.1.23", "@radix-ui/react-popover": "^1.1.23", "@radix-ui/react-progress": "^1.1.16", "@radix-ui/react-scroll-area": "^1.2.18", "@radix-ui/react-select": "^2.3.7", "@radix-ui/react-slider": "^1.4.7", "@radix-ui/react-slot": "^1.3.3", "@radix-ui/react-switch": "^1.3.7", "@radix-ui/react-tabs": "^1.1.21", "@radix-ui/react-tooltip": "^1.2.16", "@sapphi-red/web-noise-suppressor": "^0.3.5", "@tiptap/core": "^3.29.2", "@tiptap/extension-mention": "^3.29.2", "@tiptap/extension-placeholder": "^3.29.2", "@tiptap/pm": "^3.29.2", "@tiptap/react": "^3.29.2", "@tiptap/starter-kit": "^3.29.2", "@tiptap/suggestion": "^3.29.2", "@types/qrcode": "^1.5.6", "applesauce-accounts": "^6.2.0", "applesauce-actions": "^6.2.0", "applesauce-common": "^6.2.0", "applesauce-content": "^6.2.0", "applesauce-core": "^6.2.0", "applesauce-loaders": "^6.2.0", "applesauce-react": "^6.0.0", "applesauce-relay": "^6.2.1", "applesauce-signers": "^6.2.2", "applesauce-wallet": "^6.2.0", "applesauce-wallet-connect": "^6.2.0", "blossom-client-sdk": "^4.1.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.4.0", "dexie": "^4.4.4", "dexie-react-hooks": "^4.4.0", "emojilib": "^4.0.3", "flexsearch": "^0.8.212", "framer-motion": "^13.0.0", "hash-sum": "^2.0.0", "hls-video-element": "^1.5.11", "hls.js": "^1.6.17", "jotai": "^2.20.2", "js-yaml": "^5.2.3", "livekit-client": "^2.21.0", "lucide-react": "^1.29.0", "media-chrome": "^4.19.2", "qrcode": "^1.5.4", "react": "^19.2.8", "react-dom": "^19.2.8", "react-markdown": "^10.1.0", "react-medium-image-zoom": "^5.4.8", "react-mosaic-component": "^6.2.0", "react-router": "^8.3.0", "react-virtuoso": "^4.18.11", "remark-gfm": "^4.0.1", "rxjs": "^7.8.2", "shell-quote": "^1.10.0", "shiki": "^4.4.2", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0", "unicode-emoji-json": "^0.9.0", "uuid": "^14.0.1" }, "devDependencies": { "@eslint/js": "^10.0.1", "@tailwindcss/vite": "^4.3.3", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/node": "^26.1.2", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@types/shell-quote": "^1.7.5", "@types/ws": "^8.18.1", "@vitejs/plugin-react": "^6.0.5", "@vitest/ui": "^4.1.10", "eslint": "^10.8.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.3", "fake-indexeddb": "^6.2.5", "globals": "^17.9.0", "happy-dom": "^20.11.1", "jsdom": "^30.0.1", "postcss": "^8.5.26", "prettier": "^3.9.6", "sharp": "^0.35.3", "tailwindcss": "^4.3.3", "typescript": "~6.0.3", "typescript-eslint": "^8.66.0", "vite": "^8.2.1", "vitest": "^4.1.10" }, "overrides": { "react-dnd-multi-backend": { "react-dom": "$react-dom" } } }