mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-14 14:21:36 +01:00
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"name": "@yaakapp-internal/theme",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.9.1",
|
|
"@yaakapp-internal/plugins": "^1.0.0",
|
|
"parse-color": "^1.0.0"
|
|
}
|
|
}
|