{
  "name": "vue-fluctuation",
  "version": "1.0.1",
  "description": "a simple vue-component for the fluctuation of data",
  "license": "MIT",
  "author": "yanggoing",
  "main": "dist/fluctuation.umd.min.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Yanggoing/vue-fluctuation"
  },
  "homepage": "https://yanggoing.github.io/#/vue-fluctuation",
  "private": false,
  "keywords": [
    "vue",
    "digital",
    "fluctuation"
  ],
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "npm run build:component && npm run build:docsDemo",
    "build:component": "vue-cli-service build --target lib --name fluctuation ./src/components/Fluctuation.vue",
    "build:docsDemo": "vue-cli-service build --dest docs",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
    "core-js": "^3.6.5",
    "vue": "^2.6.11"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "~4.4.0",
    "@vue/cli-plugin-eslint": "~4.4.0",
    "@vue/cli-service": "~4.4.0",
    "@vue/eslint-config-airbnb": "^5.0.2",
    "babel-eslint": "^10.1.0",
    "eslint": "^6.7.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-vue": "^6.2.2",
    "stylus": "^0.54.7",
    "stylus-loader": "^3.0.2",
    "vue-template-compiler": "^2.6.11"
  }
}
