{
  "name": "wmstool",
  "version": "3.0.5",
  "description": "一套前端组件库基于antd 3.0.3、react",
  "scripts": {
    "testsingle": "jest --config  .jest.js",
    "dist": "antd-tools run dist",
    "compile": "antd-tools run compile",
    "site": "cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js",
    "start": "rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dmaria58/WMSTOOL.git"
  },
  "keywords": [
    "react",
    "component"
  ],
  "author": "maria",
  "license": "MIT",
  "dependencies": {
    "@ant-design/create-react-context": "^0.2.4",
    "array-tree-filter": "^2.0.0",
    "babel-runtime": "6.x",
    "classnames": "~2.2.0",
    "copy-to-clipboard": "^3.2.0",
    "create-react-class": "^15.6.0",
    "css-animation": "^1.2.5",
    "dom-closest": "^0.2.0",
    "enquire.js": "^2.1.1",
    "exceljs": "^4.2.1",
    "file-saver": "^2.0.5",
    "immutability-helper": "2.5.0",
    "lodash.debounce": "^4.0.8",
    "moment": "^2.19.3",
    "omit": "1.0.0",
    "omit.js": "^1.0.0",
    "prop-types": "^15.7.2",
    "raf": "^3.4.1",
    "rc-animate": "^2.4.1",
    "rc-calendar": "~9.15.7",
    "rc-cascader": "~0.12.0",
    "rc-checkbox": "~2.1.1",
    "rc-collapse": "~1.7.5",
    "rc-dialog": "~7.0.3",
    "rc-dropdown": "~2.1.0",
    "rc-editor-mention": "^1.0.2",
    "rc-form": "^2.1.0",
    "rc-input-number": "~4.0.0",
    "rc-menu": "~6.2.0",
    "rc-notification": "~3.0.0",
    "rc-pagination": "~1.12.4",
    "rc-progress": "~2.2.2",
    "rc-rate": "~2.3.0",
    "rc-select": "^11.0.10",
    "rc-slider": "~8.5.0",
    "rc-steps": "~3.0.0",
    "rc-switch": "~1.6.0",
    "rc-table": "~6.1.0",
    "rc-tabs": "~9.1.2",
    "rc-time-picker": "~3.2.1",
    "rc-tooltip": "~3.7.0",
    "rc-tree": "~1.7.0",
    "rc-tree-select": "~1.12.0",
    "rc-trigger": "^2.6.2",
    "rc-upload": "~2.4.0",
    "rc-resize-observer": "^0.1.0",
    "rc-util": "^4.16.1",
    "react": "^16.6.0",
    "react-dnd": "^2.5.4",
    "react-dnd-html5-backend": "^2.5.4",
    "react-draggable": "^4.4.3",
    "react-lazy-load": "^3.0.12",
    "react-lazyload": "^2.3.0",
    "react-lifecycles-compat": "^3.0.4",
    "react-resizable": "^1.11.1",
    "react-slick": "~0.16.0",
    "react-window": "^1.8.5",
    "shallowequal": "^1.0.1",
    "warning": "~3.0.0"
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "dist",
    "lib",
    "es"
  ],
  "devDependencies": {
    "@types/raf": "^3.4.0",
    "@types/react": "^16.9.21",
    "@types/react-dom": "^16.9.5",
    "@types/react-lazyload": "2.3.1",
    "@types/react-resizable": "^1.7.2",
    "@types/react-window": "^1.1.0",
    "@typescript-eslint/eslint-plugin": "^3.0.0",
    "@typescript-eslint/parser": "^3.0.0",
    "@types/file-saver": "^2.0.1",
    "ansi-styles": "^3.2.0",
    "antd-tools": "^5.0.6",
    "babel-cli": "^6.18.0",
    "babel-eslint": "^8.1.1",
    "babel-plugin-import": "^1.0.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "bezier-easing": "^2.0.3",
    "bisheng": "~0.28.0",
    "bisheng-plugin-antd": "~0.16.0",
    "bisheng-plugin-description": "~0.1.1",
    "bisheng-plugin-react": "~0.6.0",
    "bisheng-plugin-toc": "~0.4.0",
    "color-standalone": "^0.11.6",
    "commander": "^2.11.0",
    "cross-env": "^5.0.3",
    "css-split-webpack-plugin": "^0.2.3",
    "dekko": "^0.2.0",
    "delegate": "^3.1.2",
    "dora-plugin-upload": "^0.3.1",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.0",
    "enzyme-to-json": "^3.1.2",
    "eslint": "^4.8.0",
    "eslint-config-airbnb": "latest",
    "eslint-plugin-babel": "^4.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-markdown": "~1.0.0-beta.4",
    "eslint-plugin-react": "7.5.1",
    "eslint-tinker": "^0.4.0",
    "fetch-jsonp": "^1.0.3",
    "file-loader": "^1.1.6",
    "glob": "^7.1.1",
    "jest": "^21.1.0",
    "jsonml.js": "^0.1.0",
    "lint-staged": "^6.0.0",
    "majo": "^0.4.1",
    "mockdate": "^2.0.1",
    "moment-timezone": "^0.5.5",
    "preact": "^8.2.5",
    "preact-compat": "^3.17.0",
    "querystring": "^0.2.0",
    "rc-drawer-menu": "^0.3.0",
    "rc-queue-anim": "^1.0.1",
    "rc-scroll-anim": "^2.0.2",
    "rc-tween-one": "^1.1.2",
    "react-color": "^2.11.7",
    "react-copy-to-clipboard": "^5.0.1",
    "react-document-title": "^2.0.1",
    "react-dom": "^16.0.0",
    "react-github-button": "^0.1.1",
    "react-infinite-scroller": "^1.0.15",
    "react-intl": "^2.0.1",
    "react-sublime-video": "^0.2.0",
    "react-virtualized": "~9.13.0",
    "remark-frontmatter": "^1.1.0",
    "remark-parse": "^4.0.0",
    "remark-stringify": "^4.0.0",
    "remark-yaml-config": "^4.0.1",
    "reqwest": "^2.0.5",
    "rimraf": "^2.5.4",
    "scrollama": "^0.6.1",
    "stylelint": "^8.0.0",
    "stylelint-config-standard": "^18.0.0",
    "typescript": "~3.9.2",
    "unified": "^6.1.5",
    "values.js": "^1.0.3",
    "xhr2": "^0.1.3"
  },
  "bugs": {
    "url": "https://github.com/dmaria58/WMSTOOL/issues"
  },
  "homepage": "https://github.com/dmaria58/WMSTOOL#readme",
  "directories": {
    "doc": "docs",
    "lib": "lib",
    "test": "tests"
  }
}
