{
  "name": "@teamix/blocks",
  "version": "0.1.0",
  "description": "Teamix Blocks",
  "files": [
    "demo/",
    "es/",
    "lib/",
    "build/",
    "dist/"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "stylePath": "style.js",
  "scripts": {
    "start": "build-scripts start",
    "build": "build-scripts build",
    "prepublishOnly": "npm run build",
    "sync": "iceworks sync",
    "f2elint-scan": "f2elint scan",
    "f2elint-fix": "f2elint fix"
  },
  "keywords": [
    "teamix",
    "react",
    "component"
  ],
  "dependencies": {
    "@alicloudfe/components": "^1.0.0",
    "import-html-entry": "^1.11.1",
    "prop-types": "^15.5.8"
  },
  "devDependencies": {
    "@alib/build-scripts": "^0.1.3",
    "build-plugin-component": "^1.2.0",
    "f2elint": "^0.4.4",
    "react": "^16.3.0",
    "react-dom": "^16.3.0",
    "@types/react": "^16.9.13",
    "@types/react-dom": "^16.9.4",
    "iceworks": "^3.4.2",
    "moment": "^2.27.0"
  },
  "husky": {
    "hooks": {
      "commit-msg": "f2elint exec commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "f2elint exec lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx,vue}": "f2elint exec eslint",
    "**/*.{css,scss,less,acss}": "f2elint exec stylelint"
  },
  "componentConfig": {
    "name": "TeamixBlocks",
    "title": "Teamix Blocks_spacex_1613631342165",
    "category": "Others"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "homepage": "https://unpkg.com/@teamix/blocks@0.1.0/build/index.html"
}
