@ox-content/theme-color-mono 3.0.0-alpha.1 → 3.0.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +22 -22
- package/dist/index.mjs +22 -22
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -78,17 +78,17 @@ const mono = {
|
|
|
78
78
|
"accent-warm-ink": "#6e6e6e",
|
|
79
79
|
"accent-cool-ink": "#3a3a3a",
|
|
80
80
|
"accent-coral-ink": "#4a4a4a",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
81
|
+
"syntax-foreground": "#f2f2f2",
|
|
82
|
+
"syntax-background": "#141414",
|
|
83
|
+
"syntax-token-comment": "color-mix(in srgb, #f2f2f2 55%, #141414)",
|
|
84
|
+
"syntax-token-punctuation": "color-mix(in srgb, #f2f2f2 72%, #141414)",
|
|
85
|
+
"syntax-token-keyword": "#e6e6e6",
|
|
86
|
+
"syntax-token-string": "#b4b4b4",
|
|
87
|
+
"syntax-token-string-expression": "#b4b4b4",
|
|
88
|
+
"syntax-token-constant": "#a0a0a0",
|
|
89
|
+
"syntax-token-function": "#d8d8d8",
|
|
90
|
+
"syntax-token-parameter": "#c9c9c9",
|
|
91
|
+
"syntax-token-link": "#8c8c8c"
|
|
92
92
|
},
|
|
93
93
|
darkTokens: {
|
|
94
94
|
"color-code-line-highlight": "color-mix(in srgb, #d8d8d8 16%, transparent)",
|
|
@@ -130,17 +130,17 @@ const mono = {
|
|
|
130
130
|
"accent-warm-ink": "#a0a0a0",
|
|
131
131
|
"accent-cool-ink": "#d8d8d8",
|
|
132
132
|
"accent-coral-ink": "#c9c9c9",
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
133
|
+
"syntax-foreground": "#ededed",
|
|
134
|
+
"syntax-background": "#111111",
|
|
135
|
+
"syntax-token-comment": "color-mix(in srgb, #ededed 55%, #111111)",
|
|
136
|
+
"syntax-token-punctuation": "color-mix(in srgb, #ededed 72%, #111111)",
|
|
137
|
+
"syntax-token-keyword": "#e6e6e6",
|
|
138
|
+
"syntax-token-string": "#b4b4b4",
|
|
139
|
+
"syntax-token-string-expression": "#b4b4b4",
|
|
140
|
+
"syntax-token-constant": "#a0a0a0",
|
|
141
|
+
"syntax-token-function": "#d8d8d8",
|
|
142
|
+
"syntax-token-parameter": "#c9c9c9",
|
|
143
|
+
"syntax-token-link": "#8c8c8c"
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -74,17 +74,17 @@ const mono = {
|
|
|
74
74
|
"accent-warm-ink": "#6e6e6e",
|
|
75
75
|
"accent-cool-ink": "#3a3a3a",
|
|
76
76
|
"accent-coral-ink": "#4a4a4a",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
77
|
+
"syntax-foreground": "#f2f2f2",
|
|
78
|
+
"syntax-background": "#141414",
|
|
79
|
+
"syntax-token-comment": "color-mix(in srgb, #f2f2f2 55%, #141414)",
|
|
80
|
+
"syntax-token-punctuation": "color-mix(in srgb, #f2f2f2 72%, #141414)",
|
|
81
|
+
"syntax-token-keyword": "#e6e6e6",
|
|
82
|
+
"syntax-token-string": "#b4b4b4",
|
|
83
|
+
"syntax-token-string-expression": "#b4b4b4",
|
|
84
|
+
"syntax-token-constant": "#a0a0a0",
|
|
85
|
+
"syntax-token-function": "#d8d8d8",
|
|
86
|
+
"syntax-token-parameter": "#c9c9c9",
|
|
87
|
+
"syntax-token-link": "#8c8c8c"
|
|
88
88
|
},
|
|
89
89
|
darkTokens: {
|
|
90
90
|
"color-code-line-highlight": "color-mix(in srgb, #d8d8d8 16%, transparent)",
|
|
@@ -126,17 +126,17 @@ const mono = {
|
|
|
126
126
|
"accent-warm-ink": "#a0a0a0",
|
|
127
127
|
"accent-cool-ink": "#d8d8d8",
|
|
128
128
|
"accent-coral-ink": "#c9c9c9",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
129
|
+
"syntax-foreground": "#ededed",
|
|
130
|
+
"syntax-background": "#111111",
|
|
131
|
+
"syntax-token-comment": "color-mix(in srgb, #ededed 55%, #111111)",
|
|
132
|
+
"syntax-token-punctuation": "color-mix(in srgb, #ededed 72%, #111111)",
|
|
133
|
+
"syntax-token-keyword": "#e6e6e6",
|
|
134
|
+
"syntax-token-string": "#b4b4b4",
|
|
135
|
+
"syntax-token-string-expression": "#b4b4b4",
|
|
136
|
+
"syntax-token-constant": "#a0a0a0",
|
|
137
|
+
"syntax-token-function": "#d8d8d8",
|
|
138
|
+
"syntax-token-parameter": "#c9c9c9",
|
|
139
|
+
"syntax-token-link": "#8c8c8c"
|
|
140
140
|
}
|
|
141
141
|
};
|
|
142
142
|
//#endregion
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Mono — Pure monochrome, zero hue.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `scripts/theme-colors/palettes.json`; edit that file and run\n * `node scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const mono: ThemeConfig = {\n name: \"mono\",\n colors: {\n primary: \"#111111\",\n primaryHover: \"#000000\",\n background: \"#ffffff\",\n backgroundAlt: \"#f2f2f2\",\n text: \"#111111\",\n textMuted: \"#666666\",\n border: \"#d4d4d4\",\n codeBackground: \"#141414\",\n codeBackgroundTop: \"#141414\",\n codeText: \"#f2f2f2\",\n },\n darkColors: {\n primary: \"#f5f5f5\",\n primaryHover: \"#ffffff\",\n background: \"#0a0a0a\",\n backgroundAlt: \"#161616\",\n text: \"#f5f5f5\",\n textMuted: \"#9b9b9b\",\n border: \"#2e2e2e\",\n codeBackground: \"#111111\",\n codeBackgroundTop: \"#111111\",\n codeText: \"#ededed\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #3a3a3a 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #6e6e6e 18%, transparent)\",\n \"color-code-line-warning-border\": \"#6e6e6e\",\n \"color-code-line-error\": \"color-mix(in srgb, #4a4a4a 20%, transparent)\",\n \"color-code-line-error-border\": \"#4a4a4a\",\n \"color-code-line-add\": \"color-mix(in srgb, #5c5c5c 16%, transparent)\",\n \"color-code-line-add-border\": \"#5c5c5c\",\n \"color-code-line-remove\": \"color-mix(in srgb, #4a4a4a 14%, transparent)\",\n \"color-code-line-remove-border\": \"#4a4a4a\",\n \"color-code-line-focus\": \"color-mix(in srgb, #111111 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #141414 92%, #f2f2f2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #f2f2f2 88%, #141414)\",\n \"color-code-title-border\": \"color-mix(in srgb, #f2f2f2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #f2f2f2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #d4d4d4 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 89, 89, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2f2f2 62%, #ffffff)\",\n \"surface-line\": \"color-mix(in srgb, #d4d4d4 72%, #ffffff)\",\n \"brand-violet\": \"#2b2b2b\",\n \"brand-cyan\": \"#818181\",\n \"brand-lime\": \"#5c5c5c\",\n \"brand-coral\": \"#4a4a4a\",\n \"brand-navy\": \"color-mix(in srgb, #111111 70%, #ffffff)\",\n \"brand-violet-rgb\": \"43, 43, 43\",\n \"brand-cyan-rgb\": \"129, 129, 129\",\n \"brand-lime-rgb\": \"92, 92, 92\",\n \"brand-coral-rgb\": \"74, 74, 74\",\n \"accent-a\": \"#111111\",\n \"accent-b\": \"#2b2b2b\",\n \"accent-c\": \"#818181\",\n \"accent-warm\": \"#6e6e6e\",\n \"accent-cool\": \"#3a3a3a\",\n \"accent-a-ink\": \"#111111\",\n \"accent-b-ink\": \"#2b2b2b\",\n \"accent-c-ink\": \"#727272\",\n \"accent-warm-ink\": \"#6e6e6e\",\n \"accent-cool-ink\": \"#3a3a3a\",\n \"accent-coral-ink\": \"#4a4a4a\",\n \"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Mono — Pure monochrome, zero hue.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `scripts/theme-colors/palettes.json`; edit that file and run\n * `node scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const mono: ThemeConfig = {\n name: \"mono\",\n colors: {\n primary: \"#111111\",\n primaryHover: \"#000000\",\n background: \"#ffffff\",\n backgroundAlt: \"#f2f2f2\",\n text: \"#111111\",\n textMuted: \"#666666\",\n border: \"#d4d4d4\",\n codeBackground: \"#141414\",\n codeBackgroundTop: \"#141414\",\n codeText: \"#f2f2f2\",\n },\n darkColors: {\n primary: \"#f5f5f5\",\n primaryHover: \"#ffffff\",\n background: \"#0a0a0a\",\n backgroundAlt: \"#161616\",\n text: \"#f5f5f5\",\n textMuted: \"#9b9b9b\",\n border: \"#2e2e2e\",\n codeBackground: \"#111111\",\n codeBackgroundTop: \"#111111\",\n codeText: \"#ededed\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #3a3a3a 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #6e6e6e 18%, transparent)\",\n \"color-code-line-warning-border\": \"#6e6e6e\",\n \"color-code-line-error\": \"color-mix(in srgb, #4a4a4a 20%, transparent)\",\n \"color-code-line-error-border\": \"#4a4a4a\",\n \"color-code-line-add\": \"color-mix(in srgb, #5c5c5c 16%, transparent)\",\n \"color-code-line-add-border\": \"#5c5c5c\",\n \"color-code-line-remove\": \"color-mix(in srgb, #4a4a4a 14%, transparent)\",\n \"color-code-line-remove-border\": \"#4a4a4a\",\n \"color-code-line-focus\": \"color-mix(in srgb, #111111 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #141414 92%, #f2f2f2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #f2f2f2 88%, #141414)\",\n \"color-code-title-border\": \"color-mix(in srgb, #f2f2f2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #f2f2f2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #d4d4d4 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 89, 89, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2f2f2 62%, #ffffff)\",\n \"surface-line\": \"color-mix(in srgb, #d4d4d4 72%, #ffffff)\",\n \"brand-violet\": \"#2b2b2b\",\n \"brand-cyan\": \"#818181\",\n \"brand-lime\": \"#5c5c5c\",\n \"brand-coral\": \"#4a4a4a\",\n \"brand-navy\": \"color-mix(in srgb, #111111 70%, #ffffff)\",\n \"brand-violet-rgb\": \"43, 43, 43\",\n \"brand-cyan-rgb\": \"129, 129, 129\",\n \"brand-lime-rgb\": \"92, 92, 92\",\n \"brand-coral-rgb\": \"74, 74, 74\",\n \"accent-a\": \"#111111\",\n \"accent-b\": \"#2b2b2b\",\n \"accent-c\": \"#818181\",\n \"accent-warm\": \"#6e6e6e\",\n \"accent-cool\": \"#3a3a3a\",\n \"accent-a-ink\": \"#111111\",\n \"accent-b-ink\": \"#2b2b2b\",\n \"accent-c-ink\": \"#727272\",\n \"accent-warm-ink\": \"#6e6e6e\",\n \"accent-cool-ink\": \"#3a3a3a\",\n \"accent-coral-ink\": \"#4a4a4a\",\n \"syntax-foreground\": \"#f2f2f2\",\n \"syntax-background\": \"#141414\",\n \"syntax-token-comment\": \"color-mix(in srgb, #f2f2f2 55%, #141414)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #f2f2f2 72%, #141414)\",\n \"syntax-token-keyword\": \"#e6e6e6\",\n \"syntax-token-string\": \"#b4b4b4\",\n \"syntax-token-string-expression\": \"#b4b4b4\",\n \"syntax-token-constant\": \"#a0a0a0\",\n \"syntax-token-function\": \"#d8d8d8\",\n \"syntax-token-parameter\": \"#c9c9c9\",\n \"syntax-token-link\": \"#8c8c8c\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #d8d8d8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #a0a0a0 18%, transparent)\",\n \"color-code-line-warning-border\": \"#a0a0a0\",\n \"color-code-line-error\": \"color-mix(in srgb, #c9c9c9 20%, transparent)\",\n \"color-code-line-error-border\": \"#c9c9c9\",\n \"color-code-line-add\": \"color-mix(in srgb, #b4b4b4 16%, transparent)\",\n \"color-code-line-add-border\": \"#b4b4b4\",\n \"color-code-line-remove\": \"color-mix(in srgb, #c9c9c9 14%, transparent)\",\n \"color-code-line-remove-border\": \"#c9c9c9\",\n \"color-code-line-focus\": \"color-mix(in srgb, #f5f5f5 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #111111 92%, #ededed)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ededed 88%, #111111)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ededed 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ededed 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #2e2e2e 92%, transparent)\",\n \"color-backdrop\": \"rgba(4, 4, 4, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #161616 62%, #0a0a0a)\",\n \"surface-line\": \"color-mix(in srgb, #2e2e2e 72%, #0a0a0a)\",\n \"brand-violet\": \"#e6e6e6\",\n \"brand-cyan\": \"#8c8c8c\",\n \"brand-lime\": \"#b4b4b4\",\n \"brand-coral\": \"#c9c9c9\",\n \"brand-navy\": \"color-mix(in srgb, #f5f5f5 70%, #0a0a0a)\",\n \"brand-violet-rgb\": \"230, 230, 230\",\n \"brand-cyan-rgb\": \"140, 140, 140\",\n \"brand-lime-rgb\": \"180, 180, 180\",\n \"brand-coral-rgb\": \"201, 201, 201\",\n \"accent-a\": \"#f5f5f5\",\n \"accent-b\": \"#e6e6e6\",\n \"accent-c\": \"#8c8c8c\",\n \"accent-warm\": \"#a0a0a0\",\n \"accent-cool\": \"#d8d8d8\",\n \"accent-a-ink\": \"#f5f5f5\",\n \"accent-b-ink\": \"#e6e6e6\",\n \"accent-c-ink\": \"#8c8c8c\",\n \"accent-warm-ink\": \"#a0a0a0\",\n \"accent-cool-ink\": \"#d8d8d8\",\n \"accent-coral-ink\": \"#c9c9c9\",\n \"syntax-foreground\": \"#ededed\",\n \"syntax-background\": \"#111111\",\n \"syntax-token-comment\": \"color-mix(in srgb, #ededed 55%, #111111)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #ededed 72%, #111111)\",\n \"syntax-token-keyword\": \"#e6e6e6\",\n \"syntax-token-string\": \"#b4b4b4\",\n \"syntax-token-string-expression\": \"#b4b4b4\",\n \"syntax-token-constant\": \"#a0a0a0\",\n \"syntax-token-function\": \"#d8d8d8\",\n \"syntax-token-parameter\": \"#c9c9c9\",\n \"syntax-token-link\": \"#8c8c8c\",\n },\n};\n\nexport default mono;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,OAAoB;CAC/B,MAAM;CACN,QAAQ;EACN,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,YAAY;EACV,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,QAAQ;EACN,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;CACA,YAAY;EACV,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;AACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ox-content/theme-color-mono",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.10",
|
|
4
4
|
"description": "Pure monochrome, zero hue — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color-scheme",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
43
43
|
"typescript": "^7.0.2",
|
|
44
44
|
"vite-plus": "0.2.9",
|
|
45
|
-
"@ox-content/vite-plugin": "3.0.0-alpha.
|
|
45
|
+
"@ox-content/vite-plugin": "3.0.0-alpha.10"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@ox-content/vite-plugin": ">=
|
|
48
|
+
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|
|
49
49
|
},
|
|
50
50
|
"peerDependenciesMeta": {
|
|
51
51
|
"@ox-content/vite-plugin": {
|