UNPKG

@m-materials/com-list

Version:

带远程加载功能的下拉列表

64 lines (63 loc) 1.48 kB
{ "name": "@m-materials/com-list", "version": "1.0.1", "description": "带远程加载功能的下拉列表", "files": [ "demo/", "lib/", "es/", "build/" ], "main": "lib/index.js", "module": "es/index.js", "sideEffects": [ "dist/*", "*.scss", "*.less", "*.css" ], "scripts": { "start": "build-scripts start", "build": "build-scripts build", "test": "build-scripts test", "prepublishOnly": "npm run build", "eslint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./", "eslint:fix": "npm run eslint -- --fix", "stylelint": "stylelint \"**/*.{css,scss,less}\"", "lint": "npm run eslint && npm run stylelint" }, "keywords": [ "ice", "react", "component" ], "dependencies": { "antd": "^4.18.1", "classnames": "^2.3.1", "prop-types": "^15.5.8", "react-custom-scrollbars": "^4.2.1" }, "devDependencies": { "@iceworks/spec": "^1.0.0", "build-plugin-antd": "^0.1.4", "build-plugin-component": "^1.0.0", "build-scripts": "^1.1.1", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "eslint": "^7.0.0", "stylelint": "^13.7.2" }, "peerDependencies": { "react": "^16 || ^17" }, "componentConfig": { "name": "ComList", "title": "ComList", "category": "Form" }, "publishConfig": { "access": "public" }, "license": "MIT", "homepage": "https://unpkg.com/@m-materials/com-list@1.0.1/build/index.html" }