@vrx-arco/helper
Version:
<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>
86 lines • 2.12 kB
JSON
{
"name": "@vrx-arco/helper",
"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/import-resolver.git"
},
"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"
}
}
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@vrx-arco/color-picker": "~0.0.1",
"@vrx-arco/pro-components": "^2.0.0",
"@vrx-arco/pro-layout": "^2.0.0",
"unplugin-vue-components": ">=0.26.0"
},
"peerDependenciesMeta": {
"unplugin-vue-components": {
"optional": true
},
"@vrx-arco/color-picker": {
"optional": true
},
"@vrx-arco/pro-layout": {
"optional": true
}
},
"sideEffects": false,
"dependencies": {
"@vrx-arco/color-picker-import-resolver": "~0.0.1"
},
"devDependencies": {
"@arco-design/web-vue": "^2.57.0",
"@oxc-project/runtime": "^0.69.0",
"@types/node": "^22.15.17",
"@vill-v/bumpp-github": "^3.0.0",
"@vill-v/eslint-config": "^3.2.1",
"@vill-v/prettier-config": "^1.0.0",
"@vill-v/tsconfig": "^1.0.1",
"automd": "^0.4.0",
"eslint": "^9.26.0",
"prettier": "^3.5.3",
"publint": "^0.3.12",
"taze": "^19.1.0",
"tsdown": "^0.11.7",
"typescript": "^5.8.3",
"unplugin-unused": "^0.5.0",
"unplugin-vue-components": "^28.5.0",
"vue": "^3.5.13"
},
"scripts": {
"build": "automd && tsdown",
"release": "vbumpp && pnpm build",
"update:deps": "taze major -w -i -a -r -f",
"clean:deps": "vfdel **/node_modules",
"force:clean:deps": "vfdel pnpm-lock.yaml && pnpm clean:deps",
"force:install": "pnpm force:clean:deps && pnpm install"
}
}