flags local

This commit is contained in:
2026-06-24 22:25:08 -05:00
parent c848d5a7b5
commit a106f28257
53 changed files with 2276 additions and 6 deletions

View File

@@ -14,9 +14,10 @@
"react-dom": "19.0.0"
},
"devDependencies": {
"typescript": "5.7.3",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3"
"@types/react-dom": "19.0.3",
"tsx": "^4.22.4",
"typescript": "5.7.3"
}
}