{
  "name": "m2-vue",
  "version": "1.2.0",
  "description": "The package is provided facilities and utilities based on vue.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/miracle-git/m2.git"
  },
  "main": "index.js",
  "keywords": [
    "npm",
    "frontend",
    "framework",
    "m2",
    "m2-vue"
  ],
  "scripts": {
    "build": "./node_modules/.bin/babel src --out-dir dist",
    "prepublishOnly": "cross-env NODE_ENV='publish' & npm run build"
  },
  "dependencies": {
    "@babel/runtime": "^7.9.2",
    "fastclick": "^1.0.6",
    "moment": "^2.27.0",
    "vue-cookie": "^1.1.4",
    "vue-fragment": "^1.5.1",
    "vue-i18n": "^8.15.4",
    "vue-lazyload": "^1.3.3",
    "vuescroll": "^4.16.1"
  },
  "peerDependencies": {
    "m2-core": "^1.5.0",
    "vue": "^2.6.11",
    "vue-router": "^3.1.3",
    "vuex": "^3.1.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/plugin-transform-runtime": "^7.9.0",
    "@babel/preset-env": "^7.4.4",
    "cross-env": "^7.0.2"
  }
}
