@gitlab/ui
Version:
GitLab UI Components
145 lines (144 loc) • 3.36 kB
JSON
{
"name": "bootstrap-vue",
"version": "2.23.1",
"description": "With many components and several directives, 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",
"src"
],
"sideEffects": [
"**/*.css",
"**/*.scss",
"**/*.vue",
"./types"
],
"scripts": {
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate -e 1488",
"lint": "eslint --ext .js,.md,.vue ./",
"prettify": "prettier --write '**/*.{js,json,md,scss,ts,vue}'",
"test": "yarn run test:meta && yarn run test:lint",
"test:lint": "yarn run lint",
"test:meta": "scripts/check-meta.sh"
},
"dependencies": {
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"vue-functional-data-merge": "^3.1.0"
},
"devDependencies": {
"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",
"improved-yarn-audit": "^3.0.0",
"lodash": "^4.17.21",
"prettier": "1.14.3"
},
"keywords": [
"Bootstrap",
"Bootstrap v4",
"Bootstrap for Vue",
"Vue",
"Vue.js",
"Vue v2",
"SSR",
"Web",
"Components",
"Directives",
"ARIA",
"Accessibility",
"a11y",
"Popper.js",
"CSS",
"SCSS",
"Alert",
"Avatar",
"Badge",
"Breadcrumb",
"Button",
"Calendar",
"Card",
"Checkbox",
"Collapse",
"Collapse",
"Date picker",
"Datepicker",
"Dropdown",
"Dropzone",
"Form",
"Input",
"Jumbotron",
"List",
"Modal",
"Nav",
"Option",
"Overlay",
"Pagination",
"Popover",
"Progress",
"Radio",
"Select",
"Sidebar",
"Skeleton",
"Slider",
"Spinner",
"Tab",
"Table",
"Tag",
"Tags",
"Time picker",
"Timepicker",
"Toast",
"Tooltip"
]
}