1 Star 0 Fork 16

bootstrap-vue/Bootstrap-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 5.24 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "bootstrap-vue",
"version": "2.0.0-rc.25",
"description": "BootstrapVue, with over 40 plugins and more than 75 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. 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",
"style": "dist/bootstrap-vue.css",
"license": "MIT",
"types": "src/index.d.ts",
"repository": "bootstrap-vue/bootstrap-vue",
"homepage": "https://bootstrap-vue.js.org",
"contributors": [
{
"name": "Pooya Parsa",
"url": "https://github.com/pi0"
},
{
"name": "Troy Morehouse",
"url": "https://github.com/tmorehouse"
},
{
"name": "SirLamer",
"url": "https://github.com/SirLamer"
},
{
"name": "Vitaly Mosin",
"url": "https://github.com/mosinve"
},
{
"name": "vizo",
"url": "https://github.com/vizo"
},
{
"name": "Alex Regan",
"url": "https://github.com/alexsasharegan"
},
{
"name": "Jacob Müller",
"url": "https://github.com/jackmu95"
}
],
"files": [
"src",
"dist",
"nuxt",
"esm",
"es",
"types"
],
"sideEffects": [
"**/*.scss",
"**/*.css",
"**/*.vue",
"./docs",
"./types"
],
"scripts": {
"build": "scripts/build.sh",
"watch": "rollup -c scripts/rollup.config.js --watch",
"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",
"docs-build": "cross-env NODE_ENV=docs nuxt build -c docs/nuxt.config.js",
"docs-publish": "scripts/docs-publish.sh",
"test": "jest",
"lint": "eslint --ext .js,.md,.vue ./",
"prettify": "prettier --write '**/*.{js,json,md,scss,ts,vue}'",
"release": "npm run prettify && npm run test && npm run build && standard-version",
"postinstall": "opencollective || exit 0"
},
"dependencies": {
"@nuxt/opencollective": "^0.2.2",
"bootstrap": "^4.3.1",
"core-js": ">=2.6.5 <3.0.0",
"popper.js": "^1.15.0",
"portal-vue": "^2.1.5",
"vue-functional-data-merge": "^3.1.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/standalone": "^7.4.5",
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "^9.6.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-plugin-istanbul": "^5.1.4",
"clean-css-cli": "^4.3.0",
"codecov": "^3.5.0",
"codemirror": "^5.48.0",
"codesandbox": "^2.1.6",
"cross-env": "^5.2.0",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^22.7.1",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.3",
"esm": "^3.2.25",
"gh-pages": "^2.0.1",
"highlight.js": "^9.15.8",
"html-loader": "^0.5.5",
"jest": "^24.8.0",
"jest-environment-jsdom-fourteen": "^0.1.0",
"loader-utils": "^1.2.3",
"lodash": "^4.17.11",
"marked": "^0.6.3",
"node-sass": "^4.12.0",
"nuxt": "^2.8.1",
"postcss-cli": "^6.1.2",
"prettier": "1.14.3",
"rollup": "^1.16.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"sass-loader": "^7.1.0",
"standard-version": "^6.0.1",
"terser": "^4.0.1",
"vue": "^2.6.10",
"vue-jest": "^3.0.4",
"vue-router": "^3.0.6",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"standard-version": {
"scripts": {
"postchangelog": "./node_modules/.bin/prettier --write CHANGELOG.md"
}
},
"keywords": [
"Bootstrap",
"Bootstrap v4",
"Bootstrap for Vue",
"SSR",
"Web",
"Components",
"Directives",
"ARIA",
"Accessibility",
"Polymer",
"Vue",
"VueJS",
"Vue2",
"WebComponents",
"jquery",
"Popper.js",
"Popper",
"CSS",
"SCSS",
"Flexbox",
"Alert",
"Breadcrumb",
"Button",
"Checkbox",
"Radio",
"Card",
"Carousel",
"Slider",
"Collapse",
"Dropdown",
"Form",
"Select",
"Option",
"Input",
"Jumbotron",
"List",
"Nav",
"Modal",
"MessageBox",
"Upload",
"Dropzone",
"Navbar",
"Pagination",
"Popover",
"Progress",
"Spinner",
"Tab",
"Table",
"Tag",
"Toast",
"Tooltip",
"vue-bootstrap",
"vue-strap",
"vuetify",
"vuestrap"
],
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap-vue",
"logo": "https://opencollective.com/bootstrap-vue/logo.txt"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bootstrap-vue/Bootstrap-vue.git
git@gitee.com:bootstrap-vue/Bootstrap-vue.git
bootstrap-vue
Bootstrap-vue
Bootstrap-vue
master

搜索帮助