UNPKG

@vrx-arco/pro-components

Version:

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

79 lines 1.76 kB
{ "name": "@vrx-arco/pro-components", "version": "1.10.1", "license": "MIT", "author": { "name": "whitekite", "email": "1075790909@qq.com" }, "repository": { "type": "git", "url": "git+https://github.com/vrx-arco/arco-design-pro.git", "directory": "packages/pro-components" }, "homepage": "https://vrx-arco.github.io/arco-design-pro/", "keywords": [ "arco-design", "vue", "arco-pro", "arco-pro-vue" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "module": "./dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./arco-style": { "import": "./arco-style.mjs", "require": "./arco-style.js" }, "./arco-style-css": { "import": "./arco-style-css.mjs", "require": "./arco-style-css.js" }, "./style/*": "./style/*" }, "peerDependencies": { "@arco-design/web-vue": ">=2.39.2", "vue": ">=3.2.45" }, "dependencies": { "@vill-v/path-prop": "^1.3.3", "@vrx-arco/icons-vue": "^0.3.1", "@vrx/core": "^0.4.4", "@vueuse/core": "^12.0.0", "klona": "^2.0.6", "@vrx-arco/use": "1.10.1" }, "devDependencies": { "@arco-design/web-vue": "^2.56.3" }, "publishConfig": { "access": "public" }, "web-types": "web-types.json", "files": [ "arco-style-css.js", "arco-style-css.mjs", "arco-style.js", "arco-style.mjs", "web-types.json", "dist", "style" ], "sideEffects": [ ".css", "arco-style-css.js", "arco-style-css.mjs", "arco-style.js", "arco-style.mjs" ], "scripts": { "build": "automd && vrx-cp build", "watch": "vrx-cp watch" } }