@alfsnd/vue-bootstrap-select
Version:
A vue version of bootstrap select
55 lines (54 loc) • 1.66 kB
JSON
{
"name": "@alfsnd/vue-bootstrap-select",
"version": "0.4.4",
"description": "A vue version of bootstrap select",
"license": "MIT",
"repository": "Sandalf/vue-bootstrap-select",
"keywords": [
"npm",
"package",
"vue",
"bootstrap",
"select",
"alfsnd"
],
"main": "dist/vue-bootstrap-select.umd.js",
"module": "dist/vue-bootstrap-select.esm.js",
"unpkg": "dist/vue-bootstrap-select.min.js",
"browser": {
"./sfc": "src/vue-bootstrap-select.vue"
},
"files": [
"dist/*",
"src/*"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "npm run build:unpkg & npm run build:es & npm run build:umd",
"build:umd": "rollup --config build/rollup.config.js --format umd --file dist/vue-bootstrap-select.umd.js",
"build:es": "rollup --config build/rollup.config.js --format es --file dist/vue-bootstrap-select.esm.js",
"build:unpkg": "rollup --config build/rollup.config.js --format iife --file dist/vue-bootstrap-select.min.js",
"ship": "npm publish --access public"
},
"dependencies": {
"vue-clickaway": "^2.2.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"minimist": "^1.2.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"rollup": "^0.66.2",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-uglify-es": "0.0.1",
"rollup-plugin-vue": "^4.3.0",
"vue": "^2.5.22",
"vue-template-compiler": "^2.5.22"
}
}