{
  "name": "@hypertheme-editor/chakra-ui",
  "version": "0.2.2",
  "description": "",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "start": "rollup -c -w"
  },
  "author": "marco",
  "license": "ISC",
  "peerDependencies": {
    "@chakra-ui/react": ">= 1.0.0",
    "framer-motion": ">= 4",
    "react": ">=16.8.6",
    "react-dom": ">=16.8.6"
  },
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@chakra-ui/react": "^1.6.7",
    "@emotion/react": "^11.4.0",
    "@emotion/styled": "^11.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@types/react": "^17.0.14",
    "babel-eslint": "10.1.0",
    "babel-loader": "^8.2.2",
    "framer-motion": "^4.1.17",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup": "^2.53.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.31.0",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "@hypertheme-editor/chakra-ui-colors": "^0.2.2",
    "@hypertheme-editor/chakra-ui-core": "^0.2.2",
    "@hypertheme-editor/chakra-ui-font-sizes": "^0.2.2",
    "immer": "^9.0.6",
    "react-icons": "^4.2.0",
    "use-debouncy": "^4.2.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
