UNPKG

@windicss/plugin-utils

Version:

Common utils for building integrations of Windi CSS

48 lines 1.31 kB
{ "name": "@windicss/plugin-utils", "version": "1.9.4", "description": "Common utils for building integrations of Windi CSS", "author": "antfu <anthonyfu117@hotmail.com>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/antfu/vite-plugin-windicss", "repository": { "type": "git", "url": "https://github.com/antfu/vite-plugin-windicss" }, "bugs": "https://github.com/antfu/vite-plugin-windicss/issues", "keywords": [ "windicss", "tailwindcss" ], "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" }, "./*": "./*" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@antfu/utils": "^0.7.10", "debug": "^4.3.7", "fast-glob": "^3.3.2", "magic-string": "^0.30.14", "micromatch": "^4.0.8", "windicss": "^3.5.6", "@windicss/config": "1.9.4" }, "devDependencies": { "pug": "^3.0.3" }, "scripts": { "build": "tsup src/index.ts --dts --format cjs,esm --no-splitting --external sucrase/register/ts,pug,windicss/utils/style,windicss/utils/parser,windicss/utils", "dev": "npm run build -- --watch" } }