UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

163 lines 4.97 kB
{ "name": "antd-mini", "version": "3.2.2", "description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。", "miniprogram": "compiled/wechat/src", "scripts": { "dev": "tsx ./scripts/dev.ts", "build:axml": "tsx ./scripts/compile-axml.ts", "transform": "tsx ./scripts/transform.ts", "generate": "tsx ./scripts/generate.ts", "dev:doc": "rimraf node_modules/.cache && node ./scripts/dev-doc.js", "build": "rimraf node_modules/.cache && npm run build:axml && node ./scripts/build.js", "deploy:docs": "npm run build && echo 'mini.ant.design' > ./docs-dist/CNAME && gh-pages -d docs-dist", "changelog": "auto-changelog -p --ignore-commit-pattern \"chore\\(release\\)\"", "prepublishOnly": "npm run build", "pub": "node scripts/publish.js", "test": "vitest run", "check-compiled": "tsx ./scripts/check-compiled.ts", "cov": "vitest run --coverage && tsx ./scripts/patch-coverage.ts" }, "gitHooks": { "pre-commit": "lint-staged", "commit-msg": "node scripts/verifyCommitMsg.js" }, "lint-staged": { "*.ts": [ "eslint --ext .ts" ], "*.js": [ "eslint --ext .js" ] }, "dependencies": { "@mini-types/alipay": "^3.0.5", "@preact/signals-core": "^1.7.0", "async-validator": "^4.0.7", "dayjs": "1.11.7", "fast-deep-equal": "3.1.3", "lodash.filter": "^4.6.0", "lodash.get": "^4.4.2", "lodash.isfunction": "^3.0.9", "lodash.kebabcase": "^4.1.1", "lodash.reduce": "^4.6.0", "pinyin-firstletter": "^1.0.2", "tslib": "2.5.0" }, "overrides": { "get-func-name": "2.0.0" }, "devDependencies": { "@alipay/axml-transverter": "^1.0.1", "@ant-design/cssinjs": "1.20.0", "@ant-design/icons": "^5.3.6", "@babel/code-frame": "^7.22.13", "@babel/core": "^7.22.20", "@babel/generator": "^7.22.15", "@babel/parser": "^7.22.16", "@babel/preset-env": "^7.22.20", "@babel/preset-typescript": "^7.22.15", "@babel/runtime": "7.22.3", "@ctrl/tinycolor": "3.6.0", "@diamondyuan/gulp-ifdef": "^0.3.0", "@emotion/babel-preset-css-prop": "11.10.0", "@emotion/css": "11.11.2", "@emotion/react": "11.11.0", "@emotion/server": "11.11.0", "@galacean/effects": "^2.2.2", "@swc/types": "0.1.12", "@types/gulp": "^4.0.13", "@types/less": "^3.0.3", "@types/node": "20.14.2", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/through2": "^2.0.39", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", "@vitest/coverage-istanbul": "^1.5.0", "antd": "~5.17.0", "antd-token-previewer": "2.0.0-alpha.6", "atropos": "^2.0.2", "auto-changelog": "^2.4.0", "chalk": "^4.1.0", "classnames": "2.3.2", "clone-deep": "^4.0.1", "conventional-changelog-cli": "^2.1.1", "copy-to-clipboard": "^3.3.3", "deepmerge-ts": "^7.0.3", "dumi": "^2.3.0", "esbuild": "^0.19.2", "eslint": "^8.4.1", "eslint-config-ali": "^13.0.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.3", "extract-changelog-release": "^1.0.2", "framer-motion": "^12.0.1", "gh-pages": "^3.0.0", "glob": "^9.0.1", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-changed": "^4.0.3", "gulp-clean-css": "^4.0.0", "gulp-debug": "^4.0.0", "gulp-ifdef": "^0.2.0", "gulp-inject-envs": "^1.0.0", "gulp-less": "^5.0.0", "gulp-rename": "^1.2.3", "gulp-typescript": "^6.0.0-alpha.1", "gulp-watch": "^5.0.1", "inquirer": "^8.2.1", "istanbul-lib-coverage": "^3.2.0", "less": "^4.1.2", "lint-staged": "^10.0.7", "lodash.clonedeep": "4.5.0", "lodash.set": "^4.3.2", "lodash.throttle": "^4.1.1", "merge2": "^1.4.1", "minidev": "^1.0.7", "postcss-less": "^6.0.0", "pre-commit": "^1.2.2", "prettier": "^2.2.1", "prism-react-renderer": "^1.3.5", "rc-drawer": "6.2.0", "rc-footer": "0.6.8", "rc-util": "5.41.0", "react": "^18.0.0", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.0.0", "react-intersection-observer": "^9.13.1", "resize-observer-polyfill": "^1.5.1", "rimraf": "^6.0.1", "shallowequal": "^1.1.0", "stylelint": "^14.1.0", "stylelint-config-standard": "^24.0.0", "tsx": "^4.6.2", "typescript": "^4.0.0", "vitest": "^1.5.0", "yorkie": "^2.0.0" }, "files": [ "es", "less", "compiled/wechat/src", "native" ], "repository": { "type": "git", "url": "git+https://github.com/ant-design/ant-design-mini.git", "branch": "master", "platform": "github" }, "bugs": { "url": "https://github.com/ant-design/ant-design-mini/issues" }, "keywords": [ "ant-mini", "mini-program", "mini-ali-ui", "mini-antui", "alipay" ], "license": "MIT", "homepage": "https://github.com/ant-design/ant-design-mini" }