{ "name": "@lilith/age-verification-react", "version": "1.0.0", "private": true, "type": "module", "description": "Age verification React components for the Lilith platform", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit", "build": "lixbuild", "test": "lixtest --passWithNoTests", "lint": "eslint . --ext ts,tsx" }, "dependencies": { "@lilith/age-verification": "*", "@lilith/service-registry": "^1.3.0", "@lilith/ui-icons": "^1.1.10" }, "peerDependencies": { "@lilith/ui-motion": "^2.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@lilith/lix-configs": "^1.0.0", "@types/node": "^20.19.30", "tsup": "^8.0.0", "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "@lilith/ui-motion": "^2.0.1", "react": "^19.2.3", "react-dom": "^19.2.3", "typescript": "^5.9.3", "vitest": "^4.0.17" } }