YAS/apps/web/package.json
YetAnotherSuite Dev c7d98523c6
Some checks failed
CI / Quality Check (push) Has been cancelled
init backup
2026-07-23 23:33:50 +02:00

77 lines
2.3 KiB
JSON

{
"name": "@yetanother/web",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src/",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"clean": "rm -rf .turbo node_modules dist"
},
"dependencies": {
"@dnd-kit/core": "^6.3.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.0",
"@tanstack/react-query": "^5.75.0",
"@tiptap/extension-code-block-lowlight": "^2.11.0",
"@tiptap/extension-highlight": "^2.11.0",
"@tiptap/extension-image": "^2.11.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/extension-placeholder": "^2.11.0",
"@tiptap/extension-table": "^2.11.0",
"@tiptap/extension-table-cell": "^2.11.0",
"@tiptap/extension-table-header": "^2.11.0",
"@tiptap/extension-table-row": "^2.11.0",
"@tiptap/extension-task-item": "^2.11.0",
"@tiptap/extension-task-list": "^2.11.0",
"@tiptap/extension-text-align": "^2.11.0",
"@tiptap/extension-underline": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/react": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"@types/d3": "^7.4.0",
"@yetanother/hooks": "workspace:*",
"@yetanother/types": "workspace:*",
"@yetanother/ui": "workspace:*",
"@yetanother/utils": "workspace:*",
"chrono-node": "^2.7.0",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"i18next": "^26.3.6",
"jotai": "^2.12.0",
"lowlight": "^3.3.0",
"lucide-react": "^0.510.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^17.0.10",
"react-router-dom": "^7.6.0",
"y-indexeddb": "^9.0.0",
"y-prosemirror": "^1.3.7",
"y-websocket": "^2.0.0",
"yjs": "^13.6.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@playwright/test": "^1.61.1",
"@tailwindcss/vite": "^4.1.0",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^4.4.0",
"@yetanother/eslint-config": "workspace:*",
"@yetanother/tsconfig": "workspace:*",
"eslint": "^9.25.0",
"jsdom": "^26.0.0",
"tailwindcss": "^4.1.0",
"typescript": "^5.8.0",
"vite": "^6.3.0",
"vitest": "^3.1.0"
}
}