{ "name": "@originmain/ui", "version": "0.0.1", "private": true, "type": "module", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit" }, "dependencies": { "@fluentui/react-components": "^9.54.0", "react": "^19.0.0" }, "devDependencies": { "@types/react": "^19.0.0", "typescript": "^5.5.0" } }