Skip to content

Commit d1c7566

Browse files
authored
Merge pull request #11 from coder/brett/render-form
feat: render form state
2 parents 513c6ef + 685853d commit d1c7566

35 files changed

+4530
-114
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@
1414
"@fontsource/dm-mono": "^5.2.5",
1515
"@hono/valibot-validator": "^0.5.2",
1616
"@microlink/react-json-view": "^1.26.2",
17+
"@radix-ui/react-checkbox": "^1.3.2",
1718
"@radix-ui/react-dialog": "^1.1.14",
1819
"@radix-ui/react-dropdown-menu": "^2.1.15",
20+
"@radix-ui/react-label": "^2.1.7",
21+
"@radix-ui/react-radio-group": "^1.3.7",
22+
"@radix-ui/react-select": "^2.2.5",
23+
"@radix-ui/react-slider": "^1.3.5",
1924
"@radix-ui/react-slot": "^1.2.3",
25+
"@radix-ui/react-switch": "^1.2.5",
2026
"@radix-ui/react-tabs": "^1.1.12",
2127
"@radix-ui/react-tooltip": "^1.2.7",
2228
"@tailwindcss/typography": "^0.5.16",
@@ -25,28 +31,36 @@
2531
"@vercel/blob": "^1.1.1",
2632
"class-variance-authority": "^0.7.1",
2733
"clsx": "^2.1.1",
34+
"cmdk": "^1.1.1",
2835
"hono": "^4.7.11",
36+
"lodash": "^4.17.21",
2937
"lucide-react": "^0.511.0",
3038
"motion": "^12.15.0",
3139
"nanoid": "^5.1.5",
3240
"prismjs": "^1.30.0",
3341
"react": "^19.1.0",
3442
"react-dom": "^19.1.0",
43+
"react-markdown": "^10.1.0",
3544
"react-resizable-panels": "^3.0.2",
3645
"react-router": "^7.6.1",
3746
"react-simple-code-editor": "^0.14.1",
47+
"react-syntax-highlighter": "^15.6.1",
48+
"remark-gfm": "^4.0.1",
3849
"tailwind-merge": "^3.3.0",
3950
"tailwindcss-animate": "^1.0.7",
4051
"valibot": "^1.1.0",
52+
"yup": "^1.6.1",
4153
"zustand": "^5.0.5"
4254
},
4355
"devDependencies": {
4456
"@eslint/js": "^9.25.0",
4557
"@hono/vite-dev-server": "^0.19.1",
58+
"@types/lodash": "^4.17.17",
4659
"@types/node": "^22.15.21",
4760
"@types/prismjs": "^1.26.5",
4861
"@types/react": "^19.1.2",
4962
"@types/react-dom": "^19.1.2",
63+
"@types/react-syntax-highlighter": "^15.5.13",
5064
"@vitejs/plugin-basic-ssl": "^2.0.0",
5165
"@vitejs/plugin-react": "^4.4.1",
5266
"autoprefixer": "^10.4.21",

0 commit comments

Comments
 (0)