{
  "name": "@strata-foundation/marketplace-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",
    "watch": "npx rollup --config --watch",
    "build-lib": "npx rollup --config",
    "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 && npx 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",
    "@chakra-ui/icons": "^1.1.7",
    "@chakra-ui/system": "^2.2.4",
    "@civic/solana-gateway-react": "^0.4.14-beta.1",
    "@hookform/resolvers": "^2.8.8",
    "@metaplex-foundation/mpl-token-metadata": "^1.2.5",
    "@project-serum/anchor": "^0.24.2",
    "@sevenoutman/use-debounced-memo": "^1.0.0",
    "@solana/spl-governance": "^0.0.26",
    "@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.4",
    "@solana/wallet-adapter-react-ui": "^0.9.5",
    "@solana/wallet-adapter-solflare": "^0.6.11",
    "@solana/web3.js": "^1.43.4",
    "@strata-foundation/fungible-entangler": "^3.11.2",
    "@strata-foundation/marketplace-sdk": "^3.11.2",
    "@strata-foundation/react": "^3.11.2",
    "@strata-foundation/spl-token-bonding": "^3.11.2",
    "@strata-foundation/spl-token-collective": "^3.11.2",
    "@strata-foundation/spl-utils": "^3.11.2",
    "@types/auth0-js": "^9.14.5",
    "@types/cors": "^2.8.12",
    "anchor-17": "npm:@project-serum/anchor@0.17.0",
    "auth0-js": "^9.19.0",
    "axios": "^0.26.1",
    "bn.js": "^5.2.0",
    "cors": "^2.8.5",
    "fuse.js": "^6.5.3",
    "graphql": "^16.4.0",
    "js-base64": "^3.7.2",
    "moment": "^2.29.1",
    "next": "12.2.4",
    "next-seo": "^5.2.0",
    "react-async-hook": "^4.0.0",
    "react-circular-progressbar": "^2.0.4",
    "react-countdown": "^2.3.2",
    "react-device-detect": "^2.1.2",
    "react-hook-form": "^7.25.1",
    "react-hot-toast": "^2.2.0",
    "react-icons": "^4.3.1",
    "recharts": "2.1.9",
    "yup": "^0.32.11"
  },
  "peerDependencies": {
    "@chakra-ui/react": "^1 || ^2",
    "@emotion/react": "^11.6.0",
    "@emotion/styled": "^11.6.0",
    "react": "^16.8 || ^17 || ^18",
    "react-dom": "^16.8 || ^17 || ^18"
  },
  "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/node": "17.0.8",
    "@types/react": "^18.0.16",
    "@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",
    "typescript": "~4.4.4"
  },
  "gitHead": "ff670e6a6211209648c56dd69e5f5dfbda631b42"
}
