UNPKG

bootstrap-vue-wrapper

Version:

Bootstrap 5 components in Vue3 wrapper.

79 lines (78 loc) 2.03 kB
{ "name": "bootstrap-vue-wrapper", "version": "3.1.4", "description": "Bootstrap 5 components in Vue3 wrapper.", "module": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "sideEffects": [ "*.css" ], "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./ssr-safe": { "import": "./dist/ssr-safe.js", "types": "./dist/ssr-safe.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", "@zemkogabor/vue-form-validator": "^1.2.1", "bootstrap": "^5.1.0", "bootstrap-icons": "^1.0.0", "sass": "^1.70.0", "vue": "^3.0.0" }, "devDependencies": { "@eslint/js": "^9.39.2", "@popperjs/core": "^2.11.8", "@tsconfig/node22": "^22.0.5", "@types/bootstrap": "^5.2.10", "@types/node": "^25.0.10", "@vitejs/plugin-vue": "^6.0.3", "@vue/eslint-config-typescript": "^14.6.0", "@vue/tsconfig": "^0.8.1", "@zemkogabor/vue-form-validator": "^1.2.0", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", "eslint": "^9.39.2", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-n": "^17.23.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-vue": "^10.6.2", "lint-staged": "^16.2.7", "sass": "^1.71.1", "typescript-eslint": "^8.52.0", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4", "vite-plugin-lib-inject-css": "^2.2.2", "vue": "^3.5.27", "vue-router": "^4.3.0", "vue-tsc": "^3.2.2" } }