{
  "name": "@ywfe/yw-charts",
  "version": "0.1.1",
  "description": "YWFE图表库",
  "files": [
    "demo/",
    "es/",
    "lib/",
    "build/"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/types.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"
  },
  "keywords": [
    "react",
    "component",
    "chart"
  ],
  "dependencies": {
    "@ant-design/charts": "^1.4.2",
    "prop-types": "^15.5.8"
  },
  "devDependencies": {
    "@iceworks/spec": "^1.0.0",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^17.0.2",
    "babel-plugin-import": "^1.13.5",
    "build-plugin-component": "^1.6.5",
    "build-scripts": "^1.3.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "eslint": "^7.0.0",
    "moment": "^2.29.3",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "stylelint": "^13.7.2",
    "ml-matrix": "6.10.2"
  },
  "peerDependencies": {
    "react": "^16 || ^17"
  },
  "componentConfig": {
    "name": "YwCharts",
    "title": "YWFE图表组件库",
    "category": "Charts"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "homepage": "https://unpkg.ywwl.com/@ywfe/yw-charts@0.1.1/build/index.html"
}
