UNPKG

@vrx-arco/nuxt

Version:

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

85 lines 2.11 kB
{ "name": "@vrx-arco/nuxt", "version": "2.0.0", "license": "MIT", "type": "module", "author": { "name": "whitekite", "email": "1075790909@qq.com" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "module": "./dist/index.js", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "repository": { "type": "git", "url": "git+https://github.com/vrx-arco/nuxt.git" }, "homepage": "https://vrx-arco.github.io/arco-design-pro/", "keywords": [ "vue-composition-api", "arco-design", "vue", "arco-pro", "arco-pro-vue", "nuxt", "nuxt-module" ], "files": [ "dist" ], "dependencies": { "@arco-design/web-vue": "^2.56.3", "@nuxt/kit": "^3.17.3", "@nuxt/schema": "^3.17.3", "@vrx-arco/color-picker-import-resolver": "~0.0.1", "@vrx-arco/helper": "^2.0.0", "@vrx-arco/pro-components": "^2.0.0", "@vrx-cp/nuxt-utils": "^0.6.2", "dayjs": "^1.11.13", "scule": "^1.3.0" }, "peerDependencies": { "@vrx-arco/color-picker": "~0.0.1", "nuxt": "^3.0.0" }, "peerDependenciesMeta": { "@vrx-arco/color-picker": { "optional": true } }, "devDependencies": { "@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", "magicast": "^0.3.5", "mlly": "^1.7.4", "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", "void-fs": "0.0.1-beta.18", "vue": "^3.5.13" }, "scripts": { "build": "automd && node ./gen-components.js && 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" } }