{
  "name": "@contentmunch/muncher-ui",
  "version": "5.1.4",
  "description": "Muncher UI components",
  "author": "asikpradhan",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/contentmunch/muncher-ui.git"
  },
  "scripts": {
    "start": "npm run storybook",
    "prebuild": "rimraf lib",
    "build": "npm run build:types && npm run build:js ",
    "clean:tsx": "rimraf lib/*.tsx lib/**/*.tsx lib/**/**/*.tsx lib/**/**/**/*.tsx",
    "clean:stories": "rimraf  lib/*.stories.* lib/**/*.stories.* lib/**/**/*.stories.* lib/**/**/**/*.stories.*",
    "clean:tests": "rimraf lib/*.test.* lib/**/*.test.* lib/setupTests.* lib/__snapshots__/",
    "clean:reactfiles": "rimraf lib/react-app-env.d.ts",
    "postbuild": "npm run clean:tsx && npm run clean:reactfiles && npm run clean:stories && npm run clean:tests",
    "build:types": "cp tsconfig-tsc.json tsconfig.json && tsc --emitDeclarationOnly",
    "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
    "postbuild:js": "rsync -avz --exclude='*.ts' src/ lib/",
    "prepublishOnly": "npm run build",
    "pretest": "cp tsconfig-test.json tsconfig.json",
    "test": "react-scripts test -u",
    "deploy": "npm run build-storybook",
    "postdeploy": "cp public/CNAME docs/CNAME",
    "storybook": "storybook dev -p 6008",
    "build-storybook": "storybook build -o docs"
  },
  "devDependencies": {
    "@babel/cli": "^7.22.15",
    "@babel/core": "^7.22.20",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/preset-env": "^7.22.20",
    "@babel/preset-react": "^7.22.15",
    "@babel/preset-typescript": "^7.22.15",
    "@storybook/addon-a11y": "^7.6.10",
    "@storybook/addon-essentials": "^7.6.10",
    "@storybook/addon-interactions": "^7.6.10",
    "@storybook/addon-links": "^7.6.10",
    "@storybook/addon-mdx-gfm": "^7.6.10",
    "@storybook/addon-storyshots": "^7.6.10",
    "@storybook/blocks": "^7.6.10",
    "@storybook/preset-create-react-app": "^7.6.10",
    "@storybook/react": "^7.6.10",
    "@storybook/react-webpack5": "^7.6.10",
    "@storybook/testing-library": "^0.2.1",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.52",
    "@types/react": "^18.2.21",
    "@types/react-dom": "^18.2.7",
    "babel-plugin-named-exports-order": "^0.0.2",
    "eslint-plugin-storybook": "^0.6.13",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "react-test-renderer": "^18.2.0",
    "rimraf": "^5.0.1",
    "sass": "^1.72.0",
    "storybook": "^7.6.10",
    "typescript": "^4.9.5",
    "web-vitals": "^2.1.4",
    "webpack": "^5.88.2"
  },
  "dependencies": {
    "moment": "^2.29.4",
    "normalize.css": "^8.0.1"
  },
  "bugs": {
    "url": "https://github.com/contentmunch/muncher-ui/issues"
  },
  "homepage": "https://muncher-ui.contentmunch.com",
  "directories": {
    "doc": "docs",
    "lib": "lib"
  },
  "keywords": [
    "html5",
    "reactjs",
    "ui",
    "component driven"
  ],
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest",
      "plugin:storybook/recommended"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
