{
  "name": "react-webpage-thumbnail",
  "version": "1.0.1",
  "description": "A light-weight react component that renders a static non-interactive thumbnail iframe for a web page",
  "main": "build/index.js",
  "scripts": {
    "start": "node src/index.js",
    "build": "webpack",
    "test": "jest",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "chromatic": "chromatic --exit-zero-on-changes",
    "storybook-deploy": "npx chromatic --project-token=8e9bd7630a2b"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lucas2005gao/react-webpage-thumbnail.git"
  },
  "keywords": [
    "react",
    "iframe",
    "thumbnail",
    "non-interactive",
    "static",
    "webpage",
    "webpage-thumbnail"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "lucas2005gao",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.23.0",
    "@babel/plugin-syntax-jsx": "^7.22.5",
    "@babel/preset-env": "^7.7.6",
    "@babel/preset-react": "^7.22.15",
    "@storybook/addon-actions": "^7.4.5",
    "@storybook/addon-essentials": "^7.4.5",
    "@storybook/addon-links": "^7.4.5",
    "@storybook/react": "^7.4.5",
    "@storybook/react-webpack5": "^7.4.5",
    "@testing-library/jest-dom": "^6.1.3",
    "@testing-library/react": "^14.0.0",
    "babel-jest": "^29.7.0",
    "babel-loader": "^8.0.6",
    "chromatic": "^7.2.0",
    "css-loader": "^3.3.0",
    "eslint-plugin-jest": "^27.4.2",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prop-types": "^15.7.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "storybook": "^7.4.5",
    "style-loader": "^1.0.1",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4"
  },
  "bugs": {
    "url": "https://github.com/lucas2005gao/react-webpage-thumbnail/issues"
  },
  "homepage": "https://github.com/lucas2005gao/react-webpage-thumbnail#readme"
}
