{
  "name": "vrp-vue-resizable",
  "version": "1.2.7",
  "description": "Vue2 component that allows to resize and drag elements",
  "main": "dist/main.js",
  "jsnext:main": "src/index.js",
  "scripts": {
    "test": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
    "build": "webpack --progress --config webpack.config.build.js --env.NODE_ENV=production",
    "dev": "webpack-dev-server --config webpack.config.dev.js --env.NODE_ENV=development",
    "build:doc": "webpack --progress --config webpack.config.dev.js --env.NODE_ENV=production"
  },
  "peerDependencies": {
    "vue": "2.x"
  },
  "devDependencies": {
    "vue": "^2.6.11",
    "cross-env": "^7.0.2",
    "@vue/test-utils": "^1.0.3",
    "@babel/core": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "babel-loader": "^8.1.0",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-preset-vue": "^2.0.2",
    "chai": "^4.2.0",
    "css-loader": "^3.5.3",
    "html-webpack-plugin": "^4.3.0",
    "karma": "^5.0.9",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.2",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^2.0.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "^4.0.2",
    "mocha": "^7.1.2",
    "vue-loader": "^15.9.2",
    "vue-style-loader": "^4.1.2",
    "vue-template-compiler": "^2.6.11",
    "webpack": "^4.43.0",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.11.0"
  },
  "author": "NikSnV",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nikitasnv/vue-resizable.git"
  },
  "homepage": "https://github.com/nikitasnv/vue-resizable",
  "keywords": [
    "vue",
    "component",
    "resizable",
    "resize"
  ]
}
