{
  "name": "@parataxic/shared-ui",
  "description": "Shared React components for gatsby",
  "version": "0.5.0-alpha.44",
  "main": "dist/index.js",
  "module": "src/index.ts",
  "license": "MIT",
  "keywords": [
    "gatsby",
    "react",
    "components"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org",
    "module": "src/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tony/shared-ui"
  },
  "scripts": {
    "clean": "rimraf dist",
    "rollup": "rollup",
    "build": "yarn clean && rollup -c rollup.config.js --bundleConfigAsCjs",
    "bootstrap": "echo 'NOOP'",
    "postinstall:disabled": "npm run gen:theme-typings",
    "ncu": "ncu",
    "lint": "yarn run lint:source && yarn run lint:format && yarn run lint:styles",
    "lint:source": "eslint . --ignore-path .gitignore --ext .ts,.tsx,.js,.jsx",
    "lint:format": "prettier --check --ignore-path .gitignore '**/*.{ts,tsx,js,jsx,json}'",
    "lint:styles": "stylelint 'src/**/*.css' --allow-empty-input",
    "format": "prettier --write --ignore-path .gitignore '**/*.{ts,tsx,js,jsx,json}' && yarn run format:styles",
    "format:styles": "yarn run lint:styles --fix",
    "version": "npm run build"
  },
  "dependencies": {
    "@mdx-js/react": "<2",
    "css-box-model": "^1.2.1",
    "facepaint": "^1.2.1",
    "gatsby": "^4.24.7",
    "gatsby-plugin-google-gtag": "^4.24.0",
    "gatsby-plugin-image": "^2.24.0",
    "gatsby-plugin-next-seo": "^1.10.0",
    "github-slugger": "^2.0.0",
    "graphql-compose": "^9.0.10",
    "lodash.mergewith": "^4.6.2",
    "path-browserify": "^1.0.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-helmet-async": "^2.0.4",
    "react-responsive-modal": "^6.4.2",
    "typescript": "^5.3",
    "use-breakpoint": "^4.0.1"
  },
  "devDependencies": {
    "@types/facepaint": "^1.2.5",
    "@types/lodash.mergewith": "^4.6.9",
    "@types/mdx-js__react": "^1.5.8",
    "@types/next": "^9.0.0",
    "css-box-model": "^1.2.1"
  },
  "optionalDependencies": {
    "prettier": "^3.1.1"
  },
  "gitHead": "5e822b61c6d8d56b19b38bd1d082e0635e662e0b"
}
