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>

82 lines 2.06 kB
{ "name": "@vrx-arco/nuxt", "version": "1.10.2", "license": "MIT", "type": "module", "author": { "name": "whitekite", "email": "1075790909@qq.com" }, "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "module": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "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.15.1", "@nuxt/schema": "^3.15.1", "@vrx-arco/color-picker-import-resolver": "~0.0.1", "@vrx-arco/helper": "^1.10.2", "@vrx-arco/pro-components": "^1.10.1", "@vrx-cp/nuxt-utils": "^0.4.3", "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.10.5", "@vill-v/bumpp-github": "^2.2.5", "@vill-v/eslint-config": "^2.0.4", "@vill-v/prettier-config": "^1.0.0", "@vill-v/tsconfig": "^1.0.1", "automd": "^0.3.12", "eslint": "^9.17.0", "magicast": "^0.3.5", "mlly": "^1.7.3", "prettier": "^3.4.2", "taze": "^0.18.0", "tsup": "^8.3.5", "typescript": "^5.7.2", "void-fs": "0.0.1-beta.18", "vue": "^3.5.13" }, "scripts": { "build": "automd && node ./gen-components.js && tsup-node", "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" } }