{
  "name": "phonics-ui",
  "version": "0.18.6",
  "description": "ui component named phonics-ui",
  "main": "lib/index.js",
  "scripts": {
    "watch": "rollup -wc rollup.config.js",
    "build": "rm -rf lib types es && node --max-old-space-size=8192 node_modules/rollup/bin/rollup -c rollup.config.js && cp lib/index.umd.js lib/index.umd.css docs/.vuepress/public/",
    "predocs": "npm run build",
    "docs": "vuepress dev docs",
    "deploy": "vuepress build docs",
    "test": "jest",
    "test:report": "jest --coverage && open ./coverage/lcov-report/index.html",
    "prepublishOnly": "npm run build"
  },
  "types": "./types/src/index.d.ts",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,json,css,md,ts}": [
      "prettier --write",
      "git add"
    ]
  },
  "keywords": [],
  "author": "xiguaxigua",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.0",
    "@babel/plugin-transform-arrow-functions": "^7.2.0",
    "@babel/plugin-transform-async-to-generator": "^7.4.0",
    "@babel/plugin-transform-object-assign": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.4.0",
    "@babel/preset-env": "^7.4.2",
    "@babel/preset-typescript": "^7.3.3",
    "@types/classnames": "^2.2.7",
    "@types/enzyme": "^3.9.1",
    "@types/enzyme-adapter-react-16": "^1.0.5",
    "@types/fontfaceobserver": "^0.0.6",
    "@types/jest": "^24.0.11",
    "@types/query-string": "^6.3.0",
    "@types/react": "^16.8.10",
    "@types/react-dom": "^16.8.3",
    "autoprefixer": "^9.5.0",
    "classnames": "^2.2.6",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.11.2",
    "husky": "^1.3.1",
    "jest": "23.6.0",
    "less": "^3.9.0",
    "lint-staged": "^8.1.5",
    "parcel": "^1.12.3",
    "postcss-modules": "^1.4.1",
    "postcss-pxtorem": "^4.0.1",
    "prettier": "^1.16.4",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "rollup": "^1.7.4",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^9.2.2",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-resolve": "^4.0.1",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-replace": "^2.1.1",
    "rollup-plugin-typescript": "^1.0.1",
    "rollup-plugin-typescript2": "^0.20.1",
    "ts-jest": "^24.0.0",
    "tslib": "^1.9.3",
    "tslint": "^5.14.0",
    "tslint-config-alloy": "^0.2.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.3.4000",
    "vuepress": "1.0.0-alpha.44",
    "vuepress-plugin-demo-block": "^0.7.2"
  },
  "dependencies": {
    "@lls/bard": "^1.3.0",
    "@lls/client-js": "^1.5.0",
    "@lls/lls-ui": "^1.0.1",
    "fontfaceobserver": "^2.1.0",
    "postcss-url": "^8.0.0",
    "query-string": "^6.4.2"
  },
  "browserslist": [
    "Android >= 4",
    "iOS >= 9"
  ]
}
