{
  "name": "@alifd/ice-container",
  "main": "lib/index",
  "description": "ice 容器组件",
  "version": "0.1.1",
  "keywords": [
    "react",
    "next业务组件",
    "ice-容器"
  ],
  "repository": {
    "type": "git",
    "url": "git@gitlab.alibaba-inc.com:alifd/ice-container.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "http://registry.npmjs.org"
  },
  "fusionConfig": {
    "variable": "lib/scss/variable.scss",
    "entry": "lib/index.scss",
    "deps": []
  },
  "files": [
    "lib",
    "src",
    "docs",
    "test",
    "build",
    "README.md"
  ],
  "scripts": {
    "start": "fie start",
    "build": "fie build",
    "test": "istanbul cover _mocha"
  },
  "author": {
    "name": "潕量",
    "email": "qianchen.qc@alibaba-inc.com"
  },
  "maintainers": [
    {
      "name": "潕量",
      "email": "qianchen.qc@alibaba-inc.com"
    }
  ],
  "readmeFilename": "README.md",
  "tnpm": {
    "mode": "npminstall"
  },
  "dependencies": {
    "@alifd/next": "^1.x",
    "classnames": "^2.2.5",
    "moment": "^2.22.1"
  },
  "devDependencies": {
    "@ali/eslint-config-next": "^2.x",
    "enzyme": "^2.x",
    "expect.js": "^0.x",
    "react": "^16.x",
    "react-dom": "^16.x"
  },
  "peerDependencies": {
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  }
}
