@unocss/inspector
Version:
The inspector UI for UnoCSS
52 lines • 1.26 kB
JSON
{
"name": "@unocss/inspector",
"type": "module",
"version": "66.2.3",
"description": "The inspector UI for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://unocss.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss",
"directory": "packages-integrations/inspector"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"inspector",
"debugger"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"colorette": "^2.0.20",
"gzip-size": "^6.0.0",
"sirv": "^3.0.1",
"vue-flow-layout": "^0.1.1",
"@unocss/core": "66.2.3",
"@unocss/rule-utils": "66.2.3"
},
"scripts": {
"build": "unbuild",
"build-post": "vite build",
"stub": "unbuild --stub",
"dev": "nr stub && vite",
"update-post": "vite build",
"test:attw": "attw --pack --config-path ../../.attw-esm-only.json"
}
}