{
  "name": "@sinoui/theme",
  "version": "1.0.0",
  "description": "sinoui 主题定制库。",
  "license": "MIT",
  "main": "index.js",
  "umd:main": "dist/theme.umd.production.js",
  "module": "esm/index.js",
  "homepage": "https://sinoui.github.io/theme",
  "bugs": {
    "url": "https://github.com/sinoui/theme/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sinoui/theme.git"
  },
  "scripts": {
    "test": "ts-lib-tools test",
    "build": "ts-lib-tools build --simple",
    "format": "ts-lib-tools format",
    "lint": "ts-lib-tools lint",
    "doc:dev": "docz dev",
    "doc:build": "docz build",
    "doc:publish": "docz build && gh-pages -d .docz/dist",
    "release": "yarn build && yarn publish dist"
  },
  "prettier": {
    "printWidth": 80,
    "useTabs": false,
    "tabWidth": 2,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "all",
    "bracketSpacing": true,
    "jsxBracketSameLine": false,
    "arrowParens": "always"
  },
  "eslintConfig": {
    "extends": "ts-lib"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/*.{ts,tsx}": [
      "cross-env CI=true ts-lib-tools test",
      "eslint --fix --color",
      "git add"
    ]
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "styled-components": ">=4.0.0"
  },
  "dependencies": {
    "@babel/polyfill": "^7.6.0",
    "@babel/runtime": "^7.6.3",
    "deepmerge": "^4.2.2",
    "polished": "^3.4.4",
    "warning": "^4.0.3"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^4.1.0",
    "@testing-library/react": "^9.1.4",
    "@testing-library/react-hooks": "^2.0.1",
    "@types/react": "^16.9.2",
    "@types/react-dom": "^16.9.0",
    "@types/styled-components": "^4.1.19",
    "@types/warning": "^3.0.0",
    "css-loader": "^3.2.0",
    "docz": "^1.3.2",
    "docz-theme-default": "^1.2.0",
    "gh-pages": "^2.1.1",
    "husky": "^3.0.5",
    "jest-styled-components": "^6.0.0",
    "lint-staged": "^9.2.5",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "postcss-preset-env": "^6.7.0",
    "prettier": "^1.18.2",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "react-responsive": "^8.0.1",
    "react-test-renderer": "^16.9.0",
    "remark-html": "^10.0.0",
    "remark-html-katex": "^2.0.0",
    "remark-math": "^2.0.0",
    "style-loader": "^1.0.0",
    "styled-components-breakpoint": "^2.1.1",
    "ts-lib-tools": "^0.10.0",
    "tsconfig-paths-webpack-plugin": "^3.2.0",
    "typescript": "^3.7.5",
    "webpack-docz-ghpages-plugin": "^0.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "resolutions": {
    "typescript": "^3.7.5"
  },
  "types": "index.d.ts"
}
