{
  "name": "@uif/next-over",
  "version": "0.2.50",
  "private": false,
  "main": "lib/uif.common.js",
  "scripts": {
    "serve": "vue-cli-service serve",
    "tools": "node ./src/utils/tools.node.js",
    "publish:docs": "npm run docs:build && node ./build/ftp.js",
    "publish:lib": "npm run lib:build && npm publish --access=public",
    "lib:build": "npm run lib:index && npm run lib:stylus && npm run lib:component && npm run lib:directives && npm run lib:prototypes && npm run lib:utils",
    "lib:index": "vue-cli-service build --target lib --name uif --dest lib src/index.js",
    "lib:stylus": "stylus src/styles/index.styl -o lib/uif.css && stylus src/styles/index.styl -o lib/uif.min.css --compress",
    "lib:component": "webpack --config build/webpack.component.js",
    "lib:directives": "webpack --config build/webpack.directives.js",
    "lib:prototypes": "webpack --config build/webpack.prototypes.js",
    "lib:utils": "webpack --config build/webpack.utils.js",
    "lint:fix": "eslint --ext .js,.vue ./src --fix",
    "lint": "vue-cli-service lint --mode production",
    "docs:build": "vue-cli-service build",
    "output": "vue inspect > output.js"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.16.0",
    "@popperjs/core": "^2.10.2",
    "async-validator": "^4.2.5",
    "core-js": "^3.6.5",
    "dayjs": "^1.10.7",
    "loadjs": "^4.2.0",
    "normalize-wheel": "^1.0.1",
    "popper-max-size-modifier": "^0.2.0",
    "resize-observer-polyfill": "^1.5.1",
    "v-click-outside-x": "^4.1.3",
    "vue": "^2.6.11",
    "vue-virtual-scroller": "^1.0.10",
    "web-vitals": "^2.1.3"
  },
  "devDependencies": {
    "@babel/plugin-proposal-export-default-from": "^7.16.0",
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "@vue/eslint-config-standard": "^5.1.2",
    "archiver": "^5.3.1",
    "babel-eslint": "^10.1.0",
    "cheerio": "^1.0.0-rc.10",
    "eslint": "^6.7.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^6.2.2",
    "file-loader": "^4.0.0",
    "ftp-upload": "^1.1.4",
    "markdown-it-container": "^3.0.0",
    "mini-css-extract-plugin": "^2.4.5",
    "nodejs-winrm": "^1.1.3",
    "progress-bar-webpack-plugin": "^2.1.0",
    "stylus": "^0.54.7",
    "stylus-loader": "^3.0.2",
    "vue-loader": "^15.9.8",
    "vue-markdown-loader": "^2.5.0",
    "vue-router": "^3.5.3",
    "vue-template-compiler": "^2.6.11",
    "webpack": "^4.44.1",
    "webpack-cli": "^4.9.1",
    "webpack-node-externals": "^3.0.0"
  },
  "author": "Brandon",
  "license": "MIT",
  "files": [
    "build",
    "lib",
    "src",
    ".eslintrc.js",
    ".gitignore",
    "LICENSE",
    "package.json",
    "README.md"
  ]
}
