UNPKG

@tarojsx/ui

Version:

We reinvents the UI for Taro3+

108 lines (107 loc) 2.45 kB
{ "name": "@tarojsx/ui", "version": "0.31.1", "description": "We reinvents the UI for Taro3+", "keywords": [ "taro", "taro3", "ui", "components", "react", "reactjs", "wx", "weixin", "wechat", "weapp", "wechat-mini-program", "javascript", "typescript" ], "homepage": "https://github.com/tarojsx/ui", "bugs": { "url": "https://github.com/tarojsx/ui/issues" }, "repository": { "type": "git", "url": "git+https://github.com/tarojsx/ui.git" }, "license": "MIT", "author": "colder", "main": "dist/index.js", "source": "src/index.ts", "types": "dist/index.d.ts", "files": [ "dist", "docs", "style", "babel.js" ], "scripts": { "start": "tsc -w --preserveWatchOutput", "prebuild": "del dist/* tsconfig.tsbuildinfo", "build": "tsc", "docs": "typedoc", "prepublishOnly": "npm run build", "release": "np" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -x @commitlint/config-conventional -E HUSKY_GIT_PARAMS" } }, "lint-staged": { "*.{js,json,jsx,ts,tsx,md,html,css,scss}": "prettier --write" }, "browserslist": { "production": [ "last 3 versions", "Android >= 4.1", "ios >= 8" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "prettier": { "printWidth": 120, "singleQuote": true }, "dependencies": { "@tarojsx/history": "^0.32.0", "@tarojsx/hooks": "^0.15.0", "tslib": "^2.2.0" }, "devDependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "@tarojs/components": "^3.2.9", "@tarojs/taro": "^3.2.9", "@types/classnames": "^2.3.1", "@types/lodash": "^4.14.170", "@types/node": "^14.17.0", "@types/react": "^16.14.6", "@types/react-is": "^16.7.2", "del-cli": "^3.0.1", "husky": "^4.3.8", "lint-staged": "^11.0.0", "np": "^7.5.0", "prettier": "^2.3.0", "prettier-plugin-jsdoc": "^0.3.22", "prettier-plugin-packagejson": "^2.2.11", "taro-ui": "^3.0.0-alpha.10", "typedoc": "^0.20.36", "typedoc-plugin-markdown": "^3.8.1", "typescript": "^4.2.4" }, "peerDependencies": { "taro-ui": "*" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "np": {} }