|
- {
- "name": "@windicss/plugin-utils",
- "version": "1.8.10",
- "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": {
- ".": {
- "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.2",
- "debug": "^4.3.4",
- "fast-glob": "^3.2.12",
- "magic-string": "^0.27.0",
- "micromatch": "^4.0.5",
- "windicss": "^3.5.6",
- "@windicss/config": "1.8.10"
- },
- "devDependencies": {
- "pug": "^3.0.2"
- },
- "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"
- }
- }
|