{
  "name": "@ywfe/yw-design",
  "version": "0.2.70",
  "description": "物料库",
  "files": [
    "demo/",
    "es/",
    "lib/",
    "build/"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "sideEffects": [
    "dist/*",
    "*.scss",
    "*.less",
    "*.css"
  ],
  "scripts": {
    "start": "build-scripts start",
    "build": "build-scripts build",
    "test": "build-scripts test",
    "prepublishOnly": "npm run build",
    "eslint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./",
    "eslint:fix": "npm run eslint -- --fix",
    "stylelint": "stylelint \"**/*.{css,scss,less}\"",
    "lint": "npm run eslint && npm run stylelint",
    "f2elint-scan": "f2elint scan",
    "f2elint-fix": "f2elint fix"
  },
  "keywords": [
    "ice",
    "react",
    "component"
  ],
  "dependencies": {
    "@alifd/next": "^1.25.50",
    "@alifd/theme-22453": "^0.3.1",
    "@formily/antd": "^2.1.6",
    "@formily/core": "^2.1.6",
    "@formily/react": "^2.1.6",
    "@formily/reactive": "^2.1.10",
    "@rc-component/tour": "^1.8.0",
    "@ywfe/yw-linkage": "^0.0.5",
    "ahooks": "^3.5.2",
    "json-logic-js": "^2.0.2",
    "lodash": "^4.17.21",
    "prop-types": "^15.5.8",
    "qrcode.react": "^3.1.0",
    "rc-resize-observer": "^1.2.0",
    "react-copy-to-clipboard": "^5.1.0",
    "react-window": "^1.8.7"
  },
  "devDependencies": {
    "@ant-design/icons": "^4.7.0",
    "@iceworks/spec": "^1.0.0",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^17.0.2",
    "antd": "4.16.13",
    "babel-plugin-import": "^1.13.5",
    "build-plugin-antd": "^0.1.4",
    "build-plugin-component": "^1.6.5",
    "build-scripts": "^1.3.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "f2elint": "^2.2.1",
    "moment": "^2.29.3",
    "react": "16.14.0",
    "react-dom": "16.14.0"
  },
  "peerDependencies": {
    "react": "^16 || ^17 || ^18"
  },
  "componentConfig": {
    "name": "YwDesign",
    "title": "遥望云业务组件库pc",
    "category": "Others"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "husky": {
    "hooks": {
      "pre-commit": "f2elint commit-file-scan",
      "commit-msg": "f2elint commit-msg-scan"
    }
  },
  "homepage": "https://unpkg.ywwl.com/@ywfe/yw-design@0.2.70/build/index.html"
}
