UNPKG

bootstrap-vue-wrapper

Version:

Bootstrap 5 components in Vue3 wrapper.

71 lines (70 loc) 1.77 kB
{ "name": "bootstrap-vue-wrapper", "version": "2.1.16", "description": "Bootstrap 5 components in Vue3 wrapper.", "module": "./dist/bootstrap-vue-wrapper.js", "types": "./dist/index.d.ts", "type": "module", "sideEffects": [ "*.css" ], "exports": { ".": { "import": "./dist/bootstrap-vue-wrapper.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "vite build", "dev": "vite", "serve": "vite preview", "eslint": "eslint '{**/*,*}.{js,ts,jsx,tsx,vue}' --cache", "eslint:fix": "eslint '{**/*,*}.{js,ts,jsx,tsx,vue}' --fix" }, "keywords": [ "bootstrap", "vue", "bootstrap5", "vue3", "bootstrap-vue", "bootstrap wrapper", "vuejs" ], "author": "Gabor Zemko <gaborzemko@gmail.com>", "peerDependencies": { "@popperjs/core": "^2.0.0", "bootstrap": "^5.1.0", "bootstrap-icons": "^1.0.0", "sass": "^1.70.0", "vue": "^3.0.0", "vue-i18n": "^9.0.0", "vue-router": "^4.0.0" }, "devDependencies": { "@popperjs/core": "^2.11.8", "@types/bootstrap": "^5.2.10", "@types/node": "^20.11.27", "@vitejs/plugin-vue": "^5.0.4", "@vue/eslint-config-typescript": "^13.0.0", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-vue": "^9.23.0", "sass": "^1.71.1", "typescript": "^5.4.2", "vite": "^5.1.6", "vite-plugin-dts": "^3.7.2", "vue": "^3.4.21", "vue-i18n": "^9.10.1", "vue-router": "^4.3.0", "vue-tsc": "^2.0.6" } }