UNPKG

@easyx.ai/dumi-theme-easyxai

Version:

@easyx.ai/dumi-theme-easyxai 是为 dumi2 打造的一款文档站主题包,提供了更加美观、易用的研发与阅读体验

126 lines (125 loc) 3.6 kB
{ "name": "@easyx.ai/dumi-theme-easyxai", "version": "0.0.2", "description": "@easyx.ai/dumi-theme-easyxai 是为 dumi2 打造的一款文档站主题包,提供了更加美观、易用的研发与阅读体验", "keywords": [ "npm", "template" ], "homepage": "https://cnb.cool/easyxai/dumi-theme", "bugs": { "url": "https://cnb.cool/easyxai/dumi-theme/issues/new" }, "repository": { "type": "git", "url": "https://cnb.cool/easyxai/dumi-theme.git" }, "license": "MIT", "author": "Vincent-X", "sideEffects": [ "**/*.less" ], "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "father build", "build:docs": "cross-env APP_ROOT=example dumi build", "build:watch": "father dev", "clean": "rm -rf es lib dist coverage .dumi/tmp .eslintcache", "dev": "cross-env APP_ROOT=example dumi dev", "doctor": "father doctor", "lint": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"", "prepare": "father link-dev-theme && APP_ROOT=example dumi setup", "prepublishOnly": "father doctor && npm run build", "prettier": "prettier -c --write \"**/**\"", "preview": "cross-env APP_ROOT=example dumi preview", "start": "npm run dev", "type-check": "tsc -p tsconfig-check.json" }, "lint-staged": { "*.{md,json}": [ "prettier --write --no-error-on-unmatched-pattern" ], "*.{js,jsx}": [ "eslint --fix", "prettier --write" ], "*.{ts,tsx}": [ "eslint --fix", "prettier --parser=typescript --write" ] }, "dependencies": { "@ant-design/cssinjs": "^1.23.0", "@ant-design/icons": "^5.5.2", "@babel/runtime": "^7", "@floating-ui/react": "^0.24", "@tailwindcss/postcss": "^4.0.3", "ahooks": "^3", "antd": "^5.23.1", "antd-style": "^3", "chalk": "^4", "chroma-js": "^2", "copy-to-clipboard": "^3", "fast-deep-equal": "^3", "lodash": "^4", "polished": "^4", "postcss": "^8.5.1", "rc-footer": "^0.6", "react-layout-kit": "^1", "react-syntax-highlighter": "^15", "sass": "^1.83.4", "shiki-es": "^0.2", "swr": "^2.2.5", "tailwindcss": "^4.0.3", "use-merge-value": "^1", "zustand": "^4.4.1", "zustand-utils": "^1" }, "devDependencies": { "@babel/core": "^7.26.0", "@emotion/react": "^11", "@ianvs/prettier-plugin-sort-imports": "^4.4.1", "@standard-configs/prettier-plugin-babel": "^1.0.5", "@trivago/prettier-plugin-sort-imports": "^5.0.0", "@types/chroma-js": "^2", "@types/lodash": "^4", "@types/react": "^18", "@types/react-dom": "^18", "@types/react-syntax-highlighter": "^15", "@umijs/lint": "^4", "ahooks": "^3", "babel-plugin-antd-style": "^1.0.4", "concurrently": "^7", "cross-env": "^7", "dumi": "^2.4.17", "dumi-assets-types": "^1", "eslint": "^8", "eslint-import-resolver-alias": "^1", "eslint-import-resolver-typescript": "^2", "father": "^4.5.2", "father-plugin-dumi-theme": "1.0.0-rc.1", "history": "^5", "lint-staged": "^13", "prettier": "^3.4.2", "prettier-plugin-organize-imports": "^3", "prettier-plugin-packagejson": "^2", "prettier-plugin-tailwindcss": "^0.6.9", "stylelint": "^16.13.1", "typescript": "^5.7.3" }, "peerDependencies": { "antd": "^5.23.0", "dumi": "^2.4.17", "react": ">=19.0.0", "react-dom": ">=19.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }