{
  "name": "storybook-mobile",
  "version": "1.0.1",
  "description": "This addon offers suggestions on how you can improve the HTML, CSS and UX of your components to be more mobile-friendly.",
  "source": "src/register.js",
  "main": "register.js",
  "module": "register.module.js",
  "scripts": {
    "build": "microbundle --no-compress --no-sourcemap --jsx React.createElement",
    "build-storybook": "npm run build; build-storybook -c .storybook",
    "prepublish": "npm run build",
    "dev": "microbundle watch --jsx React.createElement",
    "storybook": "start-storybook",
    "lint": "./node_modules/.bin/eslint src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aholachek/storybook-mobile"
  },
  "keywords": [
    "storybook",
    "react-storybook",
    "mobile",
    "ux",
    "responsive",
    "responsive design",
    "audit",
    "lint",
    "storybook-addon",
    "test",
    "popular"
  ],
  "author": "Alex Holachek",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@storybook/addon-essentials": "^6.3.12",
    "@storybook/react": "^6.3.12",
    "babel-loader": "^8.2.3",
    "eslint": "^8.2.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.27.1",
    "evergreen-ui": "^6.6.1",
    "microbundle": "^0.14.2",
    "prettier": "^2.4.1"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "dependencies": {
    "@storybook/addons": "^6.3.12",
    "@storybook/api": "^6.3.12",
    "@storybook/components": "^6.3.12",
    "@storybook/core-events": "^6.3.12",
    "@storybook/theming": "^6.3.12",
    "lrt": "^3.1.0",
    "styled-components": "^5.3.3"
  },
  "storybook": {
    "icon": "https://user-images.githubusercontent.com/263385/101992264-ee369600-3c7f-11eb-8e9f-876d8b5ddff9.png",
    "displayName": "Mobile UX Hints"
  }
}
