{
  "name": "@fishtank/fishtank-vue",
  "version": "4.3.1",
  "private": false,
  "license": "Apache-2.0",
  "author": "Fish Tank Design System <agile_fishtank@bna.com>",
  "scripts": {
    "clean": "rimraf dist/",
    "dev": "yarn run serve",
    "serve": "vue-cli-service serve --open",
    "build": "yarn run clean && yarn build:esm && yarn build:cjs && yarn build:esm:dev && yarn build:cjs:dev && yarn build:ts-types && yarn build:css",
    "build:rollup": "yarn rollup -c",
    "build:esm": "yarn build:rollup --environment TARGET:esmProduction",
    "build:cjs": "yarn build:rollup --environment TARGET:cjsProduction",
    "build:esm:dev": "yarn build:rollup --environment TARGET:esm",
    "build:cjs:dev": "yarn build:rollup --environment TARGET:cjs",
    "build:ts-types": "node ./build/build-type-def.js",
    "build:css": "node ./build/build-individual-component-styles.js",
    "test": "vue-cli-service test:unit --require tests/setup.js",
    "e2e": "vue-cli-service test:e2e",
    "lint": "vue-cli-service lint",
    "prepublish": "yarn build",
    "release": "standard-version"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bloombergbna/fishtank-vue.git"
  },
  "main": "dist/fishtank-vue.common.min.js",
  "module": "dist/fishtank-vue.esm.min.js",
  "typings": "dist/fishtank-vue.d.ts",
  "styles": "dist/fishtank-vue.css",
  "peerDependencies": {
    "vue": ">= 2.5.17"
  },
  "dependencies": {
    "@fishtank/icons-vue": ">= 3.11.0",
    "tslib": ">= 1.9.0",
    "vue-content-loader": "^0.2.1",
    "vue-runtime-helpers": "1.0.0",
    "vuejs-paginate": "1.9.3"
  },
  "devDependencies": {
    "@babel/core": "7.0.0-beta.49",
    "@babel/plugin-syntax-dynamic-import": "7.0.0-beta.49",
    "@fishtank/colors": ">=3.4.1",
    "@fishtank/icons": ">=3.10.0",
    "@fishtank/space": ">=1.3.0",
    "@fishtank/type": ">=3.1.0",
    "@types/chai": "^4.1.0",
    "@types/lodash": "4.14.109",
    "@types/mocha": "^2.2.46",
    "@types/prismjs": "1.9.0",
    "@types/sinon": "4.3.0",
    "@types/sinon-chai": "2.7.29",
    "@types/vue-markdown": "2.2.1",
    "@vue/cli-plugin-babel": "3.0.0-beta.15",
    "@vue/cli-plugin-e2e-nightwatch": "3.0.0-beta.15",
    "@vue/cli-plugin-eslint": "3.0.0-beta.15",
    "@vue/cli-plugin-typescript": "3.0.0-beta.15",
    "@vue/cli-plugin-unit-mocha": "3.0.0-beta.15",
    "@vue/cli-service": "3.0.0-beta.15",
    "@vue/eslint-config-prettier": "^3.0.0-beta.15",
    "@vue/eslint-config-typescript": "^3.0.0-bet15.15",
    "@vue/test-utils": "1.0.0-beta.15",
    "@yelo/rollup-node-external": "1.0.1",
    "autoprefixer": "9.3.1",
    "babel-loader": "8.0.0-beta.3",
    "chai": "^4.1.2",
    "css-loader": "0.28.11",
    "eslint-plugin-prettier": "3.0.0",
    "eslint-plugin-vue": "5.0.0",
    "extract-text-webpack-plugin": "3.0.2",
    "in-publish": "2.0.0",
    "lodash": "4.17.10",
    "node-sass": "4.9.0",
    "normalize-scss": "7.0.1",
    "postcss": "7.0.6",
    "postcss-css-variables": "0.11.0",
    "promise-polyfill": "8.0.0",
    "punycode": "^2.1.1",
    "rimraf": "2.6.2",
    "rollup": "0.58.2",
    "rollup-plugin-babel": "4.0.0-beta.4",
    "rollup-plugin-commonjs": "9.1.0",
    "rollup-plugin-filesize": "1.5.0",
    "rollup-plugin-json": "2.3.0",
    "rollup-plugin-node-resolve": "3.3.0",
    "rollup-plugin-replace": "2.0.0",
    "rollup-plugin-scss": "0.4.0",
    "rollup-plugin-typescript2": "0.18.1",
    "rollup-plugin-uglify": "3.0.0",
    "rollup-plugin-vue": "4.7.2",
    "sass-loader": "6.0.7",
    "sinon": "4.4.8",
    "sinon-chai": "3.0.0",
    "source-map": "0.7.2",
    "standard-version": "4.4.0",
    "style-loader": "0.20.3",
    "svg-sprite-loader": "3.7.3",
    "typescript": "2.9.1",
    "uglify-es": "3.3.9",
    "vue": "2.5.22",
    "vue-markdown": "^2.2.4",
    "vue-popperjs": "1.5.0",
    "vue-prism-component": "1.0.1",
    "vue-property-decorator": "7.2.0",
    "vue-router": "3.0.1",
    "vue-svg-icon-loader": "1.3.2",
    "vue-template-compiler": "2.5.22",
    "webpack-merge": "4.1.2",
    "webpack-node-externals": "1.6.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}
