{
  "name": "@jy-fe/react-components",
  "version": "1.1.5",
  "private": false,
  "description": "joyowo pc端ui",
  "keywords": [
    "react",
    "ant.design",
    "component",
    "react-component",
    "joyowo"
  ],
  "repository": {
    "type": "git",
    "url": "http://prodservice.joyohro.com:8899/front-end/jy-react-components"
  },
  "license": "MIT",
  "author": "shenck <shenck1807@joyowo.com>",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "directories": {},
  "files": [
    "CHANGELOG.md",
    "README.md",
    "dist",
    "lib",
    "src",
    "es",
    "styles"
  ],
  "scripts": {
    "build": "npx rimraf lib es && yarn run gulp:build",    
    "gulp:build": "gulp build",
    "build:dev": "npx rimraf lib es && yarn run gulp:dev",
    "gulp:dev": "gulp dev",
    "clean": "npx rimraf lib es",
    "lint-staged.js": "eslint --ext .js,.jsx,.ts,.tsx ",
    "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src && yarn run lint:style",
    "lint:style": "stylelint --fix \"src/**/*.less\" --syntax less",
    "precommit": "lint-staged",
    "prettier": "prettier -c --write \"**/*\"",
    "prettier:diff": "prettier --list-different \"src/**/*.{tsx,ts}\"",
    "prepublish": "yarn clean && yarn build",
    "prepare": "husky install"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "ie >= 10"
  ],
  "dependencies": {
    "@ant-design/icons": "4.3.0",
    "@jy-fe/business": "^1.0.0",
    "@jy-fe/utils": "^1.0.0",
    "@jy-fe/icons": "^1.0.0",
    "antd": "4.15.5",
    "autoprefixer": "9.8.6",
    "axios": "0.19.2",
    "classnames": "2.2.6",
    "cssnano": "4.1.10",
    "dayjs": "1.9.3",
    "intro.js": "2.9.3",
    "qs": "6.9.4",
    "rc-field-form": "1.17.4",
    "rc-menu": "8.10.6",
    "rc-picker": "2.5.7",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-resizable": "1.10.1",
    "socket.io-client": "2.4.0",
    "xmlhttprequest-ssl": "1.6.3"
  },
  "devDependencies": {
    "@babel/core": "7.14.6",
    "@babel/plugin-proposal-class-properties": "7.14.5",
    "@babel/plugin-proposal-export-default-from": "7.14.5",
    "@babel/plugin-proposal-export-namespace-from": "7.14.5",
    "@babel/plugin-proposal-optional-chaining": "7.14.5",
    "@babel/plugin-transform-runtime": "7.14.5",
    "@babel/preset-env": "7.14.7",
    "@babel/preset-react": "7.14.5",
    "@babel/preset-typescript": "7.14.5",
    "@babel/runtime": "7.14.6",
    "@types/axios": "0.14.0",
    "@types/classnames": "2.2.10",
    "@types/intro.js": "2.4.7",
    "@types/qs": "6.9.3",
    "@types/react": "17.0.2",
    "@types/react-dom": "17.0.2",
    "@types/react-resizable": "1.7.2",
    "@types/socket.io-client": "1.4.36",
    "babel-loader": "8.2.2",
    "babel-plugin-add-module-exports": "1.0.4",
    "babel-plugin-lodash": "3.3.4",
    "del": "5.1.0",
    "gulp": "4.0.2",
    "gulp-babel": "8.0.0",
    "gulp-less": "5.0.0",
    "gulp-postcss": "9.0.0",
    "gulp-replace": "1.1.3",
    "gulp-rename": "2.0.0",
    "gulp-sourcemaps": "3.0.0",
    "gulp-typescript": "5.0.1",

    "@commitlint/cli": "12.1.4",
    "commitlint-config-gitmoji": "2.2.5",
    "eslint": "7.16.0",
    "eslint-config-jyfe-umi": "^1.0.0",
    "husky": "6.0.0",
    "lint-staged": "10.2.8",
    "prettier": "2.0.5",
    "rimraf": "3.0.2",
    "stylelint": "13.8.0",
    "stylelint-config-jyfe-umi": "^1.0.0",
    "typescript": "4.1.3"
  },
  "bundledDependencies": [],
  "publishConfig": {
    "access": "public"
  }
}
