@ox-content/theme-color-ayu 2.90.0 → 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 +5 -5
package/dist/index.cjs
CHANGED
|
@@ -78,17 +78,17 @@ const ayu = {
|
|
|
78
78
|
"accent-warm-ink": "#91682c",
|
|
79
79
|
"accent-cool-ink": "#2b78af",
|
|
80
80
|
"accent-coral-ink": "#b65656",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
81
|
+
"syntax-foreground": "#5c6166",
|
|
82
|
+
"syntax-background": "#f3f4f5",
|
|
83
|
+
"syntax-token-comment": "color-mix(in srgb, #5c6166 55%, #f3f4f5)",
|
|
84
|
+
"syntax-token-punctuation": "color-mix(in srgb, #5c6166 72%, #f3f4f5)",
|
|
85
|
+
"syntax-token-keyword": "#a37acc",
|
|
86
|
+
"syntax-token-string": "#86b300",
|
|
87
|
+
"syntax-token-string-expression": "#86b300",
|
|
88
|
+
"syntax-token-constant": "#f2ae49",
|
|
89
|
+
"syntax-token-function": "#399ee6",
|
|
90
|
+
"syntax-token-parameter": "#f07171",
|
|
91
|
+
"syntax-token-link": "#4cbf99"
|
|
92
92
|
},
|
|
93
93
|
darkTokens: {
|
|
94
94
|
"color-code-line-highlight": "color-mix(in srgb, #73d0ff 16%, transparent)",
|
|
@@ -130,17 +130,17 @@ const ayu = {
|
|
|
130
130
|
"accent-warm-ink": "#ffd173",
|
|
131
131
|
"accent-cool-ink": "#73d0ff",
|
|
132
132
|
"accent-coral-ink": "#f28779",
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
133
|
+
"syntax-foreground": "#cccac2",
|
|
134
|
+
"syntax-background": "#1a1f29",
|
|
135
|
+
"syntax-token-comment": "color-mix(in srgb, #cccac2 55%, #1a1f29)",
|
|
136
|
+
"syntax-token-punctuation": "color-mix(in srgb, #cccac2 72%, #1a1f29)",
|
|
137
|
+
"syntax-token-keyword": "#dfbfff",
|
|
138
|
+
"syntax-token-string": "#d5ff80",
|
|
139
|
+
"syntax-token-string-expression": "#d5ff80",
|
|
140
|
+
"syntax-token-constant": "#ffd173",
|
|
141
|
+
"syntax-token-function": "#73d0ff",
|
|
142
|
+
"syntax-token-parameter": "#f28779",
|
|
143
|
+
"syntax-token-link": "#95e6cb"
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -74,17 +74,17 @@ const ayu = {
|
|
|
74
74
|
"accent-warm-ink": "#91682c",
|
|
75
75
|
"accent-cool-ink": "#2b78af",
|
|
76
76
|
"accent-coral-ink": "#b65656",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
77
|
+
"syntax-foreground": "#5c6166",
|
|
78
|
+
"syntax-background": "#f3f4f5",
|
|
79
|
+
"syntax-token-comment": "color-mix(in srgb, #5c6166 55%, #f3f4f5)",
|
|
80
|
+
"syntax-token-punctuation": "color-mix(in srgb, #5c6166 72%, #f3f4f5)",
|
|
81
|
+
"syntax-token-keyword": "#a37acc",
|
|
82
|
+
"syntax-token-string": "#86b300",
|
|
83
|
+
"syntax-token-string-expression": "#86b300",
|
|
84
|
+
"syntax-token-constant": "#f2ae49",
|
|
85
|
+
"syntax-token-function": "#399ee6",
|
|
86
|
+
"syntax-token-parameter": "#f07171",
|
|
87
|
+
"syntax-token-link": "#4cbf99"
|
|
88
88
|
},
|
|
89
89
|
darkTokens: {
|
|
90
90
|
"color-code-line-highlight": "color-mix(in srgb, #73d0ff 16%, transparent)",
|
|
@@ -126,17 +126,17 @@ const ayu = {
|
|
|
126
126
|
"accent-warm-ink": "#ffd173",
|
|
127
127
|
"accent-cool-ink": "#73d0ff",
|
|
128
128
|
"accent-coral-ink": "#f28779",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
129
|
+
"syntax-foreground": "#cccac2",
|
|
130
|
+
"syntax-background": "#1a1f29",
|
|
131
|
+
"syntax-token-comment": "color-mix(in srgb, #cccac2 55%, #1a1f29)",
|
|
132
|
+
"syntax-token-punctuation": "color-mix(in srgb, #cccac2 72%, #1a1f29)",
|
|
133
|
+
"syntax-token-keyword": "#dfbfff",
|
|
134
|
+
"syntax-token-string": "#d5ff80",
|
|
135
|
+
"syntax-token-string-expression": "#d5ff80",
|
|
136
|
+
"syntax-token-constant": "#ffd173",
|
|
137
|
+
"syntax-token-function": "#73d0ff",
|
|
138
|
+
"syntax-token-parameter": "#f28779",
|
|
139
|
+
"syntax-token-link": "#95e6cb"
|
|
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 * Ayu — Ayu Light and Ayu Mirage.\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 ayu: ThemeConfig = {\n name: \"ayu\",\n colors: {\n primary: \"#a36229\",\n primaryHover: \"#b65b00\",\n background: \"#fcfcfc\",\n backgroundAlt: \"#f3f4f5\",\n text: \"#5c6166\",\n textMuted: \"#6e747a\",\n border: \"#e7e8e9\",\n codeBackground: \"#f3f4f5\",\n codeBackgroundTop: \"#f3f4f5\",\n codeText: \"#5c6166\",\n },\n darkColors: {\n primary: \"#ffcc66\",\n primaryHover: \"#ffdd99\",\n background: \"#1f2430\",\n backgroundAlt: \"#242936\",\n text: \"#cccac2\",\n textMuted: \"#8a9199\",\n border: \"#343b4b\",\n codeBackground: \"#1a1f29\",\n codeBackgroundTop: \"#1a1f29\",\n codeText: \"#cccac2\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #399ee6 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #f2ae49 18%, transparent)\",\n \"color-code-line-warning-border\": \"#f2ae49\",\n \"color-code-line-error\": \"color-mix(in srgb, #f07171 20%, transparent)\",\n \"color-code-line-error-border\": \"#f07171\",\n \"color-code-line-add\": \"color-mix(in srgb, #86b300 16%, transparent)\",\n \"color-code-line-add-border\": \"#86b300\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f07171 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f07171\",\n \"color-code-line-focus\": \"color-mix(in srgb, #a36229 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f3f4f5 92%, #5c6166)\",\n \"color-code-title-text\": \"color-mix(in srgb, #5c6166 88%, #f3f4f5)\",\n \"color-code-title-border\": \"color-mix(in srgb, #5c6166 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #5c6166 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e7e8e9 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f3f4f5 62%, #fcfcfc)\",\n \"surface-line\": \"color-mix(in srgb, #e7e8e9 72%, #fcfcfc)\",\n \"brand-violet\": \"#a37acc\",\n \"brand-cyan\": \"#4cbf99\",\n \"brand-lime\": \"#86b300\",\n \"brand-coral\": \"#f07171\",\n \"brand-navy\": \"color-mix(in srgb, #5c6166 70%, #fcfcfc)\",\n \"brand-violet-rgb\": \"163, 122, 204\",\n \"brand-cyan-rgb\": \"76, 191, 153\",\n \"brand-lime-rgb\": \"134, 179, 0\",\n \"brand-coral-rgb\": \"240, 113, 113\",\n \"accent-a\": \"#a36229\",\n \"accent-b\": \"#a37acc\",\n \"accent-c\": \"#4cbf99\",\n \"accent-warm\": \"#f2ae49\",\n \"accent-cool\": \"#399ee6\",\n \"accent-a-ink\": \"#a36229\",\n \"accent-b-ink\": \"#8262a3\",\n \"accent-c-ink\": \"#348268\",\n \"accent-warm-ink\": \"#91682c\",\n \"accent-cool-ink\": \"#2b78af\",\n \"accent-coral-ink\": \"#b65656\",\n \"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Ayu — Ayu Light and Ayu Mirage.\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 ayu: ThemeConfig = {\n name: \"ayu\",\n colors: {\n primary: \"#a36229\",\n primaryHover: \"#b65b00\",\n background: \"#fcfcfc\",\n backgroundAlt: \"#f3f4f5\",\n text: \"#5c6166\",\n textMuted: \"#6e747a\",\n border: \"#e7e8e9\",\n codeBackground: \"#f3f4f5\",\n codeBackgroundTop: \"#f3f4f5\",\n codeText: \"#5c6166\",\n },\n darkColors: {\n primary: \"#ffcc66\",\n primaryHover: \"#ffdd99\",\n background: \"#1f2430\",\n backgroundAlt: \"#242936\",\n text: \"#cccac2\",\n textMuted: \"#8a9199\",\n border: \"#343b4b\",\n codeBackground: \"#1a1f29\",\n codeBackgroundTop: \"#1a1f29\",\n codeText: \"#cccac2\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #399ee6 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #f2ae49 18%, transparent)\",\n \"color-code-line-warning-border\": \"#f2ae49\",\n \"color-code-line-error\": \"color-mix(in srgb, #f07171 20%, transparent)\",\n \"color-code-line-error-border\": \"#f07171\",\n \"color-code-line-add\": \"color-mix(in srgb, #86b300 16%, transparent)\",\n \"color-code-line-add-border\": \"#86b300\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f07171 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f07171\",\n \"color-code-line-focus\": \"color-mix(in srgb, #a36229 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f3f4f5 92%, #5c6166)\",\n \"color-code-title-text\": \"color-mix(in srgb, #5c6166 88%, #f3f4f5)\",\n \"color-code-title-border\": \"color-mix(in srgb, #5c6166 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #5c6166 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e7e8e9 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f3f4f5 62%, #fcfcfc)\",\n \"surface-line\": \"color-mix(in srgb, #e7e8e9 72%, #fcfcfc)\",\n \"brand-violet\": \"#a37acc\",\n \"brand-cyan\": \"#4cbf99\",\n \"brand-lime\": \"#86b300\",\n \"brand-coral\": \"#f07171\",\n \"brand-navy\": \"color-mix(in srgb, #5c6166 70%, #fcfcfc)\",\n \"brand-violet-rgb\": \"163, 122, 204\",\n \"brand-cyan-rgb\": \"76, 191, 153\",\n \"brand-lime-rgb\": \"134, 179, 0\",\n \"brand-coral-rgb\": \"240, 113, 113\",\n \"accent-a\": \"#a36229\",\n \"accent-b\": \"#a37acc\",\n \"accent-c\": \"#4cbf99\",\n \"accent-warm\": \"#f2ae49\",\n \"accent-cool\": \"#399ee6\",\n \"accent-a-ink\": \"#a36229\",\n \"accent-b-ink\": \"#8262a3\",\n \"accent-c-ink\": \"#348268\",\n \"accent-warm-ink\": \"#91682c\",\n \"accent-cool-ink\": \"#2b78af\",\n \"accent-coral-ink\": \"#b65656\",\n \"syntax-foreground\": \"#5c6166\",\n \"syntax-background\": \"#f3f4f5\",\n \"syntax-token-comment\": \"color-mix(in srgb, #5c6166 55%, #f3f4f5)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #5c6166 72%, #f3f4f5)\",\n \"syntax-token-keyword\": \"#a37acc\",\n \"syntax-token-string\": \"#86b300\",\n \"syntax-token-string-expression\": \"#86b300\",\n \"syntax-token-constant\": \"#f2ae49\",\n \"syntax-token-function\": \"#399ee6\",\n \"syntax-token-parameter\": \"#f07171\",\n \"syntax-token-link\": \"#4cbf99\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #73d0ff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffd173 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffd173\",\n \"color-code-line-error\": \"color-mix(in srgb, #f28779 20%, transparent)\",\n \"color-code-line-error-border\": \"#f28779\",\n \"color-code-line-add\": \"color-mix(in srgb, #d5ff80 16%, transparent)\",\n \"color-code-line-add-border\": \"#d5ff80\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f28779 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f28779\",\n \"color-code-line-focus\": \"color-mix(in srgb, #ffcc66 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1a1f29 92%, #cccac2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #cccac2 88%, #1a1f29)\",\n \"color-code-title-border\": \"color-mix(in srgb, #cccac2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #cccac2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #343b4b 92%, transparent)\",\n \"color-backdrop\": \"rgba(11, 13, 17, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #242936 62%, #1f2430)\",\n \"surface-line\": \"color-mix(in srgb, #343b4b 72%, #1f2430)\",\n \"brand-violet\": \"#dfbfff\",\n \"brand-cyan\": \"#95e6cb\",\n \"brand-lime\": \"#d5ff80\",\n \"brand-coral\": \"#f28779\",\n \"brand-navy\": \"color-mix(in srgb, #cccac2 70%, #1f2430)\",\n \"brand-violet-rgb\": \"223, 191, 255\",\n \"brand-cyan-rgb\": \"149, 230, 203\",\n \"brand-lime-rgb\": \"213, 255, 128\",\n \"brand-coral-rgb\": \"242, 135, 121\",\n \"accent-a\": \"#ffcc66\",\n \"accent-b\": \"#dfbfff\",\n \"accent-c\": \"#95e6cb\",\n \"accent-warm\": \"#ffd173\",\n \"accent-cool\": \"#73d0ff\",\n \"accent-a-ink\": \"#ffcc66\",\n \"accent-b-ink\": \"#dfbfff\",\n \"accent-c-ink\": \"#95e6cb\",\n \"accent-warm-ink\": \"#ffd173\",\n \"accent-cool-ink\": \"#73d0ff\",\n \"accent-coral-ink\": \"#f28779\",\n \"syntax-foreground\": \"#cccac2\",\n \"syntax-background\": \"#1a1f29\",\n \"syntax-token-comment\": \"color-mix(in srgb, #cccac2 55%, #1a1f29)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #cccac2 72%, #1a1f29)\",\n \"syntax-token-keyword\": \"#dfbfff\",\n \"syntax-token-string\": \"#d5ff80\",\n \"syntax-token-string-expression\": \"#d5ff80\",\n \"syntax-token-constant\": \"#ffd173\",\n \"syntax-token-function\": \"#73d0ff\",\n \"syntax-token-parameter\": \"#f28779\",\n \"syntax-token-link\": \"#95e6cb\",\n },\n};\n\nexport default ayu;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,MAAmB;CAC9B,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-ayu",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-alpha.10",
|
|
4
4
|
"description": "Ayu Light and Ayu Mirage — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ayu",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"provenance": true
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@types/node": "^26.
|
|
41
|
+
"@types/node": "^26.2.0",
|
|
42
42
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
43
43
|
"typescript": "^7.0.2",
|
|
44
|
-
"vite-plus": "0.2.
|
|
45
|
-
"@ox-content/vite-plugin": "
|
|
44
|
+
"vite-plus": "0.2.9",
|
|
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": {
|