{
  "name": "@fishtank/fishtank-vue",
  "version": "5.2.7",
  "private": false,
  "license": "Apache-2.0",
  "author": "Fish Tank Design System <agile_fishtank@bna.com>",
  "scripts": {
    "link": "eslint",
    "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:esm:uncompiled && yarn build:cjs:uncompiled && yarn build:ts-types",
    "build:rollup": "yarn rollup -c",
    "build:esm": "yarn build:rollup --environment TARGET:esm --environment PROD:production",
    "build:cjs": "yarn build:rollup --environment TARGET:cjs --environment PROD:production",
    "build:esm:dev": "yarn build:rollup --environment TARGET:esm",
    "build:cjs:dev": "yarn build:rollup --environment TARGET:cjs",
    "build:esm:uncompiled": "yarn build:rollup --environment TARGET:esm --environment compileCustomProperties:true",
    "build:cjs:uncompiled": "yarn build:rollup --environment TARGET:cjs --environment compileCustomProperties:true",
    "build-lib": "vue-cli-service build --target lib --name fishtank-vue-service-build src/index.ts",
    "build:ts-types": "node ./build/build-type-def.js",
    "test": "vue-cli-service test:unit --require tests/setup.js",
    "e2e": "vue-cli-service test:e2e",
    "lint": "vue-cli-service lint",
    "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/colors": "3.5.1",
    "@fishtank/icons": "3.13.0",
    "@fishtank/icons-vue": "3.13.0",
    "@fishtank/space": "1.3.0",
    "@fishtank/type": "3.1.2",
    "axios": "^0.18.1",
    "popper.js": "1.15.0",
    "tooltip.js": "^1.3.2",
    "tslib": ">= 1.9.0",
    "v-tooltip": "2.0.2",
    "vue-clickaway": "^2.2.2",
    "vue-content-loader": "^0.2.1",
    "vue-property-decorator": "7.2.0",
    "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",
    "@types/chai": "^4.1.0",
    "@types/lodash": "4.14.109",
    "@types/mocha": "^2.2.46",
    "@types/moxios": "0.4.8",
    "@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.4.0",
    "@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.29",
    "@yelo/rollup-node-external": "1.0.1",
    "acorn": "6.1.1",
    "ajv": "6.10.0",
    "autoprefixer": "9.3.1",
    "babel-loader": "8.0.0-beta.3",
    "chai": "^4.1.2",
    "css-loader": "0.28.11",
    "eslint": "5.16.0",
    "eslint-loader": "2.1.2",
    "eslint-plugin-prettier": "3.0.0",
    "eslint-plugin-vue": "5.0.0",
    "extract-text-webpack-plugin": "3.0.2",
    "in-publish": "2.0.0",
    "jshint": "2.10.2",
    "lodash": ">=4.17.11",
    "moxios": "0.4.0",
    "node-sass": "4.9.0",
    "normalize-scss": "7.0.1",
    "postcss": "7.0.6",
    "postcss-css-variables": "0.11.0",
    "postcss-custom-media": "^7.0.8",
    "postcss-import": "12.0.1",
    "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-postcss": "2.0.3",
    "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.17",
    "vue-docgen-api": "3.13.8",
    "vue-markdown": "^2.2.4",
    "vue-prism-component": "1.0.1",
    "vue-router": "3.0.1",
    "vue-svg-icon-loader": "1.3.2",
    "vue-template-compiler": "^2.5.17",
    "webpack-merge": "4.1.2",
    "webpack-node-externals": "1.6.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}
