UNPKG

@suyouwanggang/p-ui

Version:

`p-ui`是一套使用原生`Web Components`规范开发的跨框架UI组件库,基于`lit-elment`库开发。 [github项目地址](https://github.com/suyouwanggang/p-ui)

65 lines (64 loc) 1.79 kB
{ "name": "@suyouwanggang/p-ui", "version": "1.0.1", "description": "", "main": "index.ts", "dependencies": { "element-closest-polyfill": "^1.0.0", "lit-element": "^2.2.1", "number-precision": "^1.3.2", "rollup-plugin-commonjs": "^10.1.0" }, "devDependencies": { "@babel/core": "^7.6.2", "@babel/plugin-proposal-class-properties": "^7.2.3", "@babel/plugin-proposal-decorators": "^7.2.3", "@babel/plugin-transform-runtime": "^7.8.3", "rollup-plugin-filesize": "^6.2.1", "@babel/preset-env": "^7.6.2", "@webcomponents/webcomponentsjs": "^2.4.1", "resize-observer-polyfill": "^1.5.1", "rollup": "^1.23.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-minify-html-literals": "^1.2.2", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-resolve": "^4.2.4", "rollup-plugin-terser": "^5.1.2", "rollup-plugin-typescript2": "^0.24.3", "serve": "^10.1.1", "tslint": "^5.12.0", "typedoc": "^0.15.2", "typescript": "^3.7.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c --watch", "copywc": "cp -r node_modules/@webcomponents/webcomponentsjs/bundles build && cp node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js build", "docs": "docsify serve ./docs", "start": "serve ", "tsc": "tsc" }, "author": "suyouwanggang", "keywords": [ "web components", "custom elements", "p-ui", "lit-element", "lit-html", "polymer lit-element", "p-tips", "p-icon", "p-input", "p-botton", "p-checkbox", "p-checkbox-group", "p-radio", "p-radio-group", "p-rate", "p-tab", "p-tab-content", "p-tree", "p-tree-node" ], "license": "ISC" }