/
effective_wiki
/
web-client
Обзор
Документация
Войти
/
effective_wiki
/
web-client
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
package.json
99 строк
3 KB
Max-Sam231
Merge branch 'feature/migrate_tiptap' of ssh://gitverse.ru:2222/effectiveventures/konstructor_client into feature/database
20 дек 2025, 05:35
20 дек 2025, 05:35
b7a4e86
Код
Авторство
О чём код?
{ "name": "editor-component", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "next start", "lint": "eslint", "format": "prettier --write .", "format:check": "prettier --check ." }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/modifiers": "^9.0.0", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@hocuspocus/provider": "^3.4.1", "@radix-ui/react-context-menu": "^2.2.16", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tooltip": "^1.2.8", "@reatom/core": "^3.10.3", "@reatom/framework": "^3.4.68", "@reatom/npm-react": "^3.10.6", "@tanstack/react-table": "^8.21.3", "@tiptap/core": "^3.9.0", "@tiptap/extension-blockquote": "^3.10.5", "@tiptap/extension-bold": "^3.11.0", "@tiptap/extension-bubble-menu": "^3.10.7", "@tiptap/extension-code": "^3.11.0", "@tiptap/extension-collaboration": "^3.10.4", "@tiptap/extension-collaboration-caret": "^3.13.0", "@tiptap/extension-document": "^3.9.0", "@tiptap/extension-drag-handle": "^3.10.4", "@tiptap/extension-drag-handle-react": "^3.10.4", "@tiptap/extension-dropcursor": "^3.10.4", "@tiptap/extension-gapcursor": "^3.10.4", "@tiptap/extension-heading": "^3.9.0", "@tiptap/extension-highlight": "^3.11.0", "@tiptap/extension-history": "^3.13.0", "@tiptap/extension-italic": "^3.11.0", "@tiptap/extension-list": "^3.10.4", "@tiptap/extension-list-item": "^3.10.4", "@tiptap/extension-mention": "^3.10.5", "@tiptap/extension-node-range": "^3.10.4", "@tiptap/extension-paragraph": "^3.9.0", "@tiptap/extension-strike": "^3.11.0", "@tiptap/extension-table": "^3.11.0", "@tiptap/extension-table-cell": "^3.11.0", "@tiptap/extension-table-header": "^3.11.0", "@tiptap/extension-table-row": "^3.11.0", "@tiptap/extension-text": "^3.9.0", "@tiptap/extension-underline": "^3.11.0", "@tiptap/pm": "^3.9.0", "@tiptap/react": "^3.9.0", "@tiptap/suggestion": "^3.10.7", "@tiptap/y-tiptap": "^3.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "lucide-react": "^0.548.0", "nanoid": "^nanoid ^3.3.11", "next": "15.5.5", "next-auth": "5.0.0-beta.30", "react": "19.1.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "19.1.0", "react-selecto": "^1.26.3", "tailwind-merge": "^3.3.1", "uuid": "^13.0.0", "y-protocols": "^1.0.6", "yjs": "^13.6.27" }, "devDependencies": { "@eslint/eslintrc": "^3", "@next/eslint-plugin-next": "^15.5.5", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.5.5", "eslint-config-prettier": "^10.1.8", "eslint-plugin-next": "^0.0.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.0", "eslint-plugin-unused-imports": "^4.2.0", "prettier": "^3.6.2", "prettier-plugin-tailwindcss": "^0.7.0", "tailwindcss": "^4", "tw-animate-css": "^1.4.0", "typescript": "^5" } }