{
  "name": "@dear-ui/all",
  "version": "4.0.0-alpha1",
  "main": "./core/index.js",
  "files": [
    "*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/minimal-studio/dear-ui.git"
  },
  "keywords": [
    "UI"
  ],
  "author": "Alex",
  "license": "MIT",
  "peerDependencies": {
    "@mini-code/base-func": "^1.0.1",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "react-transition-group": "^2.5.0",
    "unistore": "^3.1.0"
  },
  "dependencies": {
    "classnames": "^2.2.6"
  },
  "private": false,
  "types": "./index.d.ts"
}