{
  "name": "@alicd/oc-address",
  "version": "0.1.3",
  "description": "一码多端地址选择组件, fork @alicd/crui-address",
  "files": [
    "demo/",
    "es/",
    "lib/",
    "build/",
    "src",
    "*.js",
    "*.json",
    ".*",
    "*.*"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "sideEffects": [
    "dist/*",
    "*.scss",
    "*.less",
    "*.css"
  ],
  "scripts": {
    "start": "build-scripts start --config ./build.js",
    "build": "build-scripts build --config ./build.js",
    "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": [
    "ice",
    "react",
    "component"
  ],
  "dependencies": {
    "@alifd/meet-react": "^2.6.2",
    "@alifd/next": "^1.25.14",
    "classnames": "^2.3.1",
    "jsonp": "^0.2.1",
    "moment": "^2.29.1",
    "prop-types": "^15.5.8",
    "scriptjs": "^2.5.9"
  },
  "devDependencies": {
    "@iceworks/spec": "^1.0.0",
    "@types/jsonp": "^0.2.1",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.2",
    "@types/scriptjs": "^0.0.2",
    "build-plugin-component": "^1.0.0",
    "build-plugin-one-code-for-components": "^0.1.6",
    "build-scripts": "^1.1.1",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "eslint": "^7.0.0",
    "node-sass": "^4.11.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "stylelint": "^13.7.2"
  },
  "peerDependencies": {
    "react": "^16 || ^17"
  },
  "componentConfig": {
    "name": "Test",
    "title": "test component",
    "category": "Others"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "homepage": "https://unpkg.com/@alicd/oc-address@0.1.3/build/index.html"
}
