{
  "name": "buefy-custom",
  "version": "0.7.7",
  "homepage": "https://phuocle.me",
  "description": "Lightweight UI components for Vue.js based on Bulma",
  "author": "Phuoc Le <huuphuoc2791@gmail.com>",
  "maintainers": [
    "Phuoc Le <huuphuoc2791@gmail.com>"
  ],
  "license": "MIT",
  "main": "dist/buefy.js",
  "unpkg": "dist/buefy.min.js",
  "typings": "types/index.d.ts",
  "files": [
    "dist",
    "src",
    "types/*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/huuphuoc2791/buefy-cutstom.git"
  },
  "bugs": {
    "url": "https://github.com/huuphuoc2791/buefy-cutstom/buefy-custom/issues"
  },
  "scripts": {
    "dev": "node build/dev-server.js",
    "start": "node build/dev-server.js",
    "lint": "eslint --ext .js,.vue src docs",
    "lint:fix": "eslint --ext .js,.vue src docs --fix",
    "lint:staged": "lint-staged",
    "unit": "jest",
    "test": "npm run lint && npm run unit",
    "test:watch": "npm run unit -- --watchAll",
    "build:lib": "node build/build-lib.js",
    "build:docs": "node build/build.js",
    "build": "npm run build:lib && npm run build:docs",
    "cov": "./node_modules/codcov/bin/codcov"
  },
  "keywords": [
    "bulma",
    "vue",
    "vuejs",
    "vue-bulma",
    "components"
  ],
  "dependencies": {
    "bulma": "0.7.5"
  },
  "peerDependencies": {
    "vue": "^2.5.13"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-free": "5.3.1",
    "@mdi/font": "2.7.94",
    "@vue/test-utils": "^1.0.0-beta.25",
    "autoprefixer": "7.1.1",
    "axios": "0.16.2",
    "babel-core": "6.25.0",
    "babel-eslint": "7.1.1",
    "babel-jest": "22.1.0",
    "babel-loader": "7.1.2",
    "babel-plugin-transform-runtime": "6.22.0",
    "babel-preset-env": "1.3.2",
    "babel-preset-stage-2": "6.22.0",
    "babel-register": "6.22.0",
    "chalk": "1.1.3",
    "cleave.js": "1.0.1",
    "clipboard": "1.7.1",
    "codecov": "3.0.0",
    "connect-history-api-fallback": "1.3.0",
    "copy-webpack-plugin": "4.3.1",
    "cross-env": "4.0.0",
    "cross-spawn": "5.0.1",
    "css-loader": "0.28.0",
    "eslint": "3.19.0",
    "eslint-config-buefy": "0.0.1",
    "eventsource-polyfill": "0.9.6",
    "express": "4.14.1",
    "extract-text-webpack-plugin": "3.0.2",
    "file-loader": "0.11.1",
    "font-awesome": "4.7.0",
    "friendly-errors-webpack-plugin": "1.6.1",
    "highlight.js": "9.12.0",
    "html-webpack-plugin": "2.30.1",
    "http-proxy-middleware": "0.17.3",
    "jest": "23.5.0",
    "jest-serializer-vue": "0.3.0",
    "lint-staged": "6.1.1",
    "node-sass": "4.11.0",
    "opn": "4.0.2",
    "optimize-css-assets-webpack-plugin": "3.2.0",
    "optimize-js-plugin": "0.0.4",
    "ora": "1.2.0",
    "pre-commit": "1.2.2",
    "prerender-spa-plugin": "3.2.1",
    "raw-loader": "0.5.1",
    "rimraf": "2.6.0",
    "sass-loader": "6.0.6",
    "scrollreveal": "3.3.6",
    "semver": "5.3.0",
    "shelljs": "0.7.6",
    "sortablejs": "1.7.0",
    "uglifyjs-webpack-plugin": "1.2.5",
    "url-loader": "0.5.8",
    "vee-validate": "2.1.0-beta.9",
    "vue": "2.5.13",
    "vue-analytics": "4.1.3",
    "vue-jest": "2.5.0",
    "vue-loader": "12.1.0",
    "vue-progressbar": "0.7.2",
    "vue-router": "2.3.1",
    "vue-style-loader": "3.0.1",
    "vue-template-compiler": "2.5.13",
    "webpack": "3.10.0",
    "webpack-bundle-analyzer": "2.9.2",
    "webpack-dev-server": "2.11.1",
    "webpack-hot-middleware": "2.21.0",
    "webpack-merge": "4.1.2"
  },
  "lint-staged": {
    "*.{vue,js}": [
      "lint --fix",
      "git add"
    ]
  },
  "pre-commit": "lint:staged",
  "engines": {
    "node": ">= 4.0.0",
    "npm": ">= 3.0.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}
