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.

114 lines
3.8 KiB

{
"name": "@blockstack/docs",
"version": "1.0.0",
"dependencies": {
"@blockstack/ui": "^2.10.7",
"@docsearch/react": "^1.0.0-alpha.14",
"@hashicorp/remark-plugins": "^3.0.0",
"@mdx-js/loader": "1.6.13",
"@mdx-js/mdx": "^1.6.13",
"@mdx-js/react": "^1.6.13",
"@mdx-js/runtime": "^1.6.13",
"@next/mdx": "^9.4.4",
"@philpl/buble": "^0.19.7",
4 years ago
"@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.14",
"@types/nprogress": "^0.2.0",
"@types/reach__tooltip": "^0.2.0",
"algoliasearch": "^4.3.1",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-prismjs": "^2.0.1",
"csvtojson": "^2.0.10",
"docsearch.js": "^2.6.3",
"eslint": "^7.4.0",
"fathom-client": "^3.0.0",
"front-matter": "^4.0.2",
"fs-extra": "^9.0.1",
"gatsby-remark-shiki": "^0.1.2",
"github-slugger": "^1.3.0",
"gray-matter": "^4.0.2",
"html-react-parser": "^0.13.0",
"jsx-to-string": "^1.4.0",
"lodash.debounce": "^4.0.8",
"mdi-react": "7.3.0",
"next": "^9.4.5-canary.42",
"next-google-fonts": "^1.1.0",
"next-mdx-enhanced": "^3.0.0",
"next-mdx-remote": "^0.6.0",
"next-optimized-images": "^2.6.1",
"nookies": "^2.3.2",
"nprogress": "^0.2.0",
"preact": "^10.4.4",
"preact-render-to-string": "^5.1.4",
"preact-ssr-prepass": "^1.1.0",
"prettier": "^2.0.5",
"preval.macro": "^5.0.0",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.20.0",
"react-children-utilities": "^2.1.3",
"react-gesture-responder": "^2.1.0",
"react-icons": "^3.9.0",
"react-is": "^16.13.1",
"react-live": "^2.2.2",
"react-simple-code-editor": "^0.11.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-waypoint": "^9.0.3",
"react-window": "^1.8.5",
"remark": "^12.0.1",
"remark-emoji": "2.1.0",
"remark-external-links": "^6.1.0",
"remark-footnotes": "^1.0.0",
"remark-frontmatter": "^2.0.0",
"remark-images": "2.0.0",
"remark-normalize-headings": "^2.0.0",
"remark-slug": "6.0.0",
"remark-squeeze-paragraphs": "^4.0.0",
"remark-unwrap-images": "2.0.0",
"store": "^2.0.12",
"strip-markdown": "^3.1.2",
"swr": "^0.2.3",
"touchable-hook": "^1.3.0",
4 years ago
"turndown": "^6.0.0",
"typescript": "^3.9.7",
"unist-util-is": "^4.0.2",
"unist-util-visit": "^2.0.3",
"use-events": "^1.4.2",
"webpack": "^4.43.0"
},
"devDependencies": {
"@blockstack/eslint-config": "^1.0.5",
"@blockstack/prettier-config": "^0.0.6",
"@next/bundle-analyzer": "^9.4.4",
"babel-plugin-styled-components": "^1.10.7",
"next-transpile-modules": "^3.3.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"rimraf": "^3.0.2",
"styled-components": "^5.0.1",
"tsconfig-paths-webpack-plugin": "^3.2.0"
},
"private": true,
"scripts": {
"build": "yarn clean:build-files && next telemetry disable && NODE_ENV=production next build && next export -o 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",
"dev": "yarn clean:build-files && next dev",
"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"
},
"prettier": "@blockstack/prettier-config"
}