UNPKG

vue-bag-admin

Version:

Unified entry package for the Vue Bag Admin runtime ecosystem.

72 lines (71 loc) 1.84 kB
{ "name": "vue-bag-admin", "version": "6.1.0", "description": "Unified entry package for the Vue Bag Admin runtime ecosystem.", "type": "module", "files": [ "dist", "style.css", "README.md" ], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./style.css": { "default": "./style.css" } }, "keywords": [ "vue", "admin", "plugin", "dashboard", "runtime" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hangjob/vue-bag-admin.git", "directory": "packages/vue-bag-admin" }, "homepage": "https://github.com/hangjob/vue-bag-admin/tree/main/packages/vue-bag-admin#readme", "bugs": { "url": "https://github.com/hangjob/vue-bag-admin/issues" }, "sideEffects": [ "./style.css" ], "scripts": { "build:deps": "pnpm --dir ../core build && pnpm --dir ../request build && pnpm --dir ../ui build && pnpm --dir ../host-vue build", "build": "pnpm run build:deps && vite build && node ./scripts/prepare-package.mjs", "check-types": "tsc -p tsconfig.build.json --noEmit" }, "dependencies": { "@vueuse/core": "^11.0.0", "axios": "^1.7.0", "lodash-es": "^4.18.1" }, "peerDependencies": { "naive-ui": "^2.40.0", "pinia": "^2.2.0", "vue": "^3.5.0", "vue-i18n": "^10.0.0", "vue-router": "^4.4.0" }, "devDependencies": { "@bag/core": "workspace:*", "@bag/host-vue": "workspace:*", "@bag/request": "workspace:*", "@bag/ui": "workspace:*", "typescript": "^5.9.2", "vite": "^6.0.0" }, "publishConfig": { "access": "public" } }