UNPKG

@vrx-arco/use

Version:

<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>

54 lines 1.08 kB
{ "name": "@vrx-arco/use", "version": "2.0.0", "license": "MIT", "type": "module", "author": { "name": "whitekite", "email": "1075790909@qq.com" }, "repository": { "type": "git", "url": "git+https://github.com/vrx-arco/arco-design-pro.git", "directory": "packages/use" }, "homepage": "https://vrx-arco.github.io/arco-design-pro/", "keywords": [ "vue-composition-api", "arco-design", "vue", "arco-pro", "arco-pro-vue" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "module": "./dist/index.js", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "files": [ "dist" ], "dependencies": { "@vueuse/core": "^13.1.0" }, "devDependencies": { "@arco-design/web-vue": "^2.57.0" }, "peerDependencies": { "@arco-design/web-vue": ">=2.39.2", "vue": ">=3.2.45" }, "publishConfig": { "access": "public" }, "sideEffects": false, "scripts": { "build": "automd && tsdown" } }