54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "@wxt-dev/unocss",
|
|
"description": "UnoCSS integration for WXT",
|
|
"version": "1.0.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wxt-dev/wxt.git",
|
|
"directory": "packages/unocss"
|
|
},
|
|
"homepage": "http://wxt.dev/guide/unocss.html",
|
|
"keywords": [
|
|
"wxt",
|
|
"module",
|
|
"unocss",
|
|
"css"
|
|
],
|
|
"author": {
|
|
"name": "Florian Metz",
|
|
"email": "me@timeraa.dev"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "buildc -- tsdown",
|
|
"check": "buildc --deps-only -- check"
|
|
},
|
|
"peerDependencies": {
|
|
"unocss": ">=0.60.0",
|
|
"wxt": ">=0.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"oxlint": "^1.43.0",
|
|
"publint": "^0.3.17",
|
|
"typescript": "^5.9.3",
|
|
"unocss": "^0.64.0 || ^0.65.0 || ^65.0.0 || ^66.0.0",
|
|
"wxt": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"defu": "^6.1.4",
|
|
"tinyglobby": "^0.2.13"
|
|
}
|
|
}
|