UNPKG

yzsd

Version:
129 lines (128 loc) 3.77 kB
{ "name": "yzsd", "version": "0.0.93", "private": false, "description": "a niubi UI component", "keywords": [ "yzsd", "react" ], "homepage": "https://uicomponents.gitee.io/yzs-design", "repository": { "type": "git", "url": "https://gitee.com/uicomponents/yzs-design" }, "license": "MIT", "main": "lib/index.js", "module": "es/index.js", "types": "lib/index.d.ts", "files": [ "dist", "es", "lib" ], "scripts": { "build": "father build && gulp compile", "build:watch": "father dev", "dev": "dumi dev", "docs:build": "dumi build", "doctor": "father doctor", "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": "husky install && dumi setup", "prepublishOnly": "father doctor && npm run build", "start": "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": { "classnames": "^2.3.2", "omit.js": "^1.0.2", "rc-input": "^0.1.4", "rc-util": "^5.22.5", "react-transition-group": "^4.4.5" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-decorators": "^7.4.4", "@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/plugin-proposal-export-namespace-from": "^7.2.0", "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/plugin-transform-member-expression-literals": "^7.2.0", "@babel/plugin-transform-object-assign": "^7.2.0", "@babel/plugin-transform-property-literals": "^7.2.0", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/plugin-transform-spread": "^7.2.2", "@babel/plugin-transform-template-literals": "^7.4.4", "@babel/plugin-transform-typescript": "^7.10.5", "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.0.0", "@babel/runtime": "^7.22.3", "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-transition-group": "^4.4.6", "@umijs/lint": "^4.0.0", "autoprefixer": "^10.0.1", "babel-plugin-import": "^1.13.6", "babel-plugin-inline-import-data-uri": "^1.0.1", "dumi": "^2.2.1", "dumi-theme-antd": "^0.2.5", "eslint": "^8.23.0", "father": "^4.1.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-concat": "^2.6.1", "gulp-less": "^5.0.0", "gulp-strip-code": "^0.1.4", "gulp-typescript": "^5.0.1", "husky": "^8.0.1", "less-plugin-npm-import": "^2.1.0", "lint-staged": "^13.0.3", "merge2": "^1.2.3", "object-assign": "~4.1.1", "postcss": "^8.1.2", "prettier": "^2.7.1", "prettier-plugin-organize-imports": "^3.0.0", "prettier-plugin-packagejson": "^2.2.18", "react": "^18.0.0", "react-dom": "^18.0.0", "rimraf": "^3.0.0", "stylelint": "^14.9.1", "through2": "^3.0.1", "typescript": "^4.0.2" }, "peerDependencies": { "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "publishConfig": { "access": "public" }, "authors": [ "846754836@qq.com" ] }