mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 21:47:56 +00:00
a9cb2972b9
- x25519 ECDH + XChaCha20-Poly1305 encryption via @noble libs - Key derivation from wallet signRaw, private key held in memory only - Messaging pallet integration (registerEncryptionKey, sendMessage, inbox) - Inbox polling every 12s, auto-decrypt when key unlocked - ComposeDialog with recipient key validation and 512-byte limit - Settings moved from grid to nav bar gear icon, PEZMessage takes its slot - i18n translations for all 6 languages (en, tr, kmr, ckb, ar, fa)
153 lines
5.2 KiB
JSON
153 lines
5.2 KiB
JSON
{
|
|
"name": "vite_react_shadcn_ts",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"predev": "node generate-docs-structure.cjs",
|
|
"dev": "cp .env.development .env && vite",
|
|
"prebuild": "node generate-docs-structure.cjs",
|
|
"build": "vite build",
|
|
"build:telegram": "vite build --config vite.config.telegram.ts",
|
|
"build:dev": "cp .env.development .env && vite build",
|
|
"build:alfa": "cp .env.alfa .env && vite build",
|
|
"build:beta": "cp .env.beta .env && vite build",
|
|
"build:staging": "cp .env.staging .env && vite build",
|
|
"build:prod": "cp .env.production .env && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.9.0",
|
|
"@noble/ciphers": "^2.1.1",
|
|
"@noble/curves": "^2.0.1",
|
|
"@noble/hashes": "^2.0.1",
|
|
"@pezkuwi/api": "^16.5.36",
|
|
"@pezkuwi/extension-dapp": "^0.62.20",
|
|
"@pezkuwi/keyring": "^14.0.25",
|
|
"@pezkuwi/util": "^14.0.25",
|
|
"@pezkuwi/util-crypto": "^14.0.25",
|
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.1",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.0",
|
|
"@radix-ui/react-avatar": "^1.1.0",
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
"@radix-ui/react-collapsible": "^1.1.0",
|
|
"@radix-ui/react-context-menu": "^2.2.1",
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-hover-card": "^1.1.1",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-menubar": "^1.1.1",
|
|
"@radix-ui/react-navigation-menu": "^1.2.0",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-progress": "^1.1.0",
|
|
"@radix-ui/react-radio-group": "^1.2.0",
|
|
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
"@radix-ui/react-select": "^2.1.1",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slider": "^1.2.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-switch": "^1.1.0",
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.2.1",
|
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.1.4",
|
|
"@sentry/react": "^10.26.0",
|
|
"@supabase/supabase-js": "^2.49.4",
|
|
"@tanstack/react-query": "^5.56.2",
|
|
"@twa-dev/sdk": "^8.0.2",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@types/uuid": "^10.0.0",
|
|
"@walletconnect/sign-client": "^2.23.6",
|
|
"@walletconnect/types": "^2.23.6",
|
|
"buffer": "^6.0.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"date-fns": "^3.6.0",
|
|
"dompurify": "^3.3.1",
|
|
"embla-carousel-react": "^8.3.0",
|
|
"highlight.js": "^11.9.0",
|
|
"i18next": "^23.7.6",
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
"input-otp": "^1.2.4",
|
|
"lucide-react": "^0.462.0",
|
|
"marked": "^12.0.1",
|
|
"next-themes": "^0.3.0",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^18.3.1",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.53.0",
|
|
"react-i18next": "^14.0.0",
|
|
"react-resizable-panels": "^2.1.3",
|
|
"react-router-dom": "^6.26.2",
|
|
"react-syntax-highlighter": "^16.1.0",
|
|
"recharts": "^2.12.7",
|
|
"sonner": "^1.5.0",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"uuid": "^11.1.0",
|
|
"vaul": "^0.9.3",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"overrides": {
|
|
"@pezkuwi/api": "^16.5.36",
|
|
"@pezkuwi/api-augment": "^16.5.36",
|
|
"@pezkuwi/api-base": "^16.5.36",
|
|
"@pezkuwi/api-derive": "^16.5.36",
|
|
"@pezkuwi/rpc-augment": "^16.5.36",
|
|
"@pezkuwi/rpc-core": "^16.5.36",
|
|
"@pezkuwi/rpc-provider": "^16.5.36",
|
|
"@pezkuwi/types": "^16.5.36",
|
|
"@pezkuwi/types-augment": "^16.5.36",
|
|
"@pezkuwi/types-codec": "^16.5.36",
|
|
"@pezkuwi/types-create": "^16.5.36",
|
|
"@pezkuwi/types-known": "^16.5.36",
|
|
"@pezkuwi/types-support": "^16.5.36",
|
|
"@pezkuwi/keyring": "^14.0.25",
|
|
"@pezkuwi/util": "^14.0.25",
|
|
"@pezkuwi/util-crypto": "^14.0.25",
|
|
"@pezkuwi/x-bigint": "^14.0.25",
|
|
"@pezkuwi/x-fetch": "^14.0.25",
|
|
"@pezkuwi/x-global": "^14.0.25",
|
|
"@pezkuwi/x-randomvalues": "^14.0.25",
|
|
"@pezkuwi/x-textdecoder": "^14.0.25",
|
|
"@pezkuwi/x-textencoder": "^14.0.25",
|
|
"@pezkuwi/x-ws": "^14.0.25",
|
|
"@pezkuwi/networks": "^14.0.25"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.9.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^22.5.5",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.9.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
"eslint-plugin-react-refresh": "^0.4.9",
|
|
"globals": "^15.15.0",
|
|
"husky": "^9.1.7",
|
|
"jsdom": "^27.2.0",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.11",
|
|
"typescript": "^5.5.3",
|
|
"typescript-eslint": "^8.0.1",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-node-polyfills": "^0.25.0",
|
|
"vitest": "^4.0.10"
|
|
}
|
|
}
|