-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.94 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 3.94 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@craft/ui",
"version": "0.1.0",
"license": "Apache-2.0",
"description": "Cross-platform React UI component library — extracted from Craft Agents with ShadCN/Radix patterns",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./styles": "./src/styles/index.css",
"./ui": "./src/components/ui/index.ts",
"./chat": "./src/components/chat/index.ts",
"./markdown": "./src/components/markdown/index.ts",
"./code-viewer": "./src/components/code-viewer/index.ts",
"./terminal": "./src/components/terminal/index.ts",
"./overlay": "./src/components/overlay/index.ts",
"./cards": "./src/components/cards/index.ts",
"./lib": "./src/lib/index.ts",
"./context": "./src/context/index.ts",
"./types": "./src/types/index.ts"
},
"files": [
"src",
"README.md"
],
"dependencies": {
"@types/mdast": "^4.0.0",
"@uiw/react-json-view": "^2.0.0-alpha.40",
"fflate": "^0.8.2",
"linkify-it": "^5.0.0",
"nice-ticks": "^1.0.2",
"unified": "^11.0.0",
"unist-util-visit": "^5.0.0"
},
"peerDependencies": {
"@craft-agent/mermaid": ">=0.1.0",
"@pierre/diffs": ">=0.1.0",
"@radix-ui/react-avatar": ">=1.0.0",
"@radix-ui/react-checkbox": ">=1.0.0",
"@radix-ui/react-collapsible": ">=1.0.0",
"@radix-ui/react-context-menu": ">=2.0.0",
"@radix-ui/react-dialog": ">=1.0.0",
"@radix-ui/react-dropdown-menu": ">=2.0.0",
"@radix-ui/react-label": ">=2.0.0",
"@radix-ui/react-popover": ">=1.0.0",
"@radix-ui/react-progress": ">=1.0.0",
"@radix-ui/react-radio-group": ">=1.0.0",
"@radix-ui/react-scroll-area": ">=1.0.0",
"@radix-ui/react-select": ">=2.0.0",
"@radix-ui/react-separator": ">=1.0.0",
"@radix-ui/react-slider": ">=1.0.0",
"@radix-ui/react-slot": ">=1.0.0",
"@radix-ui/react-switch": ">=1.0.0",
"@radix-ui/react-tabs": ">=1.0.0",
"@radix-ui/react-tooltip": ">=1.0.0",
"@tailwindcss/typography": ">=0.5.0",
"@tanstack/react-table": ">=8.0.0",
"class-variance-authority": ">=0.7.0",
"clsx": ">=2.0.0",
"cmdk": ">=1.0.0",
"lucide-react": ">=0.400.0",
"motion": ">=11.0.0",
"react": ">=18.0.0",
"react-day-picker": ">=9.0.0",
"react-dom": ">=18.0.0",
"react-markdown": ">=9.0.0",
"react-pdf": ">=7.0.0",
"react-resizable-panels": ">=2.0.0",
"rehype-raw": ">=7.0.0",
"remark-gfm": ">=4.0.0",
"shiki": "^3.21.0",
"tailwind-merge": ">=2.0.0",
"tailwindcss": ">=4.0.0",
"vaul": ">=1.0.0"
},
"peerDependenciesMeta": {
"@craft-agent/mermaid": {
"optional": true
},
"@radix-ui/react-context-menu": {
"optional": true
},
"@radix-ui/react-dialog": {
"optional": true
},
"@radix-ui/react-dropdown-menu": {
"optional": true
},
"react-pdf": {
"optional": true
}
},
"devDependencies": {
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@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-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@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",
"@tanstack/react-table": "^8.21.3",
"@types/linkify-it": "^5.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"cmdk": "^1.1.1",
"react-day-picker": "^9.11.1",
"react-pdf": "^10.3.0",
"react-resizable-panels": "^2.1.9",
"typescript": "^5.7.0",
"vaul": "^1.1.2"
}
}