UNPKG

@ano-ui/preset

Version:
46 lines 1.01 kB
{ "name": "@ano-ui/preset", "type": "module", "version": "0.9.2", "description": "", "author": "Neil Lee <zguolee@foxmail.com>", "license": "MIT", "homepage": "https://github.com/ano-ui/ano-ui/tree/main/packages/preset#readme", "repository": { "type": "git", "url": "git+https://github.com/ano-ui/ano-ui.git", "directory": "packages/preset" }, "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": [ "dist" ], "dependencies": { "@unocss/preset-mini": "^0.58.0" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub" }, "module": "./dist/index.mjs", "types": "./dist/index.d.ts" }