mirror of
https://github.com/catppuccin/web-file-explorer-icons.git
synced 2026-01-09 05:50:49 +08:00
39 lines
934 B
JSON
39 lines
934 B
JSON
{
|
|
"name": "catppuccin-web-file-explorer-icons",
|
|
"version": "1.6.1",
|
|
"description": "Soothing pastel icons for web file explorers",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@catppuccin/palette": "1.3.0",
|
|
"selector-observer": "2.1.6",
|
|
"webext-dynamic-content-scripts": "10.0.4",
|
|
"webext-permission-toggle": "6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.7",
|
|
"@humanfs/node": "0.16.6",
|
|
"@humanfs/types": "0.15.0",
|
|
"@wxt-dev/auto-icons": "1.1.0",
|
|
"jiti": "2.4.2",
|
|
"wxt": "0.20.11"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"vite": "6.3.5"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint": "biome check .",
|
|
"format": "biome format --write .",
|
|
"dev": "wxt",
|
|
"dev:firefox": "wxt --browser firefox",
|
|
"build": "wxt build",
|
|
"build:firefox": "wxt build --browser firefox",
|
|
"zip": "wxt zip",
|
|
"zip:firefox": "wxt zip --browser firefox",
|
|
"postinstall": "wxt prepare"
|
|
},
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.19.0"
|
|
}
|