Files
connect/packages/ui-docs/package.json
GitHub Action 15c1a69a07 chore(release): publish
- @blockstack/app@1.15.2
 - @blockstack/connect@2.12.2
 - @blockstack/keychain@0.12.2
 - @blockstack/rpc-client@0.3.0-alpha.16
 - test-app@1.6.2
 - @blockstack/ui-docs@1.2.8
 - @blockstack/ui@2.12.8
2020-09-10 13:34:19 +00:00

70 lines
2.3 KiB
JSON
Executable File

{
"name": "@blockstack/ui-docs",
"version": "1.2.8",
"dependencies": {
"@blockstack/ui": "^2.12.8",
"@mdx-js/loader": "1.6.6",
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",
"@next/mdx": "^9.4.4",
"@philpl/buble": "^0.19.7",
"@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",
"fathom-client": "^3.0.0",
"mdi-react": "^7.3.0",
"next": "^9.4.4",
"next-google-fonts": "^1.1.0",
"next-mdx-enhanced": "^3.0.0",
"nookies": "^2.3.2",
"nprogress": "^0.2.0",
"preact": "^10.4.4",
"preact-render-to-string": "^5.1.4",
"prettier": "^2.0.5",
"prism-react-renderer": "^1.0.2",
"react-children-utilities": "^2.1.2",
"react-icons": "^3.9.0",
"react-live": "^2.2.2",
"react-simple-code-editor": "^0.11.0",
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.0.1",
"react-waypoint": "^9.0.3",
"remark-emoji": "2.1.0",
"remark-external-links": "^6.1.0",
"remark-images": "2.0.0",
"remark-slug": "6.0.0",
"remark-unwrap-images": "2.0.0",
"store": "^2.0.12",
"typescript": "^3.9.5",
"use-events": "^1.4.1"
},
"devDependencies": {
"@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",
"styled-components": "^5.0.1",
"tsconfig-paths-webpack-plugin": "^3.2.0"
},
"private": true,
"scripts": {
"build": "next telemetry disable && next build && next export -o build",
"build:analyze": "next telemetry disable && ANALYZE=true next build",
"start": "next telemetry disable && NODE_ENV=production next start",
"dev": "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"
},
"resolutions": {
"preact": "^10.4.4"
},
"prettier": "@blockstack/prettier-config"
}