-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 3.02 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 3.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "fuinnosho",
"version": "0.1.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"build:mcp": "npx tsc --project tsconfig.mcp.json && node scripts/rewrite-mcp-dist-imports.mjs",
"fixture:mobile:ui": "tsx scripts/mobile-ui-fixture.ts",
"lint": "eslint .",
"probe:mobile": "tsx scripts/probe-mobile-contract.ts",
"seed": "tsx scripts/seed.ts",
"smoke:mobile:reads": "tsx scripts/smoke-mobile-reads.ts",
"smoke:mobile:writes": "tsx scripts/smoke-mobile-writes.ts",
"test": "vitest",
"verify:mobile": "bash scripts/verify-mobile.sh",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@hookform/resolvers": "^4.1.0",
"@modelcontextprotocol/sdk": "^1.27.1",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@sentry/node": "^10.5.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.48.1",
"@tanstack/react-table": "^8.21.2",
"@types/recharts": "^1.8.29",
"@types/uuid": "^10.0.0",
"@vercel/analytics": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.475.0",
"mcp-handler": "^1.1.0",
"next": "^16.2.3",
"next-themes": "^0.4.4",
"openai": "^4.85.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-grid-heatmap": "^1.3.0",
"react-hook-form": "^7.54.2",
"recharts": "^2.15.1",
"sonner": "^2.0.0",
"tailwind-merge": "^3.0.1",
"uuid": "^11.1.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@playwright/test": "^1.57.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.4",
"eslint-config-next": "^16.1.7",
"jsdom": "^27.4.0",
"msw": "^2.12.7",
"postcss": "^8.5.10",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.22.3",
"typescript": "^5",
"vite": "^7.3.5",
"vitest": "^4.1.0"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}