{ "name": "@easyflow/common-ui", "version": "1.0.0", "license": "MIT", "type": "module", "sideEffects": [ "**/*.css" ], "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" }, "./es/tippy": { "types": "./src/components/tippy/index.ts", "default": "./src/components/tippy/index.ts" }, "./es/loading": { "types": "./src/components/loading/index.ts", "default": "./src/components/loading/index.ts" } }, "dependencies": { "@easyflow-core/form-ui": "workspace:*", "@easyflow-core/popup-ui": "workspace:*", "@easyflow-core/preferences": "workspace:*", "@easyflow-core/shadcn-ui": "workspace:*", "@easyflow-core/shared": "workspace:*", "@easyflow/constants": "workspace:*", "@easyflow/hooks": "workspace:*", "@easyflow/icons": "workspace:*", "@easyflow/locales": "workspace:*", "@easyflow/types": "workspace:*", "@vueuse/core": "catalog:", "@vueuse/integrations": "catalog:", "json-bigint": "catalog:", "qrcode": "catalog:", "tippy.js": "catalog:", "vue": "catalog:", "vue-json-viewer": "catalog:", "vue-router": "catalog:", "vue-tippy": "catalog:" }, "devDependencies": { "@types/qrcode": "catalog:" } }