@winner-fed/plugin-unocss
Version:
适配 WinJS 的 UnoCSS 插件,提供原子化 CSS 的即时按需生成能力。
85 lines • 1.78 kB
JSON
{
"name": "@winner-fed/plugin-unocss",
"keywords": [
"winjs",
"plugin",
"unocss",
"winner-fed",
"winjs-dev",
"rslib",
"rsbuild",
"typescript",
"biome",
"unocss-plugin",
"css",
"utility-first",
"webpack",
"postcss",
"frontend",
"styling"
],
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/winjs-dev/winjs-plugin-unocss.git"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"simple-git-hooks": {
"pre-commit": "npm run lint:write"
},
"dependencies": {
"@unocss/webpack": "^66.4.1",
"@unocss/postcss": "^66.4.1"
},
"devDependencies": {
"@biomejs/biome": "^2.1.1",
"@playwright/test": "^1.53.2",
"@rsbuild/core": "^1.4.2",
"@rslib/core": "^0.10.4",
"@types/node": "^22.15.34",
"@winner-fed/winjs": "*",
"playwright": "^1.53.2",
"simple-git-hooks": "^2.13.0",
"typescript": "^5.8.3"
},
"peerDevDependencies": {
"@winner-fed/winjs": "*"
},
"peerDependencies": {
"@winner-fed/utils": "*"
},
"peerDependenciesMeta": {
"@rsbuild/core": {
"optional": true
},
"@winner-fed/utils": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
"lint": "biome check .",
"lint:write": "biome check . --write",
"test": "playwright test",
"bump": "npx bumpp"
}
}