{ "name": "docs-ui", "version": "0.0.0", "private": true, "license": "MIT", "publishConfig": { "access": "public" }, "main": "./dist/cjs/index.js", "types": "./dist/cjs/index.d.ts", "module": "./dist/esm/index.js", "exports": { ".": { "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.js" }, "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" } } }, "sideEffects": false, "files": [ "dist/**" ], "scripts": { "build": "yarn clean && yarn build:js:cjs && yarn build:js:esm", "build:js:cjs": "tsc --project tsconfig.cjs.json && tsc-alias -p tsconfig.cjs.json", "build:js:esm": "tsc --project tsconfig.esm.json && tsc-alias -p tsconfig.esm.json", "clean": "rimraf dist", "dev": "yarn build:js:cjs && yarn build:js:esm", "lint": "eslint src --fix" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@types/react-google-recaptcha": "^2.1.6", "clsx": "^2.0.0", "cpy-cli": "^5.0.0", "eslint": "^8", "eslint-config-docs": "*", "next": "^14.2.14", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.1", "tailwind": "*", "tailwindcss": "^3.3.3", "tsc-alias": "^1.8.7", "tsup": "^5.10.1", "types": "*", "typescript": "^5.1.6" }, "peerDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" }, "dependencies": { "@medusajs/icons": "preview", "@medusajs/ui": "^3.0.0", "@octokit/request": "^8.1.1", "@react-hook/resize-observer": "^1.2.6", "@segment/analytics-next": "^1.55.0", "@uidotdev/usehooks": "^2.4.1", "algoliasearch": "^5.2.1", "framer-motion": "^11.3.21", "mermaid": "^10.9.0", "npm-to-yarn": "^2.1.0", "prism-react-renderer": "2.3.1", "react-google-recaptcha": "^3.1.0", "react-instantsearch": "^7.13.0", "react-markdown": "^8.0.7", "react-medium-image-zoom": "^5.2.10", "react-tooltip": "^5.21.3", "react-transition-group": "^4.4.5", "react-uuid": "^2.0.0", "slugify": "^1.6.6" } }