feat: implement text inspector and case converter tool (#3)

This commit is contained in:
2024-10-24 13:48:07 +02:00
committed by GitHub
parent f053bd40eb
commit 2ab69ecc9f
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",
@@ -50,6 +52,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": {