UNPKG

@vrx-arco/app

Version:

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

48 lines 974 B
{ "name": "@vrx-arco/app", "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/app" }, "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" ], "publishConfig": { "access": "public" }, "peerDependencies": { "vue": ">=3.2.45", "vue-router": ">=4.1.6", "pinia": ">=2.0.27" }, "dependencies": { "@vrx-arco/use": "2.1.0" }, "sideEffects": false, "scripts": { "build": "automd && tsdown" } }