@antv/dumi-theme-antv
Version:
AntV website theme based on dumi2.
166 lines (165 loc) • 4.58 kB
JSON
{
"name": "@antv/dumi-theme-antv",
"version": "0.7.9",
"description": "AntV website theme based on dumi2.",
"keywords": [
"dumi",
"dumi-theme",
"dumi-theme-antv"
],
"homepage": "https://github.com/antvis/dumi-theme-antv#readme",
"bugs": {
"url": "https://github.com/antvis/dumi-theme-antv/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/antvis/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/cssinjs": "^1.23.0",
"@ant-design/icons": "^4.8.3",
"@ant-design/pro-components": "^2.8.7",
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
"@babel/standalone": "^7.26.2",
"@docsearch/css": "^3.8.0",
"@docsearch/react": "^3.8.0",
"@emotion/server": "^11.11.0",
"@monaco-editor/react": "^4.6.0",
"@petercatai/assistant": "^2.0.24",
"@stackblitz/sdk": "^1.11.0",
"antd": "^5.24.5",
"antd-style": "^3.7.1",
"babel-loader": "^10.0.0",
"babel-plugin-import": "^1.13.8",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"classnames": "^2.5.1",
"codesandbox": "^2.2.3",
"critters-webpack-plugin": "^3.0.2",
"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",
"lodash.merge": "^4.6.2",
"mini-css-extract-plugin": "^2.9.2",
"moment": "^2.30.1",
"monaco-editor": "^0.25.2",
"nprogress": "^0.2.0",
"p-limit": "^3.1.0",
"parse-github-url": "^1.0.3",
"rc-drawer": "^4.4.3",
"rc-footer": "^0.6.8",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^3.1.4",
"react-github-button": "^0.1.11",
"react-intersection-observer": "^9.16.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",
"xmlbuilder": "^15.1.1"
},
"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",
"css-loader": "^7.1.2",
"dumi": "2.4.18",
"eslint": "^8.57.1",
"father": "^4.5.1",
"father-plugin-dumi-theme": "1.0.0-rc.1",
"husky": "^8.0.3",
"less": "^4.2.2",
"less-loader": "^12.2.0",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.3",
"style-loader": "^4.0.0",
"stylelint": "^14.16.1"
},
"peerDependencies": {
"dumi": "^2.0.0",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"publishConfig": {
"access": "public"
},
"authors": [
"dumi",
"antv"
]
}