@whoj/box-vue
Version:
Box Ui Elements as Vue (2 & 3) Component
82 lines • 1.74 kB
JSON
{
"name": "@whoj/box-vue",
"type": "module",
"version": "1.0.0-beta.8",
"description": "Box Ui Elements as Vue (2 & 3) Component",
"keywords": [
"box",
"vue",
"vue 3",
"box ui elements",
"vue box ui elements"
],
"license": "MIT",
"exports": {
".": {
"types": "./dist/index.d.ts",
"node": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"default": "./dist/index.mjs"
},
"./*": [
"./dist/*",
"./dist/*.d.ts"
]
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"web-types": "./web-types.json",
"typesVersions": {
">=5.0": {
"*": [
"./dist/index.d.ts"
]
},
"<=4.9": {
"*": [
"./dist/index.d.ts",
"./dist/*"
]
}
},
"files": [
"dist"
],
"peerDependencies": {
"@unhead/vue": "^1.7.4",
"@vueuse/core": "^10",
"vue": "^3.3.4",
"@whoj/boxdk": "^1.0.0-beta.8"
},
"peerDependenciesMeta": {
"@whoj/boxdk": {
"optional": true
}
},
"dependencies": {
"@whoj/utils": "^1.8.0",
"vue-demi": "^0.14.6"
},
"devDependencies": {
"@whoj/boxdk": "^1.0.0-beta.8"
},
"repository": {
"type": "github",
"directory": "packages/vue",
"url": "https://github.com/who-jonson/box-vue"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"dev": "pnpm run build --mode development --watch",
"stub": "unbuild --stub",
"build": "rollup --config rollup.config.js",
"build:types": "vue-docgen-web-types --configFile web-types.config.json",
"typecheck": "vue-tsc --noEmit"
}
}