{ "name": "@mysten/sdk-docs", "version": "1.0.9", "private": true, "description": "Docs for @mysten npm packages", "main": "index.js", "scripts": { "dev": "next dev", "#build": "next cache causes issues in vercel: https://github.com/orgs/vercel/discussions/2079", "build": "next build && rm -rf .next/cache", "start": "next start", "prettier:check": "prettier -c --ignore-unknown .", "prettier:fix": "prettier -w --ignore-unknown .", "eslint:check": "eslint --max-warnings=0 .", "eslint:fix": "pnpm run eslint:check --fix", "lint": "pnpm run eslint:check && pnpm run prettier:check", "lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix" }, "publishConfig": { "access": "restricted" }, "keywords": [], "author": "Mysten Labs ", "license": "Apache-2.0", "dependencies": { "@mysten/dapp-kit": "workspace:*", "@mysten/sui.js": "workspace:*", "@tanstack/react-query": "^5.0.0", "@types/node": "^20.4.2", "next": "^13.4.15", "nextra": "^2.11.0", "nextra-theme-docs": "^2.11.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.15" } }