UNPKG

@gdjiami/jm-mrc-components

Version:

移动端可复用组件库

105 lines (104 loc) 2.92 kB
{ "name": "@gdjiami/jm-mrc-components", "version": "0.1.3", "description": "移动端可复用组件库", "main": "es/index.js", "module": "es/index.js", "typings": "es/index.d.ts", "scripts": { "test": "jest", "prebuild": "rimraf lib es", "postbuild:es6module": "cpx \"components/**/!(example)/*.+(css|jpg|jpeg|gif|png|svg)\" ./es", "build:es6module": "tsc -b tsconfig-build.json", "build": "npm run build:es6module", "lint": "tslint -c tslint.json \"components/**/*.ts?(x)\"", "doc:dev": "docz dev" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "files": [ "es", "README.md", "LICENSE" ], "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "jest": { "testMatch": [ "**/__tests__/**/!(helper)*.ts?(x)" ], "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js", "\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js" } }, "keywords": [ "react", "react-component", "mygzb" ], "author": "jerry", "license": "ISC", "devDependencies": { "@babel/core": "^7.4.0", "@babel/preset-env": "^7.4.2", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.3.3", "@types/classnames": "^2.2.7", "@types/jest": "^24.0.11", "@types/lodash": "^4.14.149", "@types/react": "^16.9.11", "@types/react-dom": "^16.9.4", "@types/react-swipeable-views": "^0.13.0", "@types/styled-components": "^4.1.14", "babel-jest": "^24.5.0", "cpx": "^1.5.0", "css-loader": "^2.1.1", "docz": "^1.0.0-rc.3", "docz-theme-default": "^1.0.0-rc.3", "husky": "^1.3.1", "jest": "^24.5.0", "parcel-bundler": "^1.12.4", "prettier": "^1.19.1", "pretty-quick": "^1.10.0", "react": "^16.12.0", "react-docgen-typescript-loader": "^3.0.1", "react-dom": "^16.12.0", "react-hooks-testing-library": "^0.3.8", "react-testing-library": "^6.0.3", "style-loader": "^0.23.1", "styled-components": "^4.2.0", "tslib": "^1.9.3", "typescript": "^3.7.2" }, "dependencies": { "@gdjiami/hooks": "^0.5.0", "@gdjiami/rmc-picker": "^5.0.6", "antd-mobile": "^2.3.1", "chinese-lunar": "^0.1.4", "classnames": "^2.2.6", "fecha": "^3.0.3", "lodash": "^4.17.15", "react-fast-compare": "^2.0.4", "react-swipeable-views": "^0.13.3", "react-swipeable-views-utils": "^0.13.3" }, "jm": { "proxy": {}, "importPlugin": [], "useBuiltIns": false, "alias": { "react": "preact/compat", "react-dom": "preact/compat" } }, "peerDependencies": { "react": ">=16.8.5", "react-dom": ">=16.8.5" } }