feat: add Pick placeholder for random selection from list

This commit is contained in:
2025-12-01 23:58:27 -06:00
parent a45b56fa93
commit cfef4fd73d
5 changed files with 88 additions and 64 deletions

View File

@@ -1,14 +1,9 @@
{
"lockfileVersion": 1,
"configVersion": 0,
"workspaces": {
"": {
"name": "st-randomness-helpers",
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1",
"zod": "^4.0.17",
"zustand": "^5.0.7",
},
"devDependencies": {
"@biomejs/biome": "2.1.4",
"@commitlint/cli": "^19.8.1",
@@ -17,6 +12,10 @@
"@types/react-dom": "^19.1.7",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"zod": "^4.0.17",
"zustand": "^5.0.7",
},
"peerDependencies": {
"typescript": "^5",