{
  "name": "@castianta/chart-lc",
  "version": "1.0.5",
  "description": "lc版图表",
  "files": [
    "demo/",
    "lib/",
    "es/",
    "build/",
    "screenshot.png"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "stylePath": "style.js",
  "scripts": {
    "start": "build-scripts start",
    "build": "build-scripts build && npm run screenshot",
    "test": "build-scripts test",
    "prepublishOnly": "npm run build",
    "eslint": "eslint --cache --ext .js,.jsx ./",
    "eslint:fix": "npm run eslint -- --fix",
    "stylelint": "stylelint \"**/*.{css,scss,less}\"",
    "lint": "npm run eslint && npm run stylelint",
    "screenshot": "screenshot -l -s root"
  },
  "keywords": [
    "ice",
    "react",
    "component"
  ],
  "dependencies": {
    "@ant-design/pro-card": "^1.18.6",
    "@arction/lcjs": "^3.3.0",
    "antd": "^4.17.2",
    "prop-types": "^15.7.2",
    "react-color": "^2.19.3"
  },
  "devDependencies": {
    "build-scripts": "^1.2.1",
    "@iceworks/spec": "^1.4.2",
    "@ice/screenshot": "^0.1.8",
    "build-plugin-antd": "^0.1.4",
    "build-plugin-component": "^1.9.2",
    "build-plugin-moment-locales": "^0.1.3",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "eslint": "^8.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "stylelint": "^14.1.0"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "antd": "^4.17.2"
  },
  "componentConfig": {
    "name": "chartLc",
    "title": "lc版图表库",
    "category": "DataDisplay"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "homepage": "https://unpkg.com/@castianta/chart-lc@1.0.5/build/index.html"
}
