{ "name": "@internal/ui", "version": "0.0.0", "private": true, "license": "Apache-2.0", "exports": { "./*": "./src/*.tsx" }, "scripts": { "lint": "eslint . --max-warnings 0", "generate:component": "turbo gen react-component", "check-types": "tsc --noEmit" }, "devDependencies": { "@internal/eslint-config": "workspace:*", "@internal/typescript-config": "workspace:*", "@types/node": "^22.15.3", "@types/react": "19.2.3", "@types/react-dom": "19.2.3", "eslint": "^9.39.1", "typescript": "5.9.2" }, "dependencies": { "react": "19.2.3", "react-dom": "19.2.3" } }