UNPKG

@vrx-arco/pro-layout

Version:

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

73 lines 1.53 kB
{ "name": "@vrx-arco/pro-layout", "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/pro-layout" }, "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.js", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./arco-style": { "import": "./arco-style.js" }, "./arco-style-css": { "import": "./arco-style-css.js" }, "./style/*": "./style/*" }, "peerDependencies": { "@arco-design/web-vue": ">=2.39.2", "vue": ">=3.2.45", "vue-router": ">=4.1.6" }, "dependencies": { "@vrx-arco/icons-vue": "^0.3.1", "@vueuse/core": "^13.1.0", "@vrx-arco/use": "2.0.0" }, "devDependencies": { "@arco-design/web-vue": "^2.57.0" }, "publishConfig": { "access": "public" }, "web-types": "web-types.json", "files": [ "arco-style-css.js", "arco-style.js", "web-types.json", "dist", "style" ], "sideEffects": [ ".css", "arco-style-css.js", "arco-style.js" ], "scripts": { "build": "automd && vrx-cp build", "watch": "vrx-cp watch" } }