{
  "name": "ly-tab",
  "version": "3.0.2",
  "main": "lib/ly-tab.common.js",
  "description": "A better mobile touch-swappable reusable component for vue2.*",
  "author": "ScoutYin <scoutyin.1900@gmail.com>",
	"keywords": [
    "Vue",
    "components",
    "mobile",
    "swap",
    "reusable",
		"tabs",
		"tabBar",
		"tab"
  ],
  "files": [
    "src",
    "lib"
  ],
  "scripts": {
    "dev": "webpack serve --config build/webpack.config.js --mode development",
    "start": "npm run dev",
    "build": "webpack --config build/webpack.config.js --mode production"
  },
	"repository": {
    "type": "git",
    "url": "git+https://github.com/ScoutYin/ly-tab.git"
  },
	"bugs": {
    "url": "https://github.com/ScoutYin/ly-tab/issues"
  },
  "homepage": "https://github.com/ScoutYin/ly-tab",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@babel/preset-env": "^7.16.11",
    "babel-loader": "^8.2.5",
    "css-loader": "^6.7.1",
    "eslint": "^8.13.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-vue": "^8.6.0",
    "html-webpack-plugin": "^5.5.0",
    "prettier": "^2.6.2",
    "vue": "^2.6.14",
    "vue-loader": "15.9.8",
    "vue-style-loader": "^4.1.3",
    "vue-template-compiler": "^2.6.14",
    "webpack": "^5.72.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.8.1",
    "webpack-merge": "^5.8.0"
  },
  "engines": {
    "node": ">= 6.0.0",
    "npm": ">= 3.0.0"
  },
  "peerDependencies": {
    "vue": "^2.5.2"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "license": "MIT"
}
