{
  "name": "@arckinteractive/noah-ui",
  "version": "0.3.2",
  "license": "GPL-3.0",
  "main": "src/main.js",
  "scripts": {
    "lint": "vue-cli-service lint",
    "test:unit": "nyc vue-cli-service test:unit",
    "dev": "yarn concurrently \"yarn components:parse\" \"vuepress dev docs\"",
    "build": "babel-node ./.scripts/components/parse.js && cross-env BUILD_BASE=/noah-ui/ vuepress build docs",
    "build:local": "babel-node ./.scripts/components/parse.js && vuepress build docs",
    "components:parse": "nodemon --watch src -e vue --exec babel-node ./.scripts/components/parse.js",
    "deploy": "./.scripts/deploy.sh"
  },
  "dependencies": {
    "codemirror": "^5.48.0",
    "core-js": "^2.6.9",
    "lodash.debounce": "^4.0.8",
    "markdown-it": "^8.4.2",
    "popper.js": "^1.15.0",
    "raw-loader": "^2.0.0",
    "svg-country-flags": "^1.2.6",
    "tiny-slider": "^2.9.2",
    "vue": "^2.6.10",
    "vue-click-outside": "^1.0.7",
    "vue-meta": "^1.6.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/node": "^7.4.5",
    "@vue/cli-plugin-babel": "^3.11.0",
    "@vue/cli-plugin-eslint": "^3.11.0",
    "@vue/cli-plugin-unit-mocha": "^3.11.0",
    "@vue/cli-service": "^3.11.0",
    "@vue/test-utils": "^1.0.0-beta.29",
    "@vuedoc/parser": "^2.0.0-beta.5",
    "@vuepress/plugin-google-analytics": "^1.0.3",
    "@vuepress/plugin-pwa": "^1.0.3",
    "autoprefixer": "^9.6.1",
    "babel-eslint": "^10.0.3",
    "babel-plugin-istanbul": "^5.2.0",
    "chai": "^4.2.0",
    "codecov": "^3.5.0",
    "concurrently": "^4.1.0",
    "cross-env": "^5.2.0",
    "css-loader": "^2.1.1",
    "eslint": "^6.2.2",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-compat": "^3.3.0",
    "eslint-plugin-es6": "^1.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-vue": "^5.2.3",
    "file-api": "^0.10.4",
    "file-loader": "^3.0.1",
    "html-loader": "^0.5.5",
    "istanbul-instrumenter-loader": "^3.0.1",
    "node-sass": "^4.12.0",
    "nyc": "^14.1.1",
    "postcss": "^7.0.16",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "postcss-preset-env": "^6.6.0",
    "sass-loader": "^7.1.0",
    "sinon": "^7.3.2",
    "sinon-chai": "^3.3.0",
    "style-loader": "^0.23.1",
    "url-loader": "^1.1.2",
    "vue-loader": "^15.7.0",
    "vue-template-compiler": "^2.6.10",
    "vuepress": "^1.0.2",
    "webpack": "^4.32.2",
    "webpack-cli": "^3.3.2",
    "webpack-dev-server": "^3.4.1"
  },
  "nyc": {
    "check-coverage": true,
    "per-file": true,
    "lines": 0,
    "statements": 0,
    "functions": 0,
    "branches": 0,
    "include": [
      "src/**/*.js",
      "src/**/*.vue"
    ],
    "extension": [
      ".js",
      ".vue"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ],
    "cache": true,
    "all": true,
    "sourceMap": true,
    "report-dir": "./coverage"
  },
  "description": "Vue.js framework for web-artisans brought to you by [Arck Interactive](https://arckinteractive.com/).",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arckinteractive/noah-ui/"
  },
  "keywords": [
    "vue",
    "ui",
    "framework"
  ],
  "author": "Arck Interactive"
}
