UNPKG

@hjkl6/dumi-theme-antv

Version:

[![NPM version](https://img.shields.io/npm/v/@antv/dumi-theme-antv.svg?style=flat)](https://npmjs.org/package/@antv/dumi-theme-antv) [![NPM downloads](http://img.shields.io/npm/dm/@antv/dumi-theme-antv.svg?style=flat)](https://npmjs.org/package/@antv/dumi

143 lines (142 loc) 3.82 kB
{ "name": "@hjkl6/dumi-theme-antv", "version": "0.5.9", "description": "", "keywords": [ "dumi", "dumi-theme", "dumi-theme-antv" ], "license": "MIT", "types": "dist/types.d.ts", "files": [ "dist" ], "scripts": { "build": "npm run prepare && father build", "dev": "father dev", "fix": "prettier ./src --write", "lint": "npm run lint:es && npm run lint:css", "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"", "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"", "prepare": "father link-dev-theme", "prepublishOnly": "npm run build", "start": "cd example && npm run dev" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "lint-staged": { "*.{md,json}": [ "prettier --write --no-error-on-unmatched-pattern" ], "*.{css,less}": [ "stylelint --fix", "prettier --write" ], "*.{js,jsx}": [ "eslint --fix", "prettier --write" ], "*.{ts,tsx}": [ "eslint --fix", "prettier --parser=typescript --write" ] }, "dependencies": { "@ant-design/icons": "^4.8.3", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", "@babel/standalone": "^7.26.2", "@docsearch/css": "^3.8.0", "@docsearch/react": "^3.8.0", "@monaco-editor/react": "^4.6.0", "@petercatai/assistant": "^2.0.24", "@stackblitz/sdk": "^1.11.0", "antd": "^4.24.16", "classnames": "^2.5.1", "codesandbox": "^2.2.3", "d3-dsv": "^3.0.1", "docsearch.js": "^2.6.3", "front-matter": "^4.0.2", "fs-extra": "^10.1.0", "glob": "^8.1.0", "hast": "^1.0.0", "indent-string": "^5.0.0", "insert-css": "^2.0.0", "leancloud-storage": "^4.15.2", "lodash-es": "^4.17.21", "monaco-editor": "^0.25.2", "nprogress": "^0.2.0", "parse-github-url": "^1.0.3", "prettier": "^2.8.8", "rc-drawer": "^4.4.3", "rc-footer": "^0.6.8", "react": "^18.3.1", "react-dom": "^18.3.1", "react-error-boundary": "^3.1.4", "react-github-button": "^0.1.11", "react-helmet": "^6.1.0", "react-markdown": "^9.0.1", "react-router-dom": "^6.28.0", "react-slick": "^0.29.0", "react-split-pane": "^0.1.92", "react-use": "^17.5.1", "reading-time": "^1.5.0", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "semver": "^7.6.3", "size-sensor": "^1.0.2", "slick-carousel": "^1.8.1", "styled-components": "^6.1.14", "swr": "^2.2.5", "sylvanas": "^0.6.1", "unified": "^10.1.2", "unist-util-visit": "^4.1.2", "uri-parse": "^1.0.0", "valtio": "^1.13.2", "video-react": "^0.16.0" }, "devDependencies": { "@commitlint/cli": "^17.8.1", "@commitlint/config-conventional": "^17.8.1", "@types/antd": "^1.0.4", "@types/classnames": "^2.3.4", "@types/fs-extra": "^9.0.13", "@types/glob": "^8.1.0", "@types/hast": "^2.3.10", "@types/lodash-es": "^4.17.12", "@types/node": "^18.19.64", "@types/nprogress": "^0.2.3", "@types/react": "^18.3.12", "@types/react-router-dom": "^5.3.3", "@types/react-slick": "^0.23.13", "@types/styled-components": "^5.1.34", "@umijs/lint": "^4.3.34", "dumi": "^2.4.13", "eslint": "^8.57.1", "father": "^4.5.1", "father-plugin-dumi-theme": "1.0.0-rc.1", "husky": "^8.0.3", "less": "^4.2.1", "less-loader": "^12.2.0", "lint-staged": "^13.3.0", "prettier-plugin-organize-imports": "^3.2.4", "prettier-plugin-packagejson": "^2.5.3", "stylelint": "^14.16.1" }, "peerDependencies": { "dumi": "^2.0.0", "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "authors": [ "dumi", "antv" ] }