UNPKG

mobile-more

Version:

基于 antd-mobile v5 扩展移动端 UI 组件

118 lines (117 loc) 3.23 kB
{ "name": "mobile-more", "description": "基于 antd-mobile v5 扩展移动端 UI 组件", "keywords": [ "antd-mobile", "mobile-more", "mobile", "ui", "react" ], "version": "0.19.4", "scripts": { "start": "dumi dev", "start2": "cross-env NODE_OPTIONS=--openssl-legacy-provider dumi dev", "build:docs": "npm run build && dumi build", "build": "father-build", "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"", "prepublishOnly": "npm run build", "commit": "cz", "lint": "npm run lint:js && npm run lint:style", "lint:js": "eslint --ext .js,.jsx,.ts,.tsx src", "lint-fix:js": "npm run lint:js -- --fix", "lint:style": "stylelint src/**/*.less", "lint-fix:style": "npm run lint:stylelint -- --fix", "tsc": "tsc --noEmit", "prepare": "husky && dumi setup" }, "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", "files": [ "es", "lib" ], "sideEffects": [ "**/*.css", "**/*.less" ], "config": { "commitizen": { "path": "@commitlint/cz-commitlint" } }, "lint-staged": { "*.{js,jsx,less,md,json}": [ "prettier --write" ], "*.ts?(x)": [ "prettier --parser=typescript --write" ] }, "author": "caijf <369756941@qq.com>", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.0", "classnames": "^2.5.1", "countdown-pro": "^2.2.1", "dayjs": "^1.11.13", "doly-icons": "^1.6.0", "rc-hooks": "^3.0.22", "rc-util": "^5.44.4", "tinycolor2": "^1.6.0", "ut2": "^1.19.0", "util-helpers": "^5.7.2" }, "devDependencies": { "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "@commitlint/cz-commitlint": "^19.8.0", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", "@types/tinycolor2": "^1.4.6", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@umijs/fabric": "^3.0.0", "@umijs/types": "^3.5.43", "antd-mobile": "^5.39.0", "cache2": "^3.1.2", "commitizen": "^4.3.1", "create-puzzle": "^3.0.3", "cross-env": "^7.0.3", "dumi": "^2.4.20", "eslint": "^8.57.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.2", "father-build": "^1.22.5", "husky": "^9.1.7", "inquirer": "^9.3.7", "lcn": "^6.1.1", "lint-staged": "^15.5.1", "micromark": "^4.0.2", "mockjs-extend": "^1.4.4", "octokit": "^4.1.3", "prettier": "^3.5.3", "prettier-plugin-two-style-order": "^1.0.1", "rc-slider-captcha": "^1.7.2", "react": "^18.3.1", "react-dom": "^18.3.1", "stylelint": "^16.18.0", "stylelint-config-css-modules": "^4.4.0", "stylelint-config-standard": "^37.0.0", "stylelint-declaration-block-no-ignored-properties": "^2.8.0", "stylelint-no-unsupported-browser-features": "^8.0.4", "typescript": "^5.8.3" }, "peerDependencies": { "antd-mobile": "^5.39.0", "react": ">=16.12.0", "react-dom": ">=16.12.0" }, "resolutions": { "@jridgewell/gen-mapping": "0.3.5" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }