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>

77 lines 1.69 kB
{ "name": "@vrx-arco/pro-layout", "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-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.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", "vue-router": ">=4.1.6" }, "dependencies": { "@vrx-arco/icons-vue": "^0.3.1", "@vueuse/core": "^12.0.0", "@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" } }