UNPKG

ano-ui

Version:

<p align="center"> <img src="https://github.com/ano-ui/ano-ui/raw/main/public/logo.svg" style="width:100px;" /> <h1 align="center">Ano-UI (WIP)</h1> <p align="center">An UniApp UI components with UnoCSS.</p> </p> <p align="center"> <a href="https://www.np

49 lines 997 B
{ "name": "ano-ui", "type": "module", "version": "0.9.2", "description": "", "author": "Neil Lee <zguolee@foxmail.com>", "license": "MIT", "homepage": "https://github.com/ano-ui/ano-ui#readme", "repository": { "type": "git", "url": "git+https://github.com/ano-ui/ano-ui.git" }, "bugs": "https://github.com/ano-ui/ano-ui/issues", "keywords": [ "unocss", "uni-app", "atomic-css", "atomic-css-engine", "css", "tailwind", "windicss" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./*": "./*" }, "main": "./dist/index.cjs", "files": [ "components", "dist" ], "peerDependencies": { "vue": "^3.2.0" }, "dependencies": { "@ano-ui/preset": "0.9.2" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub" }, "module": "./dist/index.mjs", "types": "./dist/index.d.ts" }