package.json•3.19 kB
{
"name": "web",
"version": "v1.25.10-canary",
"private": true,
"scripts": {
"prepare": "panda codegen",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"openapi": "orval",
"test": "uvu -r tsx src '\\.test\\.ts$'"
},
"dependencies": {
"@ark-ui/react": "5.26.2",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@floating-ui/react": "^0.27.16",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^4.1.3",
"@simplewebauthn/browser": "^10.0.0",
"@tiptap/core": "^2.8.0",
"@tiptap/extension-bullet-list": "^2.8.0",
"@tiptap/extension-dropcursor": "^2.8.0",
"@tiptap/extension-focus": "^2.8.0",
"@tiptap/extension-image": "^2.8.0",
"@tiptap/extension-link": "^2.8.0",
"@tiptap/extension-list-item": "^2.8.0",
"@tiptap/extension-mention": "^2.8.0",
"@tiptap/extension-ordered-list": "^2.8.0",
"@tiptap/extension-placeholder": "^2.8.0",
"@tiptap/extension-text-style": "^2.8.0",
"@tiptap/html": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@tiptap/suggestion": "^2.8.0",
"@use-gesture/react": "^10.3.1",
"babel-plugin-react-compiler": "^1.0.0",
"chroma-js": "^3.1.2",
"date-fns": "^4.1.0",
"dompurify": "^3.2.6",
"emoji-picker-react": "^4.14.0",
"framer-motion": "^12.23.24",
"immer": "^10.1.3",
"lodash": "^4.17.21",
"lucide-react": "^0.545.0",
"next": "16.0.4",
"nuqs": "^1.20.0",
"polished": "^4.3.1",
"react": "19.2.0",
"react-advanced-cropper": "^0.20.1",
"react-avatar-editor": "^13.0.2",
"react-contenteditable": "^3.3.7",
"react-dom": "19.2.0",
"react-hook-form": "^7.64.0",
"react-markdown": "^9.1.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"server-only": "^0.0.1",
"sonner": "^2.0.7",
"swr": "^2.3.6",
"ts-pattern": "^5.8.0",
"turndown": "^7.2.1",
"unified": "^11.0.5",
"vaul": "^1.1.2",
"zod": "^3.25.76",
"zustand": "^5.0.8"
},
"devDependencies": {
"@pandacss/dev": "^1.4.3",
"@pandacss/studio": "^1.4.3",
"@pandacss/types": "^1.4.3",
"@simplewebauthn/types": "^10.0.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/chroma-js": "^3.1.1",
"@types/dompurify": "^3.2.0",
"@types/lodash": "^4.17.20",
"@types/node": "^24.9.2",
"@types/react": "19.2.2",
"@types/react-avatar-editor": "^13.0.4",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"eslint": "^9.38.0",
"eslint-config-next": "16.0.1",
"orval": "7.2.0",
"prettier": "^3.6.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"uvu": "^0.5.6"
},
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f",
"engines": {
"node": "22.x"
},
"resolutions": {
"@types/react": "19.2.2"
},
"browserslist": [
"defaults and supports es6-module",
"not IE 11"
]
}