{
  "name": "vrf",
  "version": "0.98.2",
  "description": "",
  "author": "Dmitry Sadovsky <dimailn9@gmail.com>",
  "scripts": {
    "dev": "webpack-dev-server --progress --config build/webpack.dev.conf.js",
    "start": "npm run dev",
    "unit": "jest --config test/unit/jest.conf.js --no-cache",
    "cov": "jest --config test/unit/jest.conf.js --coverage --no-cache",
    "e2e": "node test/e2e/runner.js",
    "test": "npm run unit",
    "build": "node build/build.js && npm run build:types",
    "build:types": "tsc ./src/index.ts --outDir dist/static -d --emitDeclarationOnly",
    "pub": "npm run build && npm publish",
    "analyze": "webpack --config build/webpack.prod.conf.js --json > stats.json",
    "styleguide": "NODE_ENV=development vue-styleguidist server",
    "styleguide:build": "NODE_ENV=production vue-styleguidist build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dimailn/vrf"
  },
  "main": "dist/static/lib.js",
  "types": "dist/static/index.d.ts",
  "dependencies": {
    "humps": "^2.0.1",
    "lodash.clonedeep": "^4.5.0",
    "lodash.debounce": "^4.0.8",
    "lodash.get": "^4.4.2",
    "lodash.merge": "^4.6.2",
    "pluralize": "^8.0.0",
    "vue-provide-observable": "^3.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.13.15",
    "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
    "@babel/plugin-transform-classes": "^7.13.0",
    "@babel/plugin-transform-runtime": "^7.13.15",
    "@babel/preset-env": "^7.13.15",
    "@testing-library/jest-dom": "^5.16.5",
    "@vue/test-utils": "^1.1.4",
    "autoprefixer": "^7.1.2",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^27.1.0",
    "babel-loader": "^8.2.2",
    "bdd-lazy-var": "^2.6.1",
    "chalk": "^2.0.1",
    "chromedriver": "^2.27.2",
    "coffee-jest": "0.0.1",
    "coffee-loader": "^0.9.0",
    "coffeescript": "^2.5.1",
    "copy-webpack-plugin": "^4.0.1",
    "coveralls": "^3.1.0",
    "cross-spawn": "^5.0.1",
    "css-loader": "^0.28.0",
    "file-loader": "^1.1.4",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "html-webpack-plugin": "^4.5.2",
    "jest": "^24.0.0",
    "jest-serializer-vue": "^0.3.0",
    "nightwatch": "^0.9.12",
    "node-notifier": "^5.1.2",
    "optimize-css-assets-webpack-plugin": "^3.2.0",
    "ora": "^1.2.0",
    "portfinder": "^1.0.13",
    "postcss-import": "^11.0.0",
    "postcss-loader": "^2.0.8",
    "postcss-url": "^7.2.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^2.6.0",
    "selenium-server": "^3.0.1",
    "semver": "^5.3.0",
    "shelljs": "^0.7.6",
    "ts-jest": "^24.3.0",
    "ts-loader": "^8.3.0",
    "typescript": "^4.4.4",
    "uglifyjs-webpack-plugin": "^1.1.1",
    "url-loader": "^0.5.8",
    "vue": "^2.6.11",
    "vue-jest": "^3.0.7",
    "vue-loader": "^15.9.8",
    "vue-router": "^3.0.1",
    "vue-style-loader": "^3.0.1",
    "vue-styleguidist": "^4.41.1",
    "vue-template-compiler": "^2.6.11",
    "vuex": "^3.6.2",
    "webpack": "^4.46.0",
    "webpack-bundle-analyzer": "^2.9.0",
    "webpack-cli": "^4.8.0",
    "webpack-dev-server": "^4.0.0",
    "webpack-merge": "^4.1.0"
  },
  "engines": {
    "node": ">= 6.0.0",
    "npm": ">= 3.0.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}
