xtablo-source/apps/main/package.json
2025-11-03 09:50:34 +01:00

124 lines
4.2 KiB
JSON

{
"name": "@xtablo/main",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite dev --port 5173",
"build": "tsc -b && vite build",
"typecheck": "tsc -b",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"preview": "vite preview",
"build:staging": "tsc -b && vite build --mode staging",
"build:prod": "tsc -b && vite build --mode production",
"deploy:staging": "wrangler deploy --env=\"\"",
"deploy:prod": "wrangler deploy --env=\"\"",
"cf-typegen": "wrangler types",
"test": "vitest run --mode dev --passWithNoTests",
"test:watch": "vitest watch --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
"clean": "rm -rf dist .vite tsconfig.tsbuildinfo node_modules/.vite"
},
"devDependencies": {
"@biomejs/biome": "2.2.5",
"@cloudflare/vite-plugin": "^1.9.4",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@eslint/js": "^9.22.0",
"@floating-ui/react": "^0.27.4",
"@internationalized/date": "^3.7.0",
"@react-aria/i18n": "^3.12.7",
"@react-aria/toast": "^3.0.0",
"@react-stately/toast": "^3.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.10",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.3.4",
"chromatic": "^11.5.0",
"eslint": "^9.22.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^16.0.0",
"happy-dom": "^20.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lucide-react": "^0.460.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "19.0.0",
"react-aria": "^3.38.1",
"react-aria-components": "^1.7.0",
"react-dom": "19.0.0",
"rollup-plugin-visualizer": "^5.14.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.1.15",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"typescript": "^5.7.0",
"typescript-eslint": "^8.26.1",
"vite": "^6.2.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4",
"wrangler": "^4.24.3"
},
"dependencies": {
"@blocknote/core": "^0.41.1",
"@blocknote/mantine": "^0.41.1",
"@blocknote/react": "^0.41.1",
"@datadog/browser-rum": "^6.13.0",
"@datadog/browser-rum-react": "^6.13.0",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@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.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-stately/calendar": "^3.7.1",
"@stripe/stripe-js": "^8.2.0",
"@supabase/supabase-js": "^2.49.3",
"@tailwindcss/vite": "^4.1.5",
"@tanstack/react-query": "^5.69.0",
"@types/react-router-dom": "^5.3.3",
"@typescript/native-preview": "7.0.0-dev.20251010.1",
"@xtablo/shared": "workspace:*",
"@xtablo/ui": "workspace:*",
"ag-grid-community": "^33.2.1",
"ag-grid-react": "^33.2.1",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"i18next": "^25.6.0",
"i18next-browser-languagedetector": "^8.2.0",
"jspdf": "^3.0.3",
"jwt-decode": "^4.0.0",
"react-day-picker": "^9.11.1",
"react-easy-crop": "^5.5.3",
"react-hook-form": "^7.65.0",
"react-i18next": "^16.2.0",
"react-router-dom": "^7.9.4",
"react-stately": "^3.36.1",
"sonner": "^2.0.7",
"stream-chat": "^9.6.1",
"stream-chat-react": "^13.1.0",
"ts-pattern": "^5.6.2",
"uuid": "^11.1.0",
"zod": "^4.1.12",
"zustand": "^5.0.5"
}
}