{
  "name": "@react-to-styled/icon",
  "version": "0.3.1-alpha.2",
  "description": "Toggle input",
  "author": {
    "name": "Aleksa Toljic",
    "email": "aleksa.toljic@gmail.com"
  },
  "keywords": [
    "react",
    "styled-components",
    "css-in-js",
    "library",
    "components",
    "frontend",
    "reuseable",
    "ui",
    "toggle",
    "switch"
  ],
  "main": "dist/esm/icon.js",
  "types": "dist/icon.d.ts",
  "homepage": "https://react-to.github.io/react-to-styled/?path=/story/icon--page",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-to/react-to-styled.git",
    "directory": "packages/icon"
  },
  "bugs": {
    "url": "https://github.com/react-to/react-to-styled/issues",
    "email": "aleksa.toljic@gmail.com"
  },
  "scripts": {
    "build": "xrollup index.tsx --icons=./icons/**",
    "prepublish": "yarn build"
  },
  "files": [
    "CHANGELOG.md",
    "README.md",
    "../../LICENSE",
    "dist/"
  ],
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "styled-components": ">=5"
  },
  "dependencies": {
    "@react-to-styled/essentials": "^0.3.1-alpha.2",
    "@react-to-styled/loader": "^0.3.1-alpha.2",
    "react-inlinesvg": "^2.3.0"
  },
  "devDependencies": {
    "@react-to-styled/build": "^0.1.1-alpha.2"
  },
  "gitHead": "ecd2e255eb560114a3de09590633859ac00ff0a5"
}
