{
  "name": "fastx-data-analysis-sdk",
  "version": "1.0.13",
  "description": "极数平台前端业务工具集",
  "scripts": {
    "clean": "rm -rf dist es lib",
    "predev": "npm run clean",
    "start": "haiyan-storybook dev",
    "dev": "haiyan-storybook dev",
    "prebuild": "npm run clean && haiyan-storybook build",
    "build": "component-scripts build",
    "prepublishOnly": "npm run build"
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "unpkg": "dist/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "dist",
    "lib",
    "es",
    "screenshot"
  ],
  "keywords": [
    "react",
    "component",
    "components",
    "react-component",
    "antd",
    "fastx-data-analysis-sdk"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShenBao/fastx-data-analysis-sdk.git"
  },
  "author": "ShenBao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ShenBao/fastx-data-analysis-sdk/issues"
  },
  "homepage": "https://github.com/ShenBao/fastx-data-analysis-sdk#readme",
  "devDependencies": {
    "@ant-design/icons": "^4.8.0",
    "@types/node": "^14.18.33",
    "@types/qs": "^6.9.7",
    "@types/react": "^18.0.25",
    "@types/react-dom": "^18.0.9",
    "@types/styled-components": "^5.1.26",
    "ahooks": "^3.7.2",
    "antd": "^4.24.4",
    "axios": "^1.1.3",
    "component-scripts": "^0.1.0",
    "haiyan-storybook": "^0.1.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "styled-components": "^5.3.6",
    "typescript": "^4.9.3"
  },
  "peerDependencies": {
    "@ant-design/icons": "^4.8.0",
    "ahooks": "^3.7.2",
    "antd": "^5.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.4.4",
    "styled-components": "^5.3.6"
  },
  "dependencies": {
    "axios": "^1.1.3"
  }
}
