@vrx-arco/app
Version:
<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>
50 lines • 1.02 kB
JSON
{
"name": "@vrx-arco/app",
"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/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.mjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"vue": ">=3.2.45",
"vue-router": ">=4.1.6",
"pinia": ">=2.0.27"
},
"dependencies": {
"@vrx-arco/use": "1.10.1"
},
"sideEffects": false,
"scripts": {
"build": "automd && tsup-node"
}
}