{
  "name": "@react-alpha/base.avatar",
  "version": "0.3.1",
  "description": "text",
  "main": "lib/cjs/index.js",
  "module": "lib/es/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c"
  },
  "repository": "git@github.com:warmleaf/react-alpha.git",
  "author": "orlo wang <ow.cc@outlook.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "prop-types": "^15.6.2",
    "react": "^16.4.1",
    "rollup": "^0.61.1",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-size-snapshot": "^0.5.1",
    "rollup-plugin-terser": "^1.0.1",
    "styled-components": "^3.3.3"
  },
  "dependencies": {
    "@react-alpha/base.flex": "^0.3.1",
    "react-contextmenu-wl": "^3.0.0",
    "react-sortable-tree": "^2.2.0"
  }
}
