feat: implement text inspector and case converter tool

This commit is contained in:
2024-05-14 18:01:20 +02:00
parent 90ba9f4f8e
commit 5113fe626b
13 changed files with 471 additions and 47 deletions

View File

@@ -31,7 +31,9 @@
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"change-case": "^5.4.4",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
@@ -52,6 +54,7 @@
"react-fast-compare": "^3.2.2",
"sharp": "^0.32.1",
"tailwindcss-animate": "^1.0.5",
"url-slug": "^4.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {