{
  "name": "@clinc/clui",
  "version": "0.60.0",
  "main": "./dist/clui.common.js",
  "scripts": {
    "dev": "npm run storybook",
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build --target lib --name clui ./src/components/index.ts",
    "prepack": "npm run test:unit && npm run build",
    "lint": "vue-cli-service lint",
    "test:unit": "vue-cli-service test:unit --no-cache",
    "test:unit:dev": "vue-cli-service test:unit --no-cache -u",
    "test:unit:snapshot": "vue-cli-service test:unit -u --no-cache",
    "test:e2e": "vue-cli-service test:e2e",
    "storybook": "start-storybook -p 6006",
    "storybook:build": "build-storybook -c .storybook -o .storybook/dist/",
    "prestorybook:deploy": "npm run storybook:build",
    "storybook:deploy": "aws s3 sync .storybook/dist s3://clui-test --profile clinc",
    "format": "prettier --write src/{stories,lib,components}/**/*.{css,ts,tsx,js}"
  },
  "dependencies": {
    "debounce": "^1.2.0",
    "keycode": "^2.2.0",
    "popper.js": "^1.14.4",
    "portal-vue": "^2.1.4",
    "selection-ranges": "^3.0.0",
    "warning": "^4.0.2"
  },
  "peerDependencies": {
    "vue": "^2.5.17"
  },
  "devDependencies": {
    "@storybook/addon-actions": "^5.1.9",
    "@storybook/addon-knobs": "^5.1.9",
    "@storybook/addon-storysource": "^5.1.9",
    "@storybook/vue": "^5.1.9",
    "@types/debounce": "^1.0.0",
    "@types/jest": "^24.0.0",
    "@types/node": "^11.11.0",
    "@types/sinon": "^7.0.11",
    "@types/storybook__addon-actions": "^3.4.1",
    "@types/storybook__vue": "^3.3.0",
    "@types/warning": "^3.0.0",
    "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
    "@vue/babel-preset-jsx": "^1.0.0",
    "@vue/cli-plugin-babel": "^3.0.0",
    "@vue/cli-plugin-e2e-nightwatch": "^3.0.0",
    "@vue/cli-plugin-typescript": "^3.0.0",
    "@vue/cli-plugin-unit-jest": "^3.0.0",
    "@vue/cli-service": "^3.0.0",
    "@vue/test-utils": "^1.0.0-beta.20",
    "babel-core": "7.0.0-bridge.0",
    "babel-plugin-dev-expression": "^0.2.1",
    "babel-preset-vue": "^2.0.2",
    "core-js": "^2.5.7",
    "lint-staged": "^8.1.3",
    "prettier": "^1.14.3",
    "sinon": "^7.3.2",
    "storybook-addon-vue-info": "^0.7.1",
    "ts-jest": "^23.0.0",
    "typescript": "^3.5.2",
    "vue": "^2.5.17",
    "vue-class-component": "^7.1.0",
    "vue-property-decorator": "^8.2.1",
    "vue-template-compiler": "^2.5.17",
    "vue2-animate": "^2.1.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
  ],
  "gitHooks": {
    "pre-commit": "npm run test:unit && npm run build && lint-staged"
  },
  "lint-staged": {
    "*.ts": [
      "npm run format",
      "git add ."
    ],
    "*.vue": [
      "vue-cli-service lint",
      "git add ."
    ]
  }
}
