package.json 6.1 KB
{
  "name": "bootstrap-vue",
  "version": "2.23.1",
  "description": "With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extensive and automated WAI-ARIA accessibility markup.",
  "main": "./dist/bootstrap-vue.common.js",
  "web": "./dist/bootstrap-vue.js",
  "module": "./esm/index.js",
  "jsnext:main": "./esm/index.js",
  "source": "./src/index.js",
  "sass": "./src/index.scss",
  "style": "./dist/bootstrap-vue.css",
  "license": "MIT",
  "repository": "bootstrap-vue/bootstrap-vue",
  "homepage": "https://bootstrap-vue.org",
  "types": "./src/index.d.ts",
  "web-types": "./dist/web-types.json",
  "vetur": {
    "tags": "./dist/vetur-tags.json",
    "attributes": "./dist/vetur-attributes.json"
  },
  "contributors": [
    {
      "name": "Pooya Parsa",
      "url": "https://github.com/pi0"
    },
    {
      "name": "Troy Morehouse",
      "url": "https://github.com/tmorehouse"
    },
    {
      "name": "Jacob Müller",
      "url": "https://github.com/jackmu95"
    },
    {
      "name": "Hiws",
      "url": "https://github.com/Hiws"
    },
    {
      "name": "Vitaly Mosin",
      "url": "https://github.com/mosinve"
    },
    {
      "name": "Alex Regan",
      "url": "https://github.com/alexsasharegan"
    }
  ],
  "files": [
    "dist",
    "esm",
    "nuxt",
    "src"
  ],
  "sideEffects": [
    "**/*.css",
    "**/*.scss",
    "**/*.vue",
    "./docs",
    "./types"
  ],
  "scripts": {
    "audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate -e 1488",
    "build": "scripts/build.sh",
    "bundlewatch": "bundlewatch --config .bundlewatch.config.json",
    "docs-build": "cross-env NODE_ENV=docs nuxt build -c docs/nuxt.config.js",
    "docs-dev": "cross-env NODE_ENV=docs nuxt dev -c docs/nuxt.config.js",
    "docs-gen": "cross-env NODE_ENV=docs nuxt generate -c docs/nuxt.config.js",
    "lint": "eslint --ext .js,.md,.vue ./",
    "postinstall": "opencollective || exit 0",
    "prepare": "husky install && yarn run build",
    "prettify": "prettier --write '**/*.{js,json,md,scss,ts,vue}'",
    "release": "yarn run prettify && yarn run test && yarn run build && yarn run release-notes && standard-version",
    "release-notes": "jiti ./scripts/release-notes",
    "test": "yarn run test:lint && yarn run test:unit",
    "test:lint": "yarn run lint",
    "test:unit": "jest",
    "watch": "rollup -c scripts/rollup.config.js --watch"
  },
  "lint-staged": {
    "*{.js,.md,.vue}": "eslint --ext",
    "**/*.{js,json,md,scss,ts,vue}": "prettier --write"
  },
  "dependencies": {
    "@nuxt/opencollective": "^0.3.2",
    "bootstrap": "^4.6.1",
    "popper.js": "^1.16.1",
    "portal-vue": "^2.1.7",
    "vue-functional-data-merge": "^3.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.16.5",
    "@babel/plugin-transform-modules-commonjs": "^7.14.0",
    "@babel/plugin-transform-runtime": "^7.16.5",
    "@babel/preset-env": "^7.14.2",
    "@babel/standalone": "^7.16.6",
    "@nuxt/content": "^1.14.0",
    "@nuxtjs/google-analytics": "^2.4.0",
    "@nuxtjs/pwa": "^3.3.5",
    "@nuxtjs/robots": "^2.5.0",
    "@nuxtjs/sitemap": "^2.4.0",
    "@testing-library/jest-dom": "^5.12.0",
    "@vue/compat": "^3.2.40",
    "@vue/compiler-dom": "^3.2.40",
    "@vue/test-utils": "^1.3.0",
    "@vue/test-utils-vue3": "npm:@vue/test-utils@2.2.0",
    "autoprefixer": "^10.4.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.6.3",
    "babel-plugin-istanbul": "^6.0.0",
    "bootstrap-icons": "^1.5.0",
    "bundlewatch": "^0.3.2",
    "clean-css-cli": "^4.3.0",
    "codemirror": "^5.61.0",
    "codesandbox": "^2.2.3",
    "core-js": "^3.12.1",
    "cross-env": "^7.0.3",
    "eslint": "^7.26.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-config-vue": "^2.0.2",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-jest": "^24.3.6",
    "eslint-plugin-markdown": "^2.1.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.1",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-vue": "^7.9.0",
    "execa": "^5.0.0",
    "highlight.js": "^10.7.2",
    "html-loader": "^1.3.2",
    "husky": "^6.0.0",
    "improved-yarn-audit": "^3.0.0",
    "jest": "^26.6.3",
    "jiti": "^1.13.0",
    "lint-staged": "^11.0.0",
    "loader-utils": "^2.0.0",
    "lodash": "^4.17.21",
    "marked": "^2.0.3",
    "nuxt": "^2.15.8",
    "postcss": "^8.2.15",
    "postcss-cli": "^8.3.1",
    "prettier": "1.14.3",
    "require-context": "^1.1.0",
    "rollup": "^2.47.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "sass": "^1.45.0",
    "sass-loader": "^10.1.1",
    "standard-version": "^9.3.0",
    "terser": "^5.15.0",
    "vue": "^2.6.12",
    "vue-router": "^3.5.1",
    "vue-server-renderer": "^2.6.12",
    "vue-template-compiler": "^2.6.12",
    "vue-test-utils-compat": "0.0.6"
  },
  "keywords": [
    "Bootstrap",
    "Bootstrap v4",
    "Bootstrap for Vue",
    "Vue",
    "Vue.js",
    "Vue v2",
    "SSR",
    "Web",
    "Components",
    "Directives",
    "Icons",
    "Bootstrap Icons",
    "ARIA",
    "Accessibility",
    "a11y",
    "Popper.js",
    "CSS",
    "SCSS",
    "Alert",
    "Avatar",
    "Badge",
    "Breadcrumb",
    "Button",
    "Calendar",
    "Card",
    "Carousel",
    "Checkbox",
    "Collapse",
    "Collapse",
    "Date picker",
    "Datepicker",
    "Dropdown",
    "Dropzone",
    "Form",
    "Input",
    "Jumbotron",
    "List",
    "Modal",
    "Nav",
    "Navbar",
    "Option",
    "Overlay",
    "Pagination",
    "Popover",
    "Progress",
    "Radio",
    "Select",
    "Sidebar",
    "Skeleton",
    "Slider",
    "Spinner",
    "Tab",
    "Table",
    "Tag",
    "Tags",
    "Time picker",
    "Timepicker",
    "Toast",
    "Tooltip"
  ],
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/bootstrap-vue",
    "logo": "https://opencollective.com/bootstrap-vue/logo.txt"
  }
}