{
  "name": "semantic-ui-vue",
  "version": "0.11.0",
  "description": "Semantic-UI Vue integration",
  "author": "Mario Lamacchia <mario.lamacchia@mariolamacchia.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/Semantic-UI-Vue/Semantic-UI-Vue.git"
  },
  "homepage": "https://semantic-ui-vue.github.io",
  "main": "dist/commonjs/semantic-ui-vue.js",
  "files": [
    "src",
    "dist",
    "nuxt"
  ],
  "license": "MIT",
  "scripts": {
    "start": "webpack-dev-server --config config/webpack.docs.config.js --progress --colors --devtool eval-source-map",
    "build:docs": "webpack --mode=production --config config/webpack.docs.config.js --progress --colors",
    "build:cjs": "webpack --mode=production --config config/webpack.cjs.config.js --progress --colors",
    "build:multi-cjs": "webpack --mode=production --config config/webpack.multi-cjs.config.js --progress --colors",
    "build:umd": "webpack --mode=production --config config/webpack.umd.config.js --progress --colors",
    "build:multi-umd": "webpack --mode=production --config config/webpack.multi-umd.config.js --progress --colors",
    "build:lib": "yarn run build:umd && yarn run build:multi-umd && yarn run build:cjs && yarn run build:multi-cjs",
    "prettier": "prettier --check \"**/*.{yml,md,json,html,js,jsx,vue}\"",
    "prettier:write": "prettier --write \"**/*.{yml,md,json,html,js,jsx,vue}\"",
    "eslint": "eslint --ext .js,.jsx,.vue .",
    "lint": "yarn run eslint && yarn run prettier",
    "report-coverage": "codecov",
    "test:update": "jest --update-snapshot docs/__tests__/docs.spec.js",
    "test": "jest",
    "semantic-release": "semantic-release"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true,
      "jest": true
    },
    "extends": [
      "plugin:vue/essential",
      "eslint:recommended"
    ],
    "rules": {},
    "parserOptions": {
      "parser": "babel-eslint"
    }
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  },
  "browserslist": [
    "> 1%",
    "last 2 versions"
  ],
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "**/src/**/*.{js,jsx}"
    ],
    "moduleFileExtensions": [
      "js",
      "jsx",
      "vue"
    ],
    "moduleNameMapper": {
      "^test(.*)$": "<rootDir>/test/$1",
      "^semantic-ui-vue(.*)$": "<rootDir>/src/$1"
    },
    "transform": {
      ".*\\.(vue)$": "vue-jest",
      "^.+\\.jsx?$": "<rootDir>/node_modules/babel-jest"
    },
    "setupFiles": [
      "<rootDir>/.jest/registerContext.js"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "devDependencies": {
    "@babel/core": "^7.7.7",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.7.7",
    "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
    "@vue/babel-plugin-transform-vue-jsx": "^1.1.2",
    "@vue/babel-preset-jsx": "^1.1.2",
    "@vue/test-utils": "^1.0.0-beta.31",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^25.1.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-require-context-hook": "^1.0.0",
    "brace": "^0.11.1",
    "clipboard": "^2.0.4",
    "codesandbox": "^2.1.11",
    "copy-webpack-plugin": "^5.1.1",
    "css-loader": "^3.4.0",
    "eslint": "^6.8.0",
    "eslint-plugin-vue": "^6.1.2",
    "file-loader": "^5.0.2",
    "glob": "^7.1.6",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^4.2.1",
    "jest": "^25.1.0",
    "lodash": "^4.17.15",
    "marked": "^0.8.0",
    "mini-css-extract-plugin": "^0.9.0",
    "portal-vue": "^2.1.6",
    "prettier": "^1.19.1",
    "pretty-quick": "^2.0.1",
    "raw-loader": "^4.0.0",
    "semantic-release": "^17.0.2",
    "semantic-ui-css": "^2.4.1",
    "url-loader": "^3.0.0",
    "vue": "^2.6.11",
    "vue-jest": "^3.0.5",
    "vue-loader": "^15.8.3",
    "vue-router": "^3.1.3",
    "vue-template-compiler": "^2.6.11",
    "webpack": "^4.41.4",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.10.1"
  }
}
