|
- {
- "name": "@windicss/config",
- "version": "1.8.10",
- "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": {
- ".": {
- "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.4",
- "jiti": "^1.16.0",
- "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"
- }
- }
|