{
  "name": "@txdfe/uiless-member",
  "version": "3.4.2",
  "description": "uiless component template",
  "dependencies": {
    "@txdfe/at": "*",
    "@txdfe/at-exceed": "*",
    "@txdfe/at-path": "*",
    "@txdfe/at-text-avatar": "*",
    "@txdfe/at-theme": "*",
    "axios": "^0.19.0",
    "debounce": "^1.2.0",
    "lodash.get": "^4.4.2",
    "moment": "^2.24.0",
    "mustache": "^4.0.0",
    "prop-types": "^15.7.2",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-infinite-scroller": "^1.2.4"
  },
  "devDependencies": {
    "@alife/txd-scripts": "*",
    "@txdfe/postcss-at-theme-cssvar": "^0.2.0",
    "babel-eslint": "^10.0.3",
    "bisheng": "^1.3.2",
    "gulp": "^3.9.1",
    "sass-loader": "^7.3.1",
    "style-loader": "^0.23.1"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "scripts": {
    "start": "NODE_ENV=development bisheng start --config ./site/bisheng.config.js",
    "lint": "eslint src  --fix --ext '.js,.jsx'",
    "build": "txd-scripts build:uiless",
    "publishAll": "def publish -o && txd-scripts publish:uiless"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.alibaba-inc.com:teambition-devcenter/uiless-member.git"
  },
  "ci": {
    "version": "8"
  },
  "main": "lib/index.js",
  "files": [
    "build",
    "lib",
    "src"
  ],
  "license": "MIT",
  "browserslist": [
    "last 5 version",
    "> 0.2%",
    "not ie < 9"
  ],
  "publishConfig": {}
}