102 lines
3.4 KiB
JSON
102 lines
3.4 KiB
JSON
{
|
|
"name": "client",
|
|
"private": true,
|
|
"version": "0.1.7",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint ./src --ext ts,tsx",
|
|
"lint:fix": "eslint ./src --ext ts,tsx --report-unused-disable-directives --fix",
|
|
"check-types": "tsc --noEmit --project tsconfig.app.json",
|
|
"format": "prettier --write \"**/*.ts*\" --config ./.prettierrc.json",
|
|
"magic": "bun --bun run lint:fix && bun --bun run format && bun --bun run check-types"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@emoji-mart/data": "^1.2.1",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@floating-ui/dom": "^1.7.4",
|
|
"@privacyresearch/libsignal-protocol-typescript": "^0.0.16",
|
|
"@pulse/shared": "workspace:*",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-context-menu": "^2.2.16",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slider": "^1.3.6",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@reduxjs/toolkit": "^2.9.0",
|
|
"@supabase/supabase-js": "^2.49.1",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"@tiptap/core": "^3.7.2",
|
|
"@tiptap/extension-emoji": "^3.7.2",
|
|
"@tiptap/extension-placeholder": "^3.20.0",
|
|
"@tiptap/pm": "^3.7.2",
|
|
"@tiptap/react": "^3.7.2",
|
|
"@tiptap/starter-kit": "^3.7.2",
|
|
"@tiptap/suggestion": "^3.7.2",
|
|
"@trpc/client": "^11.6.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"date-fns": "^4.1.0",
|
|
"dompurify": "^3.2.4",
|
|
"emoji-mart": "^5.6.0",
|
|
"eslint-plugin-react-you-might-not-need-an-effect": "^0.7.0",
|
|
"filesize": "^11.0.13",
|
|
"highlight.js": "^11.11.1",
|
|
"html-react-parser": "^5.2.6",
|
|
"idb": "^8.0.3",
|
|
"lodash-es": "^4.17.21",
|
|
"lucide-react": "^0.544.0",
|
|
"mediasoup-client": "^3.18.0",
|
|
"next-themes": "^0.4.6",
|
|
"prosemirror-view": "^1.38.1",
|
|
"re-reselect": "^5.1.0",
|
|
"react": "^19.1.1",
|
|
"react-colorful": "^5.6.1",
|
|
"react-day-picker": "^9.11.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-lite-youtube-embed": "^2.5.6",
|
|
"react-redux": "^9.2.0",
|
|
"react-resizable-panels": "^4.6.5",
|
|
"react-tweet": "^3.2.2",
|
|
"react-virtuoso": "^4.18.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.13",
|
|
"@timephy/rnnoise-wasm": "^1.0.0",
|
|
"deepfilternet3-noise-filter": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.36.0",
|
|
"@types/dompurify": "^3.2.0",
|
|
"@types/node": "^24.5.2",
|
|
"@types/react": "^19.1.13",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
"eslint": "^9.36.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"globals": "^16.4.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.44.0",
|
|
"vite": "^7.1.7",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-organize-imports": "^4.0.0"
|
|
}
|
|
}
|