{
  "name": "@strata-foundation/chat-ui",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "version": "3.11.2",
  "license": "Apache-2.0",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/src/index.js",
  "types": "./lib/types/src/index.d.ts",
  "sideEffects": false,
  "files": [
    "lib"
  ],
  "exports": {
    "import": "./lib/esm/src/index.js",
    "require": "./lib/cjs/index.js",
    "types": "./lib/types/src/index.d.ts"
  },
  "scripts": {
    "build:analyze": "ANALYZE=true yarn build",
    "dev": "NODE_OPTIONS='--inspect' next dev",
    "build": "yarn clean && next build",
    "start": "next start",
    "lint": "next lint",
    "format": "prettier --write \"src/**/*.{ts,tsx}\"",
    "precommit": "npx git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' .",
    "clean": "shx mkdir -p lib && shx rm -rf lib && shx rm -rf .next",
    "package": "npx shx mkdir -p lib/cjs lib/esm",
    "prebuild": "npm run clean && npm run package"
  },
  "dependencies": {
    "@apollo/client": "^3.5.10",
    "@cardinal/namespaces": "^4.1.3",
    "@emoji-mart/data": "^1.0.2",
    "@giphy/js-fetch-api": "^4.2.0",
    "@giphy/react-components": "^5.8.0",
    "@hookform/resolvers": "^2.8.8",
    "@metaplex-foundation/mpl-token-metadata": "^1.2.5",
    "@project-serum/anchor": "^0.24.2",
    "@solana/spl-token": "0.1.8",
    "@solana/wallet-adapter-base": "^0.9.9",
    "@solana/wallet-adapter-exodus": "^0.1.6",
    "@solana/wallet-adapter-glow": "^0.1.6",
    "@solana/wallet-adapter-ledger": "^0.9.14",
    "@solana/wallet-adapter-phantom": "^0.9.9",
    "@solana/wallet-adapter-react": "^0.15.9",
    "@solana/wallet-adapter-react-ui": "^0.9.5",
    "@solana/wallet-adapter-solflare": "^0.6.11",
    "@solana/web3.js": "^1.43.4",
    "@strata-foundation/accelerator": "^3.11.1",
    "@strata-foundation/chat": "^3.11.2",
    "@strata-foundation/react": "^3.11.2",
    "@strata-foundation/spl-token-bonding": "^3.11.2",
    "@strata-foundation/spl-utils": "^3.11.2",
    "@types/emoji-mart": "^3.0.9",
    "@types/sanitize-html": "^2.6.2",
    "@types/showdown": "^2.0.0",
    "bip39": "^3.0.4",
    "bn.js": "^5.2.0",
    "emoji-mart": "^5.1.0",
    "lit-js-sdk": "^1.1.212",
    "localstorage-memory": "^1.0.3",
    "lodash": "^4.17.21",
    "moment": "^2.29.3",
    "next": "^12.2.4",
    "next-seo": "^5.4.0",
    "react-async-hook": "^4.0.0",
    "react-device-detect": "^2.1.2",
    "react-dropzone": "^14.2.2",
    "react-hook-form": "^7.25.1",
    "react-hot-toast": "^2.2.0",
    "react-icons": "^4.3.1",
    "react-responsive-carousel": "^3.2.23",
    "sanitize-html": "^2.7.0",
    "showdown": "^2.1.0",
    "stylis": "^4.1.1",
    "yarn": "^1.22.18",
    "yup": "^0.32.11"
  },
  "peerDependencies": {
    "@chakra-ui/react": "^1 || ^2",
    "@emotion/react": "^11.6.0",
    "@emotion/styled": "^11.6.0",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@rollup/plugin-typescript": "^8.3.4",
    "react": "^16.8 || ^17 || ^18",
    "react-dom": "^16.8 || ^17 || ^18",
    "rollup": "^2.77.2",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2"
  },
  "devDependencies": {
    "@chakra-ui/react": "^1.8.1",
    "@emotion/react": "^11.6.0",
    "@emotion/styled": "^11.6.0",
    "@next/bundle-analyzer": "^12.2.3",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@rollup/plugin-typescript": "^8.3.4",
    "@types/escape-html": "^1.0.2",
    "@types/gtag.js": "^0.0.10",
    "@types/node": "17.0.8",
    "@types/prismjs": "^1.26.0",
    "@types/react": "^18.0.16",
    "@types/react-scroll-to-bottom": "^4.2.0",
    "@types/rollup-plugin-auto-external": "^2.0.2",
    "eslint": "^8.6.0",
    "eslint-config-next": "^12.0.7",
    "next-compose-plugins": "^2.2.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup": "^2.77.2",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "shx": "^0.3.3",
    "tslib": "^2.4.0",
    "typescript": "~4.4.4",
    "webpack-bundle-analyzer": "^4.5.0"
  },
  "gitHead": "ff670e6a6211209648c56dd69e5f5dfbda631b42"
}
