{
  "name": "zbdx-fitment-core",
  "version": "1.0.12",
  "description": "浙北装修组件",
  "main": "lib/index",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack-dev-server --mode development --Open",
    "build": "webpack --config webpack.config.js --mode=production",
    "build:lib": "npm run clean && tsc -p . || npm run scss",
    "clean": "rimraf ./lib && mkdir lib",
    "scss": "node-sass -r src -o lib",
    "prepublishOnly": "npm run build:lib"
  },
  "author": "kiddzz",
  "license": "ISC",
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@types/react": "^16.9.1",
    "@types/react-dom": "^16.8.5",
    "@typescript-eslint/eslint-plugin": "^2.0.0",
    "@typescript-eslint/parser": "^2.0.0",
    "eslint": "^6.1.0",
    "eslint-plugin-react": "^7.14.3",
    "node-sass": "^4.13.1",
    "typescript": "^3.6.4",
    "@types/react-color": "^3.0.4",
    "@types/react-cookies": "^0.1.0"
  },
  "dependencies": {
    "zb-fjs": ">=1.1.7",
    "zb-components": ">=1.1.75",
    "antd": "^3.23.6",
    "antd-mobile": "^2.3.4",
    "axios": "^0.19.2",
    "braft-editor": "^2.3.9",
    "moment": "^2.27.0",
    "qs": "^6.9.4",
    "react-color": "^2.18.1",
    "react-cookies": "^0.1.1",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "peerDependencies": {
    "zb-fjs": ">=1.1.7",
    "zb-components": ">=1.1.75",
    "antd": "^3.23.6",
    "antd-mobile": "^2.3.4",
    "axios": "^0.19.2",
    "braft-editor": "^2.3.9",
    "moment": "^2.27.0",
    "qs": "^6.9.4",
    "react-color": "^2.18.1",
    "react-cookies": "^0.1.1",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  }
}
