You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

143 lines
4.8 KiB

{
"name": "@blockstack/docs",
"version": "1.0.0",
"dependencies": {
"@docsearch/css": "^1.0.0-alpha.27",
"@docsearch/react": "^1.0.0-alpha.27",
"@emotion/babel-plugin": "^11.0.0-next.15",
"@emotion/babel-preset-css-prop": "^11.0.0-next.10",
"@emotion/cache": "^11.0.0-next.15",
"@emotion/core": "^11.0.0-next.10",
"@emotion/css": "^11.0.0-next.15",
"@emotion/react": "^11.0.0-next.15",
"@emotion/server": "^11.0.0-next.15",
"@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.11.0",
"@reach/tooltip": "^0.11.0",
"@stacks/ui": "^3.0.0-alpha.12",
"@stacks/ui-core": "^1.0.0-beta.6",
"@styled-system/theme-get": "^5.1.2",
"@types/mdx-js__react": "^1.5.2",
"@types/node": "^14.6.2",
"@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.3",
"csvtojson": "^2.0.10",
"docsearch.js": "^2.6.3",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"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",
"modern-normalize": "^1.0.0",
"next": "^9.5.2",
"next-fonts": "^1.4.0",
"next-mdx-remote": "^1.0.0",
"nprogress": "^0.2.0",
"p-all": "^3.0.0",
"preact": "^10.4.8",
"preact-render-to-string": "^5.1.4",
"preact-ssr-prepass": "^1.1.1",
"prettier": "^2.1.1",
"preval.macro": "^5.0.0",
"react-gesture-responder": "^2.1.0",
"react-intersection-observer": "^8.27.1",
"react-spring": "^8.0.27",
"remark": "^12.0.1",
"remark-custom-blocks": "^2.5.0",
"remark-emoji": "2.1.0",
"remark-external-links": "^7.0.0",
"remark-footnotes": "^2.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",
"stylis": "^4.0.2",
"swr": "^0.3.1",
4 years ago
"turndown": "^6.0.0",
"typescript": "^4.0.2",
"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",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"babel-plugin-styled-components": "^1.11.0",
"eslint": "^7.8.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
4 years ago
"husky": "^4.2.5",
"next-transpile-modules": "^4.1.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"rimraf": "^3.0.2",
"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",
"eslint": "^7.4.0",
"@emotion/cache": "^11.0.0-next.15",
"@emotion/core": "^11.0.0-next.10",
"@emotion/css": "^11.0.0-next.15",
"@emotion/react": "^11.0.0-next.15",
"@emotion/server": "^11.0.0-next.15"
},
4 years ago
"husky": {
"hooks": {
"pre-commit": "yarn lint:prettier"
}
},
"prettier": "@blockstack/prettier-config"
}