{ "name": "@blockstack/docs", "version": "1.0.0", "dependencies": { "@blockstack/ui": "2.12.2-beta.0", "@docsearch/css": "^1.0.0-alpha.27", "@docsearch/react": "^1.0.0-alpha.27", "@hashicorp/remark-plugins": "^3.0.0", "@mdx-js/loader": "1.6.16", "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", "@next/mdx": "^9.5.2", "@reach/accordion": "^0.10.5", "@reach/tooltip": "^0.10.5", "@styled-system/theme-get": "^5.1.2", "@types/mdx-js__react": "^1.5.2", "@types/node": "^14.0.27", "@types/nprogress": "^0.2.0", "@types/reach__tooltip": "^0.2.0", "algoliasearch": "^4.4.0", "babel-plugin-macros": "^2.8.0", "cache-manager": "^3.3.0", "cache-manager-fs-hash": "^0.0.9", "capsize": "^1.1.0", "csstype": "^3.0.2", "csvtojson": "^2.0.10", "docsearch.js": "^2.6.3", "fathom-client": "^3.0.0", "front-matter": "^4.0.2", "fs-extra": "^9.0.1", "github-slugger": "^1.3.0", "gray-matter": "^4.0.2", "hast-util-to-string": "^1.0.4", "html-react-parser": "^0.13.0", "image-size": "^0.8.3", "lodash.debounce": "^4.0.8", "mdi-react": "7.3.0", "micro-memoize": "^4.0.9", "next": "^9.5.2", "next-fonts": "^1.4.0", "next-mdx-remote": "^0.6.0", "nprogress": "^0.2.0", "p-all": "^3.0.0", "preact": "^10.4.7", "preact-render-to-string": "^5.1.4", "preact-ssr-prepass": "^1.1.1", "prettier": "^2.0.5", "preval.macro": "^5.0.0", "react-gesture-responder": "^2.1.0", "react-intersection-observer": "^8.26.2", "react-spring": "^8.0.27", "remark": "^12.0.1", "remark-custom-blocks": "^2.5.0", "remark-emoji": "2.1.0", "remark-external-links": "^6.1.0", "remark-footnotes": "^1.0.0", "remark-frontmatter": "^2.0.0", "remark-heading-id": "^1.0.0", "remark-images": "2.0.0", "remark-normalize-headings": "^2.0.0", "remark-parse": "^8.0.3", "remark-sectionize": "^1.1.1", "remark-slug": "6.0.0", "remark-squeeze-paragraphs": "^4.0.0", "remark-unwrap-images": "2.0.0", "remark-vscode": "^1.0.0-beta.2", "strip-markdown": "^3.1.2", "swr": "^0.3.0", "turndown": "^6.0.0", "typescript": "^3.9.7", "unified-vscode": "^1.0.0-beta.2", "unist-builder": "^2.0.3", "unist-util-is": "^4.0.2", "unist-util-select": "^3.0.1", "unist-util-visit": "^2.0.3", "use-events": "^1.4.2", "use-is-in-viewport": "^1.0.9", "yaml-loader": "^0.6.0" }, "devDependencies": { "@babel/preset-react": "^7.10.4", "@blockstack/eslint-config": "^1.0.5", "@blockstack/prettier-config": "^0.0.6", "@next/bundle-analyzer": "^9.5.2", "babel-plugin-styled-components": "^1.11.0", "eslint": "^7.6.0", "husky": "^4.2.5", "next-transpile-modules": "^4.0.2", "react": "^16.13.0", "react-dom": "^16.13.0", "rimraf": "^3.0.2", "styled-components": "^5.0.1", "tsconfig-paths-webpack-plugin": "^3.3.0" }, "private": true, "scripts": { "build": "yarn clean:build-files && next telemetry disable && NODE_ENV=production next build", "build:analyze": "yarn clean:build-files && next telemetry disable && NODE_ENV=production ANALYZE=true next build", "start": "next telemetry disable && NODE_ENV=production next start", "clean:build-files": "rimraf .next && rimraf .cache", "dev": "yarn clean:build-files && next dev", "build:cli-reference": "blockstack-cli docs > src/_data/cli-reference.json", "export": "next export", "lint": "yarn lint:eslint && yarn lint:prettier", "lint:eslint": "eslint \"src/**/*.{ts,tsx}\" -f unix", "lint:fix": "eslint \"src/**/*.{ts,tsx}\" -f unix --fix", "lint:prettier": "prettier --check \"src/**/*.{ts,tsx,md,mdx}\" *.js", "lint:prettier:fix": "prettier --write \"src/**/*.{ts,tsx,md,mdx}\" *.js", "typecheck": "tsc --noEmit", "typecheck:watch": "npm run typecheck -- --watch" }, "resolutions": { "preact": "^10.4.4", "@blockstack/ui": "2.12.2-beta.0", "eslint": "^7.4.0" }, "husky": { "hooks": { "pre-commit": "yarn lint:prettier" } }, "prettier": "@blockstack/prettier-config" }