@ox-content/theme-color-fuji 3.0.0-alpha.3 → 3.0.0-alpha.5
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 +2 -2
package/dist/index.cjs
CHANGED
|
@@ -78,17 +78,17 @@ const fuji = {
|
|
|
78
78
|
"accent-warm-ink": "#9b660d",
|
|
79
79
|
"accent-cool-ink": "#2a6d9c",
|
|
80
80
|
"accent-coral-ink": "#c14d2b",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
81
|
+
"syntax-foreground": "#eaf0ea",
|
|
82
|
+
"syntax-background": "#16211c",
|
|
83
|
+
"syntax-token-comment": "color-mix(in srgb, #eaf0ea 55%, #16211c)",
|
|
84
|
+
"syntax-token-punctuation": "color-mix(in srgb, #eaf0ea 72%, #16211c)",
|
|
85
|
+
"syntax-token-keyword": "#d49ac0",
|
|
86
|
+
"syntax-token-string": "#4fd39b",
|
|
87
|
+
"syntax-token-string-expression": "#4fd39b",
|
|
88
|
+
"syntax-token-constant": "#ffcc5c",
|
|
89
|
+
"syntax-token-function": "#6fbfe8",
|
|
90
|
+
"syntax-token-parameter": "#ff8a5c",
|
|
91
|
+
"syntax-token-link": "#5fd6cf"
|
|
92
92
|
},
|
|
93
93
|
darkTokens: {
|
|
94
94
|
"color-code-line-highlight": "color-mix(in srgb, #6fbfe8 16%, transparent)",
|
|
@@ -130,17 +130,17 @@ const fuji = {
|
|
|
130
130
|
"accent-warm-ink": "#ffcc5c",
|
|
131
131
|
"accent-cool-ink": "#6fbfe8",
|
|
132
132
|
"accent-coral-ink": "#ff8a5c",
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
133
|
+
"syntax-foreground": "#e6ede7",
|
|
134
|
+
"syntax-background": "#0b110e",
|
|
135
|
+
"syntax-token-comment": "color-mix(in srgb, #e6ede7 55%, #0b110e)",
|
|
136
|
+
"syntax-token-punctuation": "color-mix(in srgb, #e6ede7 72%, #0b110e)",
|
|
137
|
+
"syntax-token-keyword": "#d49ac0",
|
|
138
|
+
"syntax-token-string": "#4fd39b",
|
|
139
|
+
"syntax-token-string-expression": "#4fd39b",
|
|
140
|
+
"syntax-token-constant": "#ffcc5c",
|
|
141
|
+
"syntax-token-function": "#6fbfe8",
|
|
142
|
+
"syntax-token-parameter": "#ff8a5c",
|
|
143
|
+
"syntax-token-link": "#5fd6cf"
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -74,17 +74,17 @@ const fuji = {
|
|
|
74
74
|
"accent-warm-ink": "#9b660d",
|
|
75
75
|
"accent-cool-ink": "#2a6d9c",
|
|
76
76
|
"accent-coral-ink": "#c14d2b",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
77
|
+
"syntax-foreground": "#eaf0ea",
|
|
78
|
+
"syntax-background": "#16211c",
|
|
79
|
+
"syntax-token-comment": "color-mix(in srgb, #eaf0ea 55%, #16211c)",
|
|
80
|
+
"syntax-token-punctuation": "color-mix(in srgb, #eaf0ea 72%, #16211c)",
|
|
81
|
+
"syntax-token-keyword": "#d49ac0",
|
|
82
|
+
"syntax-token-string": "#4fd39b",
|
|
83
|
+
"syntax-token-string-expression": "#4fd39b",
|
|
84
|
+
"syntax-token-constant": "#ffcc5c",
|
|
85
|
+
"syntax-token-function": "#6fbfe8",
|
|
86
|
+
"syntax-token-parameter": "#ff8a5c",
|
|
87
|
+
"syntax-token-link": "#5fd6cf"
|
|
88
88
|
},
|
|
89
89
|
darkTokens: {
|
|
90
90
|
"color-code-line-highlight": "color-mix(in srgb, #6fbfe8 16%, transparent)",
|
|
@@ -126,17 +126,17 @@ const fuji = {
|
|
|
126
126
|
"accent-warm-ink": "#ffcc5c",
|
|
127
127
|
"accent-cool-ink": "#6fbfe8",
|
|
128
128
|
"accent-coral-ink": "#ff8a5c",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
129
|
+
"syntax-foreground": "#e6ede7",
|
|
130
|
+
"syntax-background": "#0b110e",
|
|
131
|
+
"syntax-token-comment": "color-mix(in srgb, #e6ede7 55%, #0b110e)",
|
|
132
|
+
"syntax-token-punctuation": "color-mix(in srgb, #e6ede7 72%, #0b110e)",
|
|
133
|
+
"syntax-token-keyword": "#d49ac0",
|
|
134
|
+
"syntax-token-string": "#4fd39b",
|
|
135
|
+
"syntax-token-string-expression": "#4fd39b",
|
|
136
|
+
"syntax-token-constant": "#ffcc5c",
|
|
137
|
+
"syntax-token-function": "#6fbfe8",
|
|
138
|
+
"syntax-token-parameter": "#ff8a5c",
|
|
139
|
+
"syntax-token-link": "#5fd6cf"
|
|
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 * Fuji — Mountain festival poster — forest, dawn orange and open sky.\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 fuji: ThemeConfig = {\n name: \"fuji\",\n colors: {\n primary: \"#0f7a5f\",\n primaryHover: \"#0a5943\",\n background: \"#fbfaf5\",\n backgroundAlt: \"#f0efe4\",\n text: \"#16211c\",\n textMuted: \"#5b6a5f\",\n border: \"#dcdccd\",\n codeBackground: \"#16211c\",\n codeBackgroundTop: \"#16211c\",\n codeText: \"#eaf0ea\",\n },\n darkColors: {\n primary: \"#4fd39b\",\n primaryHover: \"#7fe3b8\",\n background: \"#101815\",\n backgroundAlt: \"#17211c\",\n text: \"#e6ede7\",\n textMuted: \"#8a9a8f\",\n border: \"#22302a\",\n codeBackground: \"#0b110e\",\n codeBackgroundTop: \"#0b110e\",\n codeText: \"#e6ede7\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #2a6d9c 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #b8790f 18%, transparent)\",\n \"color-code-line-warning-border\": \"#b8790f\",\n \"color-code-line-error\": \"color-mix(in srgb, #d2542f 20%, transparent)\",\n \"color-code-line-error-border\": \"#d2542f\",\n \"color-code-line-add\": \"color-mix(in srgb, #0f7a5f 16%, transparent)\",\n \"color-code-line-add-border\": \"#0f7a5f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #d2542f 14%, transparent)\",\n \"color-code-line-remove-border\": \"#d2542f\",\n \"color-code-line-focus\": \"color-mix(in srgb, #0f7a5f 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #16211c 92%, #eaf0ea)\",\n \"color-code-title-text\": \"color-mix(in srgb, #eaf0ea 88%, #16211c)\",\n \"color-code-title-border\": \"color-mix(in srgb, #eaf0ea 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #eaf0ea 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #dcdccd 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 86, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f0efe4 62%, #fbfaf5)\",\n \"surface-line\": \"color-mix(in srgb, #dcdccd 72%, #fbfaf5)\",\n \"brand-violet\": \"#8a4a72\",\n \"brand-cyan\": \"#0f7f86\",\n \"brand-lime\": \"#0f7a5f\",\n \"brand-coral\": \"#d2542f\",\n \"brand-navy\": \"color-mix(in srgb, #16211c 70%, #fbfaf5)\",\n \"brand-violet-rgb\": \"138, 74, 114\",\n \"brand-cyan-rgb\": \"15, 127, 134\",\n \"brand-lime-rgb\": \"15, 122, 95\",\n \"brand-coral-rgb\": \"210, 84, 47\",\n \"accent-a\": \"#0f7a5f\",\n \"accent-b\": \"#8a4a72\",\n \"accent-c\": \"#0f7f86\",\n \"accent-warm\": \"#b8790f\",\n \"accent-cool\": \"#2a6d9c\",\n \"accent-a-ink\": \"#0f7a5f\",\n \"accent-b-ink\": \"#8a4a72\",\n \"accent-c-ink\": \"#0f7f86\",\n \"accent-warm-ink\": \"#9b660d\",\n \"accent-cool-ink\": \"#2a6d9c\",\n \"accent-coral-ink\": \"#c14d2b\",\n \"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Fuji — Mountain festival poster — forest, dawn orange and open sky.\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 fuji: ThemeConfig = {\n name: \"fuji\",\n colors: {\n primary: \"#0f7a5f\",\n primaryHover: \"#0a5943\",\n background: \"#fbfaf5\",\n backgroundAlt: \"#f0efe4\",\n text: \"#16211c\",\n textMuted: \"#5b6a5f\",\n border: \"#dcdccd\",\n codeBackground: \"#16211c\",\n codeBackgroundTop: \"#16211c\",\n codeText: \"#eaf0ea\",\n },\n darkColors: {\n primary: \"#4fd39b\",\n primaryHover: \"#7fe3b8\",\n background: \"#101815\",\n backgroundAlt: \"#17211c\",\n text: \"#e6ede7\",\n textMuted: \"#8a9a8f\",\n border: \"#22302a\",\n codeBackground: \"#0b110e\",\n codeBackgroundTop: \"#0b110e\",\n codeText: \"#e6ede7\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #2a6d9c 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #b8790f 18%, transparent)\",\n \"color-code-line-warning-border\": \"#b8790f\",\n \"color-code-line-error\": \"color-mix(in srgb, #d2542f 20%, transparent)\",\n \"color-code-line-error-border\": \"#d2542f\",\n \"color-code-line-add\": \"color-mix(in srgb, #0f7a5f 16%, transparent)\",\n \"color-code-line-add-border\": \"#0f7a5f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #d2542f 14%, transparent)\",\n \"color-code-line-remove-border\": \"#d2542f\",\n \"color-code-line-focus\": \"color-mix(in srgb, #0f7a5f 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #16211c 92%, #eaf0ea)\",\n \"color-code-title-text\": \"color-mix(in srgb, #eaf0ea 88%, #16211c)\",\n \"color-code-title-border\": \"color-mix(in srgb, #eaf0ea 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #eaf0ea 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #dcdccd 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 86, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f0efe4 62%, #fbfaf5)\",\n \"surface-line\": \"color-mix(in srgb, #dcdccd 72%, #fbfaf5)\",\n \"brand-violet\": \"#8a4a72\",\n \"brand-cyan\": \"#0f7f86\",\n \"brand-lime\": \"#0f7a5f\",\n \"brand-coral\": \"#d2542f\",\n \"brand-navy\": \"color-mix(in srgb, #16211c 70%, #fbfaf5)\",\n \"brand-violet-rgb\": \"138, 74, 114\",\n \"brand-cyan-rgb\": \"15, 127, 134\",\n \"brand-lime-rgb\": \"15, 122, 95\",\n \"brand-coral-rgb\": \"210, 84, 47\",\n \"accent-a\": \"#0f7a5f\",\n \"accent-b\": \"#8a4a72\",\n \"accent-c\": \"#0f7f86\",\n \"accent-warm\": \"#b8790f\",\n \"accent-cool\": \"#2a6d9c\",\n \"accent-a-ink\": \"#0f7a5f\",\n \"accent-b-ink\": \"#8a4a72\",\n \"accent-c-ink\": \"#0f7f86\",\n \"accent-warm-ink\": \"#9b660d\",\n \"accent-cool-ink\": \"#2a6d9c\",\n \"accent-coral-ink\": \"#c14d2b\",\n \"syntax-foreground\": \"#eaf0ea\",\n \"syntax-background\": \"#16211c\",\n \"syntax-token-comment\": \"color-mix(in srgb, #eaf0ea 55%, #16211c)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #eaf0ea 72%, #16211c)\",\n \"syntax-token-keyword\": \"#d49ac0\",\n \"syntax-token-string\": \"#4fd39b\",\n \"syntax-token-string-expression\": \"#4fd39b\",\n \"syntax-token-constant\": \"#ffcc5c\",\n \"syntax-token-function\": \"#6fbfe8\",\n \"syntax-token-parameter\": \"#ff8a5c\",\n \"syntax-token-link\": \"#5fd6cf\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6fbfe8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcc5c 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcc5c\",\n \"color-code-line-error\": \"color-mix(in srgb, #ff8a5c 20%, transparent)\",\n \"color-code-line-error-border\": \"#ff8a5c\",\n \"color-code-line-add\": \"color-mix(in srgb, #4fd39b 16%, transparent)\",\n \"color-code-line-add-border\": \"#4fd39b\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ff8a5c 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ff8a5c\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4fd39b 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0b110e 92%, #e6ede7)\",\n \"color-code-title-text\": \"color-mix(in srgb, #e6ede7 88%, #0b110e)\",\n \"color-code-title-border\": \"color-mix(in srgb, #e6ede7 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #e6ede7 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #22302a 92%, transparent)\",\n \"color-backdrop\": \"rgba(6, 8, 7, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #17211c 62%, #101815)\",\n \"surface-line\": \"color-mix(in srgb, #22302a 72%, #101815)\",\n \"brand-violet\": \"#d49ac0\",\n \"brand-cyan\": \"#5fd6cf\",\n \"brand-lime\": \"#4fd39b\",\n \"brand-coral\": \"#ff8a5c\",\n \"brand-navy\": \"color-mix(in srgb, #e6ede7 70%, #101815)\",\n \"brand-violet-rgb\": \"212, 154, 192\",\n \"brand-cyan-rgb\": \"95, 214, 207\",\n \"brand-lime-rgb\": \"79, 211, 155\",\n \"brand-coral-rgb\": \"255, 138, 92\",\n \"accent-a\": \"#4fd39b\",\n \"accent-b\": \"#d49ac0\",\n \"accent-c\": \"#5fd6cf\",\n \"accent-warm\": \"#ffcc5c\",\n \"accent-cool\": \"#6fbfe8\",\n \"accent-a-ink\": \"#4fd39b\",\n \"accent-b-ink\": \"#d49ac0\",\n \"accent-c-ink\": \"#5fd6cf\",\n \"accent-warm-ink\": \"#ffcc5c\",\n \"accent-cool-ink\": \"#6fbfe8\",\n \"accent-coral-ink\": \"#ff8a5c\",\n \"syntax-foreground\": \"#e6ede7\",\n \"syntax-background\": \"#0b110e\",\n \"syntax-token-comment\": \"color-mix(in srgb, #e6ede7 55%, #0b110e)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #e6ede7 72%, #0b110e)\",\n \"syntax-token-keyword\": \"#d49ac0\",\n \"syntax-token-string\": \"#4fd39b\",\n \"syntax-token-string-expression\": \"#4fd39b\",\n \"syntax-token-constant\": \"#ffcc5c\",\n \"syntax-token-function\": \"#6fbfe8\",\n \"syntax-token-parameter\": \"#ff8a5c\",\n \"syntax-token-link\": \"#5fd6cf\",\n },\n};\n\nexport default fuji;\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-fuji",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.5",
|
|
4
4
|
"description": "Mountain festival poster — forest, dawn orange and open sky — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color-scheme",
|
|
@@ -42,7 +42,7 @@
|
|
|
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.5"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|