UNPKG

@omiu/input

Version:

Generally used to input information and submit it to the server.

76 lines 1.88 kB
{ "name": "@omiu/input", "version": "0.0.14", "description": "Generally used to input information and submit it to the server.", "docsExtend": { "cnName": "输入框", "cnDescription": "一般用于输入信息提交给服务器。", "codepen": "yLYMGqa", "codepenHeight": 391, "codepenDefaultTab": "html,result" }, "main": "dist/index.es.js", "exports": { ".": "./dist/index.es.js" }, "types": "dist/index.d.ts", "scripts": { "start": "yarn watch & vite", "dev": "yarn watch & vite", "build": "vite build && yarn build:scss", "build:demo": "vite build", "build:scss": "sass src/index.scss src/index.css", "watch": "sass --watch src/index.scss src/index.css --no-source-map", "pretest": "yarn build", "test": "web-test-runner \"test/*.js\" --node-resolve", "docs": "node ./scripts/docs-gen.js", "test:watch": "web-test-runner \"test/*.test.js\" --node-resolve --watch" }, "repository": { "type": "git", "url": "https://github.com/Tencent/omi.git" }, "files": [ "dist", "types" ], "keywords": [ "omiu", "omi", "omio", "preact", "react", "virtual dom", "vdom", "components", "virtual", "dom" ], "author": "dntzhang <dntzhang@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/Tencent/omi/issues" }, "homepage": "http://omijs.org", "dependencies": { "@omiu/common": "latest", "@omiu/icon": "^0.0.4", "omi": "latest" }, "devDependencies": { "@open-wc/testing": "^2.5.33", "@types/node": "^16.4.7", "@web/test-runner": "^0.13.13", "node-watch": "^0.7.1", "sass": "^1.36.0", "typescript": "^4.3.2", "vite": "^2.4.3", "vite-plugin-dts": "^1.2.1" }, "prettier": { "singleQuote": true, "semi": false, "tabWidth": 2, "useTabs": false } }