{
  "name": "@fengbeans/antd-waffle",
  "version": "2.0.0",
  "description": "",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "lib/index.d.ts",
  "homepage": "https://github.com/FengBeans/antd-waffle",
  "repository": {
    "type": "git",
    "url": "https://github.com/FengBeans/antd-waffle"
  },
  "Keywords": [
    "antd",
    "antd-waffle",
    "react",
    "less"
  ],
  "files": [
    "es",
    "lib",
    "dist"
  ],
  "keywords": [],
  "author": "jian.liu",
  "license": "ISC",
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.18.10",
    "@fengbeans/waffle-tool": "^1.2.0",
    "@storybook/addon-actions": "^6.5.10",
    "@storybook/addon-essentials": "^6.5.10",
    "@storybook/addon-interactions": "^6.5.10",
    "@storybook/addon-links": "^6.5.10",
    "@storybook/builder-webpack5": "^6.5.10",
    "@storybook/manager-webpack5": "^6.5.10",
    "@storybook/react": "^6.5.10",
    "@storybook/testing-library": "0.0.13",
    "@types/echarts": "^4.9.16",
    "@types/react-csv": "^1.1.3",
    "@typescript-eslint/eslint-plugin": "^5.32.0",
    "@typescript-eslint/parser": "^5.32.0",
    "babel-loader": "8.2.2",
    "babel-plugin-import": "^1.13.5",
    "babel-preset-react-app": "10.0.0",
    "cpr": "^3.0.1",
    "css-loader": "6.7.1",
    "eslint": "^8.21.0",
    "eslint-plugin-react": "^7.30.1",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^8.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-cssnano": "^2.1.3",
    "gulp-less": "^5.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-uglify": "^3.0.2",
    "less-loader": "^10.2.0",
    "style-loader": "3.3.1",
    "through2": "^4.0.2",
    "ts-loader": "6.0.4",
    "tslib": "^2.4.0"
  },
  "dependencies": {
    "@ant-design/icons": "^4.7.0",
    "antd": "^4.22.3",
    "classnames": "^2.3.1",
    "echarts": "^5.3.3",
    "file-saver": "^2.0.5",
    "fscreen": "^1.2.0",
    "lodash": "^4.17.21",
    "macy": "^2.5.1",
    "rc-animate": "^3.1.1",
    "react": "17.0.2",
    "react-csv": "^2.2.2",
    "react-dom": "17.0.2",
    "resize-observer-polyfill": "^1.5.1",
    "xlsx": "^0.18.5"
  },
  "scripts": {
    "start": "start-storybook -p 6006",
    "build:sb": "build-storybook",
    "clean": "rimraf lib es dist",
    "build:types": "tsc -p tsconfig.build.json && cpr lib es",
    "build:gulp": "gulp",
    "waffle-tool": "waffle-tool",
    "build": "npm run waffle-tool && npm run clean && npm run build:types && gulp ",
    "lint": "eslint --ext .ts --ext .tsx src/ --fix"
  }
}