UNPKG

@windicss/config

Version:
41 lines 1.11 kB
{ "name": "@windicss/config", "version": "1.9.4", "description": "Windi CSS configurations loader", "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": { "debug": "^4.3.7", "jiti": "^1.21.6", "windicss": "^3.5.6" }, "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" } }