mirror of
https://github.com/gra0007/obsidian-css-inlay-colors.git
synced 2026-07-22 10:40:31 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "obsidian-css-inlay-colors",
|
|
"version": "1.1.0",
|
|
"packageManager": "yarn@4.4.0",
|
|
"description": "Show inline color hints for CSS colors",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs",
|
|
"lint": "biome check",
|
|
"format": "biome check --fix"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"css",
|
|
"inline",
|
|
"color",
|
|
"colour",
|
|
"inlay",
|
|
"picker",
|
|
"hex",
|
|
"rgb"
|
|
],
|
|
"author": "Benji Grant",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GRA0007/obsidian-css-inlay-colors.git"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.8.3",
|
|
"@types/culori": "^2.1.1",
|
|
"@types/node": "^20.14.11",
|
|
"builtin-modules": "3.3.0",
|
|
"covector": "^0.12.2",
|
|
"esbuild": "0.23.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.6.3",
|
|
"typescript": "5.5.3"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.10.2",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@codemirror/view": "^6.28.5",
|
|
"culori": "^4.0.1"
|
|
}
|
|
}
|