File: //home/arjun/projects/buyercall/node_modules/bootstrap-vue-next/package.json
{
"name": "bootstrap-vue-next",
"displayName": "BootstrapVueNext",
"description": "BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.",
"version": "0.15.5",
"license": "MIT",
"main": "./dist/bootstrap-vue-next.umd.js",
"module": "./dist/bootstrap-vue-next.mjs",
"exports": {
".": {
"types": "./dist/src/BootstrapVue.d.ts",
"import": "./dist/bootstrap-vue-next.mjs",
"require": "./dist/bootstrap-vue-next.umd.js"
},
"./dist/bootstrap-vue-next.css": "./dist/bootstrap-vue-next.css",
"./src/*": "./src/*",
"./src/styles/styles.scss": "./src/styles/styles.scss"
},
"files": [
"dist",
"src",
"!src/**/*.spec.ts",
"!src/**/*.spec.js",
"!src/App.vue",
"!src/main.ts"
],
"types": "./dist/src/BootstrapVue.d.ts",
"private": false,
"peerDependencies": {
"vue": "^3.3.8"
},
"dependencies": {
"@floating-ui/vue": "^1.0.2",
"@vueuse/core": "^10.6.0"
},
"devDependencies": {
"@floating-ui/core": "^1.5.0",
"@rushstack/eslint-patch": "^1.5.1",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.9.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vitest/coverage-v8": "^0.34.6",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/runtime-core": "^3.3.8",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"@vueuse/shared": "^10.5.0",
"bootstrap": "^5.3.2",
"eslint": "^8.53.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-vue": "^9.18.1",
"happy-dom": "^12.10.3",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bootstrap-vue-next/bootstrap-vue-next.git",
"directory": "packages/bootstrap-vue-next"
},
"bugs": {
"url": "https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap-vue-next"
},
"homepage": "https://github.com/bootstrap-vue-next/bootstrap-vue-next",
"keywords": [
"vue3",
"vue",
"bootstrap",
"components",
"typescript",
"javascript",
"js",
"library",
"component library",
"bootstrap-vue-next",
"bootstrap-vue-3",
"Bootstrap",
"Nuxt",
"Nuxtjs",
"Nuxt 3",
"Bootstrap 5",
"Bootstrap v5",
"Bootstrap for Vue",
"Bootstrap for Vue 3",
"Vue",
"Vue.js",
"Vue 3",
"Vue v3",
"SSR",
"Web",
"Directives",
"ARIA",
"Accessibility",
"a11y",
"CSS",
"SCSS",
"Alert",
"Avatar",
"Badge",
"Breadcrumb",
"Button",
"Calendar",
"Card",
"Carousel",
"Checkbox",
"Collapse",
"Collapse",
"Date picker",
"Datepicker",
"Dropdown",
"Dropzone",
"Form",
"Input",
"List",
"Modal",
"Nav",
"Navbar",
"Option",
"Overlay",
"Pagination",
"Popover",
"Progress",
"Radio",
"Select",
"Sidebar",
"Skeleton",
"Slider",
"Spinner",
"Tab",
"Table",
"Tag",
"Tags",
"Time picker",
"Timepicker",
"Toast",
"Tooltip"
],
"lint-staged": {
"*.{js,ts,vue}": "eslint --cache --fix",
"*": "prettier --write --ignore-unknown"
},
"scripts": {
"dev": "vite --port 5174",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"type-check-emit": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --composite false",
"preview": "vite preview",
"build": "pnpm run type-check && pnpm run build-only",
"lint": "eslint --ext .js,.ts,.vue --ignore-path ../../.gitignore --fix src",
"test:lint": "eslint --ext .js,.ts,.vue --ignore-path ../../.gitignore src",
"test:unit": "vitest",
"test:coverage": "vitest --coverage",
"test:lint:ci": "pnpm run test:lint",
"test:unit:ci": "vitest run",
"test": "pnpm run test:lint && pnpm run test:unit",
"test:ci": "pnpm run test:lint:ci && pnpm run test:unit:ci"
}
}