Skip to content
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@
"@fontsource/dm-mono": "^5.2.5",
"@hono/valibot-validator": "^0.5.2",
"@microlink/react-json-view": "^1.26.2",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@tailwindcss/typography": "^0.5.16",
Expand All @@ -25,28 +31,36 @@
"@vercel/blob": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"hono": "^4.7.11",
"lodash": "^4.17.21",
"lucide-react": "^0.511.0",
"motion": "^12.15.0",
"nanoid": "^5.1.5",
"prismjs": "^1.30.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.2",
"react-router": "^7.6.1",
"react-simple-code-editor": "^0.14.1",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"valibot": "^1.1.0",
"yup": "^1.6.1",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@hono/vite-dev-server": "^0.19.1",
"@types/lodash": "^4.17.17",
"@types/node": "^22.15.21",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.21",
Expand Down
Loading