-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.24 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.24 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
91
92
93
94
95
96
97
98
99
100
101
{
"name": "mcp-app-demo",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --host",
"start": "node .output/server/index.mjs",
"build": "vite build",
"serve": "vite preview",
"test": "vitest run",
"test:ci": "vitest run --coverage",
"lint": "eslint --fix",
"format": "prettier --write",
"format:check": "prettier --check . && eslint .",
"storybook": "storybook dev -p 6006",
"build-storybook": "npm ci && storybook build"
},
"dependencies": {
"@pomerium/js-sdk": "^1.1.0",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-toast": "^1.1.5",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/react-form": "^1.0.0",
"@tanstack/react-query": "^5.77.2",
"@tanstack/react-router": "^1.121.2",
"@tanstack/react-router-devtools": "^1.121.2",
"@tanstack/react-router-with-query": "^1.121.2",
"@tanstack/react-start": "^1.121.2",
"@tanstack/react-store": "^0.7.0",
"@tanstack/router-plugin": "^1.121.4",
"@tanstack/store": "^0.7.0",
"@vitest/coverage-v8": "^3.2.4",
"ai": "^4.3.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.476.0",
"mime": "^4.0.7",
"openai": "^4.103.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.6",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.6",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^3.24.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.1",
"@storybook/addon-a11y": "^9.0.16",
"@storybook/addon-docs": "^9.0.16",
"@storybook/addon-onboarding": "^9.0.16",
"@storybook/addon-vitest": "^9.0.16",
"@storybook/react-vite": "^9.0.16",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/eslint-config": "^0.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/browser": "3.2.3",
"eslint": "^9.31.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "^9.0.16",
"jsdom": "^26.0.0",
"playwright": "^1.53.2",
"prettier": "^3.5.3",
"storybook": "^9.0.16",
"typescript": "^5.7.2",
"vite": "^6.3.3",
"vitest": "^3.0.5",
"web-vitals": "^4.2.4"
},
"overrides": {
"@tanstack/react-router": "^1.121.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-arm64-gnu": "^4.41.1",
"lightningcss-darwin-arm64": "^1.30.1",
"lightningcss-darwin-x64": "^1.30.1",
"lightningcss-linux-arm64-gnu": "^1.30.1",
"lightningcss-linux-x64-gnu": "^1.30.1"
},
"license": "Apache-2.0"
}