@vrx-arco/use
Version:
<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>
50 lines • 1.03 kB
JSON
{
"name": "@vrx-arco/use",
"version": "2.1.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": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"dependencies": {
"@vueuse/core": "^13.5.0"
},
"devDependencies": {
"@arco-design/web-vue": "2.56.3"
},
"peerDependencies": {
"@arco-design/web-vue": ">=2.39.2",
"vue": ">=3.2.45"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"scripts": {
"build": "automd && tsdown"
}
}