2025-02-11 19:56:01 +00:00
|
|
|
{
|
2025-10-23 09:54:45 +00:00
|
|
|
"name": "@xtablo/main",
|
2025-02-11 19:56:01 +00:00
|
|
|
"private": true,
|
2025-10-23 09:54:45 +00:00
|
|
|
"version": "1.0.0",
|
2025-02-11 19:56:01 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2025-07-12 17:48:47 +00:00
|
|
|
"dev": "vite dev",
|
2025-10-23 09:54:45 +00:00
|
|
|
"build": "tsc -b && vite build",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
2025-10-10 09:06:44 +00:00
|
|
|
"lint": "biome check .",
|
|
|
|
|
"lint:fix": "biome check --write .",
|
|
|
|
|
"format": "biome format --write .",
|
2025-04-08 07:43:51 +00:00
|
|
|
"preview": "vite preview",
|
2025-07-13 20:38:03 +00:00
|
|
|
"build:staging": "tsc -b && vite build --mode staging",
|
2025-07-12 17:18:43 +00:00
|
|
|
"build:prod": "tsc -b && vite build --mode production",
|
2025-10-23 19:36:21 +00:00
|
|
|
"deploy": "wrangler deploy --env=\"\"",
|
2025-07-12 17:18:43 +00:00
|
|
|
"cf-typegen": "wrangler types",
|
2025-10-10 09:06:44 +00:00
|
|
|
"test": "vitest run --mode dev --passWithNoTests",
|
|
|
|
|
"test:watch": "vitest watch --passWithNoTests",
|
2025-10-23 19:05:49 +00:00
|
|
|
"test:coverage": "vitest run --coverage --passWithNoTests",
|
|
|
|
|
"clean": "rm -rf dist .vite tsconfig.tsbuildinfo node_modules/.vite"
|
2025-02-11 19:56:01 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-10 06:21:56 +00:00
|
|
|
"@biomejs/biome": "2.2.5",
|
2025-07-12 17:18:43 +00:00
|
|
|
"@cloudflare/vite-plugin": "^1.9.4",
|
2025-06-23 09:34:30 +00:00
|
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
2025-03-18 07:29:46 +00:00
|
|
|
"@eslint/js": "^9.22.0",
|
2025-03-17 17:06:33 +00:00
|
|
|
"@floating-ui/react": "^0.27.4",
|
2025-03-17 20:20:05 +00:00
|
|
|
"@internationalized/date": "^3.7.0",
|
|
|
|
|
"@react-aria/i18n": "^3.12.7",
|
2025-03-17 17:06:33 +00:00
|
|
|
"@react-aria/toast": "^3.0.0",
|
|
|
|
|
"@react-stately/toast": "^3.0.0",
|
|
|
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
2025-04-08 07:43:51 +00:00
|
|
|
"@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",
|
2025-03-22 09:20:15 +00:00
|
|
|
"@types/node": "^22.13.10",
|
2025-03-17 17:06:33 +00:00
|
|
|
"@types/react": "19.0.10",
|
|
|
|
|
"@types/react-dom": "19.0.4",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
|
|
|
"@typescript-eslint/parser": "^7.0.2",
|
2025-02-11 19:56:01 +00:00
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
2025-03-17 17:06:33 +00:00
|
|
|
"chromatic": "^11.5.0",
|
2025-03-18 07:29:46 +00:00
|
|
|
"eslint": "^9.22.0",
|
|
|
|
|
"eslint-plugin-react": "^7.37.4",
|
|
|
|
|
"globals": "^16.0.0",
|
2025-10-10 09:06:44 +00:00
|
|
|
"happy-dom": "^20.0.0",
|
2025-04-08 07:43:51 +00:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2025-03-17 17:06:33 +00:00
|
|
|
"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",
|
2025-10-23 09:54:45 +00:00
|
|
|
"tailwindcss": "^4.1.15",
|
2025-03-17 17:06:33 +00:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2025-10-14 20:27:17 +00:00
|
|
|
"tw-animate-css": "^1.4.0",
|
2025-03-17 17:06:33 +00:00
|
|
|
"typescript": "^5.7.0",
|
2025-03-18 07:29:46 +00:00
|
|
|
"typescript-eslint": "^8.26.1",
|
2025-04-08 07:43:51 +00:00
|
|
|
"vite": "^6.2.2",
|
|
|
|
|
"vite-tsconfig-paths": "^5.1.4",
|
2025-10-10 09:06:44 +00:00
|
|
|
"vitest": "^3.2.4",
|
2025-07-12 17:18:43 +00:00
|
|
|
"wrangler": "^4.24.3"
|
2025-03-17 17:06:33 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-10-23 09:54:45 +00:00
|
|
|
"@xtablo/ui": "workspace:*",
|
|
|
|
|
"@xtablo/shared": "workspace:*",
|
2025-07-16 20:28:20 +00:00
|
|
|
"@datadog/browser-rum": "^6.13.0",
|
|
|
|
|
"@datadog/browser-rum-react": "^6.13.0",
|
2025-10-16 09:20:27 +00:00
|
|
|
"@hookform/resolvers": "^5.2.2",
|
2025-10-14 20:27:17 +00:00
|
|
|
"@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",
|
2025-10-19 08:06:14 +00:00
|
|
|
"@radix-ui/react-slider": "^1.3.6",
|
2025-10-14 20:27:17 +00:00
|
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
|
|
|
"@radix-ui/react-switch": "^1.2.6",
|
2025-10-16 09:20:27 +00:00
|
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
2025-10-15 20:57:57 +00:00
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
2025-03-17 20:20:05 +00:00
|
|
|
"@react-stately/calendar": "^3.7.1",
|
2025-03-25 08:17:53 +00:00
|
|
|
"@supabase/supabase-js": "^2.49.3",
|
2025-10-23 09:54:45 +00:00
|
|
|
"@tailwindcss/vite": "^4.1.5",
|
2025-03-22 09:20:15 +00:00
|
|
|
"@tanstack/react-query": "^5.69.0",
|
2025-03-17 20:55:15 +00:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2025-10-10 08:16:05 +00:00
|
|
|
"@typescript/native-preview": "7.0.0-dev.20251010.1",
|
2025-04-06 16:21:25 +00:00
|
|
|
"ag-grid-community": "^33.2.1",
|
|
|
|
|
"ag-grid-react": "^33.2.1",
|
2025-10-11 12:20:57 +00:00
|
|
|
"axios": "^1.12.2",
|
2025-10-14 20:27:17 +00:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
2025-09-15 07:01:08 +00:00
|
|
|
"date-fns": "^4.1.0",
|
2025-10-11 12:20:57 +00:00
|
|
|
"jspdf": "^3.0.3",
|
2025-03-23 14:21:02 +00:00
|
|
|
"jwt-decode": "^4.0.0",
|
2025-10-14 20:27:17 +00:00
|
|
|
"react-day-picker": "^9.11.1",
|
2025-10-19 08:06:14 +00:00
|
|
|
"react-easy-crop": "^5.5.3",
|
2025-10-16 09:20:27 +00:00
|
|
|
"react-hook-form": "^7.65.0",
|
2025-10-11 12:20:57 +00:00
|
|
|
"react-router-dom": "^7.9.4",
|
2025-03-23 09:57:30 +00:00
|
|
|
"react-stately": "^3.36.1",
|
2025-10-14 20:27:17 +00:00
|
|
|
"sonner": "^2.0.7",
|
2025-06-17 20:44:30 +00:00
|
|
|
"stream-chat": "^9.6.1",
|
|
|
|
|
"stream-chat-react": "^13.1.0",
|
2025-04-12 20:46:49 +00:00
|
|
|
"ts-pattern": "^5.6.2",
|
2025-06-23 09:34:30 +00:00
|
|
|
"uuid": "^11.1.0",
|
2025-10-16 09:20:27 +00:00
|
|
|
"zod": "^4.1.12",
|
2025-06-23 09:34:30 +00:00
|
|
|
"zustand": "^5.0.5"
|
2025-02-11 19:56:01 +00:00
|
|
|
}
|
|
|
|
|
}
|