@ox-content/theme-color-vitesse 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 vitesse = {
|
|
|
78
78
|
"accent-warm-ink": "#a65e2b",
|
|
79
79
|
"accent-cool-ink": "#296aa3",
|
|
80
80
|
"accent-coral-ink": "#ab5959",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
81
|
+
"syntax-foreground": "#393a34",
|
|
82
|
+
"syntax-background": "#f7f7f6",
|
|
83
|
+
"syntax-token-comment": "color-mix(in srgb, #393a34 55%, #f7f7f6)",
|
|
84
|
+
"syntax-token-punctuation": "color-mix(in srgb, #393a34 72%, #f7f7f6)",
|
|
85
|
+
"syntax-token-keyword": "#6c51a3",
|
|
86
|
+
"syntax-token-string": "#1e754f",
|
|
87
|
+
"syntax-token-string-expression": "#1e754f",
|
|
88
|
+
"syntax-token-constant": "#a65e2b",
|
|
89
|
+
"syntax-token-function": "#296aa3",
|
|
90
|
+
"syntax-token-parameter": "#ab5959",
|
|
91
|
+
"syntax-token-link": "#2f8a89"
|
|
92
92
|
},
|
|
93
93
|
darkTokens: {
|
|
94
94
|
"color-code-line-highlight": "color-mix(in srgb, #6394bf 16%, transparent)",
|
|
@@ -130,17 +130,17 @@ const vitesse = {
|
|
|
130
130
|
"accent-warm-ink": "#d4976c",
|
|
131
131
|
"accent-cool-ink": "#6394bf",
|
|
132
132
|
"accent-coral-ink": "#cb7676",
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
133
|
+
"syntax-foreground": "#dbd7ca",
|
|
134
|
+
"syntax-background": "#0f0f0f",
|
|
135
|
+
"syntax-token-comment": "color-mix(in srgb, #dbd7ca 55%, #0f0f0f)",
|
|
136
|
+
"syntax-token-punctuation": "color-mix(in srgb, #dbd7ca 72%, #0f0f0f)",
|
|
137
|
+
"syntax-token-keyword": "#a08cd0",
|
|
138
|
+
"syntax-token-string": "#4d9375",
|
|
139
|
+
"syntax-token-string-expression": "#4d9375",
|
|
140
|
+
"syntax-token-constant": "#d4976c",
|
|
141
|
+
"syntax-token-function": "#6394bf",
|
|
142
|
+
"syntax-token-parameter": "#cb7676",
|
|
143
|
+
"syntax-token-link": "#5eaab5"
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -74,17 +74,17 @@ const vitesse = {
|
|
|
74
74
|
"accent-warm-ink": "#a65e2b",
|
|
75
75
|
"accent-cool-ink": "#296aa3",
|
|
76
76
|
"accent-coral-ink": "#ab5959",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
77
|
+
"syntax-foreground": "#393a34",
|
|
78
|
+
"syntax-background": "#f7f7f6",
|
|
79
|
+
"syntax-token-comment": "color-mix(in srgb, #393a34 55%, #f7f7f6)",
|
|
80
|
+
"syntax-token-punctuation": "color-mix(in srgb, #393a34 72%, #f7f7f6)",
|
|
81
|
+
"syntax-token-keyword": "#6c51a3",
|
|
82
|
+
"syntax-token-string": "#1e754f",
|
|
83
|
+
"syntax-token-string-expression": "#1e754f",
|
|
84
|
+
"syntax-token-constant": "#a65e2b",
|
|
85
|
+
"syntax-token-function": "#296aa3",
|
|
86
|
+
"syntax-token-parameter": "#ab5959",
|
|
87
|
+
"syntax-token-link": "#2f8a89"
|
|
88
88
|
},
|
|
89
89
|
darkTokens: {
|
|
90
90
|
"color-code-line-highlight": "color-mix(in srgb, #6394bf 16%, transparent)",
|
|
@@ -126,17 +126,17 @@ const vitesse = {
|
|
|
126
126
|
"accent-warm-ink": "#d4976c",
|
|
127
127
|
"accent-cool-ink": "#6394bf",
|
|
128
128
|
"accent-coral-ink": "#cb7676",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
129
|
+
"syntax-foreground": "#dbd7ca",
|
|
130
|
+
"syntax-background": "#0f0f0f",
|
|
131
|
+
"syntax-token-comment": "color-mix(in srgb, #dbd7ca 55%, #0f0f0f)",
|
|
132
|
+
"syntax-token-punctuation": "color-mix(in srgb, #dbd7ca 72%, #0f0f0f)",
|
|
133
|
+
"syntax-token-keyword": "#a08cd0",
|
|
134
|
+
"syntax-token-string": "#4d9375",
|
|
135
|
+
"syntax-token-string-expression": "#4d9375",
|
|
136
|
+
"syntax-token-constant": "#d4976c",
|
|
137
|
+
"syntax-token-function": "#6394bf",
|
|
138
|
+
"syntax-token-parameter": "#cb7676",
|
|
139
|
+
"syntax-token-link": "#5eaab5"
|
|
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 * Vitesse — Anthony Fu's Vitesse light and dark.\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 vitesse: ThemeConfig = {\n name: \"vitesse\",\n colors: {\n primary: \"#1e754f\",\n primaryHover: \"#155a3c\",\n background: \"#ffffff\",\n backgroundAlt: \"#f7f7f6\",\n text: \"#393a34\",\n textMuted: \"#75756c\",\n border: \"#e3e3dd\",\n codeBackground: \"#f7f7f6\",\n codeBackgroundTop: \"#f7f7f6\",\n codeText: \"#393a34\",\n },\n darkColors: {\n primary: \"#4d9375\",\n primaryHover: \"#6fb494\",\n background: \"#121212\",\n backgroundAlt: \"#1b1b1b\",\n text: \"#dbd7caee\",\n textMuted: \"#84848c\",\n border: \"#2c2c2c\",\n codeBackground: \"#0f0f0f\",\n codeBackgroundTop: \"#0f0f0f\",\n codeText: \"#dbd7ca\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #296aa3 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #a65e2b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#a65e2b\",\n \"color-code-line-error\": \"color-mix(in srgb, #ab5959 20%, transparent)\",\n \"color-code-line-error-border\": \"#ab5959\",\n \"color-code-line-add\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-add-border\": \"#1e754f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ab5959 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ab5959\",\n \"color-code-line-focus\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f7f7f6 92%, #393a34)\",\n \"color-code-title-text\": \"color-mix(in srgb, #393a34 88%, #f7f7f6)\",\n \"color-code-title-border\": \"color-mix(in srgb, #393a34 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #393a34 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e3e3dd 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 89, 89, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f7f7f6 62%, #ffffff)\",\n \"surface-line\": \"color-mix(in srgb, #e3e3dd 72%, #ffffff)\",\n \"brand-violet\": \"#6c51a3\",\n \"brand-cyan\": \"#2f8a89\",\n \"brand-lime\": \"#1e754f\",\n \"brand-coral\": \"#ab5959\",\n \"brand-navy\": \"color-mix(in srgb, #393a34 70%, #ffffff)\",\n \"brand-violet-rgb\": \"108, 81, 163\",\n \"brand-cyan-rgb\": \"47, 138, 137\",\n \"brand-lime-rgb\": \"30, 117, 79\",\n \"brand-coral-rgb\": \"171, 89, 89\",\n \"accent-a\": \"#1e754f\",\n \"accent-b\": \"#6c51a3\",\n \"accent-c\": \"#2f8a89\",\n \"accent-warm\": \"#a65e2b\",\n \"accent-cool\": \"#296aa3\",\n \"accent-a-ink\": \"#1e754f\",\n \"accent-b-ink\": \"#6c51a3\",\n \"accent-c-ink\": \"#2b7f7e\",\n \"accent-warm-ink\": \"#a65e2b\",\n \"accent-cool-ink\": \"#296aa3\",\n \"accent-coral-ink\": \"#ab5959\",\n \"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Vitesse — Anthony Fu's Vitesse light and dark.\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 vitesse: ThemeConfig = {\n name: \"vitesse\",\n colors: {\n primary: \"#1e754f\",\n primaryHover: \"#155a3c\",\n background: \"#ffffff\",\n backgroundAlt: \"#f7f7f6\",\n text: \"#393a34\",\n textMuted: \"#75756c\",\n border: \"#e3e3dd\",\n codeBackground: \"#f7f7f6\",\n codeBackgroundTop: \"#f7f7f6\",\n codeText: \"#393a34\",\n },\n darkColors: {\n primary: \"#4d9375\",\n primaryHover: \"#6fb494\",\n background: \"#121212\",\n backgroundAlt: \"#1b1b1b\",\n text: \"#dbd7caee\",\n textMuted: \"#84848c\",\n border: \"#2c2c2c\",\n codeBackground: \"#0f0f0f\",\n codeBackgroundTop: \"#0f0f0f\",\n codeText: \"#dbd7ca\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #296aa3 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #a65e2b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#a65e2b\",\n \"color-code-line-error\": \"color-mix(in srgb, #ab5959 20%, transparent)\",\n \"color-code-line-error-border\": \"#ab5959\",\n \"color-code-line-add\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-add-border\": \"#1e754f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ab5959 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ab5959\",\n \"color-code-line-focus\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f7f7f6 92%, #393a34)\",\n \"color-code-title-text\": \"color-mix(in srgb, #393a34 88%, #f7f7f6)\",\n \"color-code-title-border\": \"color-mix(in srgb, #393a34 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #393a34 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e3e3dd 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 89, 89, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f7f7f6 62%, #ffffff)\",\n \"surface-line\": \"color-mix(in srgb, #e3e3dd 72%, #ffffff)\",\n \"brand-violet\": \"#6c51a3\",\n \"brand-cyan\": \"#2f8a89\",\n \"brand-lime\": \"#1e754f\",\n \"brand-coral\": \"#ab5959\",\n \"brand-navy\": \"color-mix(in srgb, #393a34 70%, #ffffff)\",\n \"brand-violet-rgb\": \"108, 81, 163\",\n \"brand-cyan-rgb\": \"47, 138, 137\",\n \"brand-lime-rgb\": \"30, 117, 79\",\n \"brand-coral-rgb\": \"171, 89, 89\",\n \"accent-a\": \"#1e754f\",\n \"accent-b\": \"#6c51a3\",\n \"accent-c\": \"#2f8a89\",\n \"accent-warm\": \"#a65e2b\",\n \"accent-cool\": \"#296aa3\",\n \"accent-a-ink\": \"#1e754f\",\n \"accent-b-ink\": \"#6c51a3\",\n \"accent-c-ink\": \"#2b7f7e\",\n \"accent-warm-ink\": \"#a65e2b\",\n \"accent-cool-ink\": \"#296aa3\",\n \"accent-coral-ink\": \"#ab5959\",\n \"syntax-foreground\": \"#393a34\",\n \"syntax-background\": \"#f7f7f6\",\n \"syntax-token-comment\": \"color-mix(in srgb, #393a34 55%, #f7f7f6)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #393a34 72%, #f7f7f6)\",\n \"syntax-token-keyword\": \"#6c51a3\",\n \"syntax-token-string\": \"#1e754f\",\n \"syntax-token-string-expression\": \"#1e754f\",\n \"syntax-token-constant\": \"#a65e2b\",\n \"syntax-token-function\": \"#296aa3\",\n \"syntax-token-parameter\": \"#ab5959\",\n \"syntax-token-link\": \"#2f8a89\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6394bf 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d4976c 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d4976c\",\n \"color-code-line-error\": \"color-mix(in srgb, #cb7676 20%, transparent)\",\n \"color-code-line-error-border\": \"#cb7676\",\n \"color-code-line-add\": \"color-mix(in srgb, #4d9375 16%, transparent)\",\n \"color-code-line-add-border\": \"#4d9375\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cb7676 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cb7676\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d9375 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0f0f0f 92%, #dbd7ca)\",\n \"color-code-title-text\": \"color-mix(in srgb, #dbd7ca 88%, #0f0f0f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #dbd7ca 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #dbd7ca 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #2c2c2c 92%, transparent)\",\n \"color-backdrop\": \"rgba(6, 6, 6, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1b1b1b 62%, #121212)\",\n \"surface-line\": \"color-mix(in srgb, #2c2c2c 72%, #121212)\",\n \"brand-violet\": \"#a08cd0\",\n \"brand-cyan\": \"#5eaab5\",\n \"brand-lime\": \"#4d9375\",\n \"brand-coral\": \"#cb7676\",\n \"brand-navy\": \"color-mix(in srgb, #dbd7caee 70%, #121212)\",\n \"brand-violet-rgb\": \"160, 140, 208\",\n \"brand-cyan-rgb\": \"94, 170, 181\",\n \"brand-lime-rgb\": \"77, 147, 117\",\n \"brand-coral-rgb\": \"203, 118, 118\",\n \"accent-a\": \"#4d9375\",\n \"accent-b\": \"#a08cd0\",\n \"accent-c\": \"#5eaab5\",\n \"accent-warm\": \"#d4976c\",\n \"accent-cool\": \"#6394bf\",\n \"accent-a-ink\": \"#4d9375\",\n \"accent-b-ink\": \"#a08cd0\",\n \"accent-c-ink\": \"#5eaab5\",\n \"accent-warm-ink\": \"#d4976c\",\n \"accent-cool-ink\": \"#6394bf\",\n \"accent-coral-ink\": \"#cb7676\",\n \"syntax-foreground\": \"#dbd7ca\",\n \"syntax-background\": \"#0f0f0f\",\n \"syntax-token-comment\": \"color-mix(in srgb, #dbd7ca 55%, #0f0f0f)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #dbd7ca 72%, #0f0f0f)\",\n \"syntax-token-keyword\": \"#a08cd0\",\n \"syntax-token-string\": \"#4d9375\",\n \"syntax-token-string-expression\": \"#4d9375\",\n \"syntax-token-constant\": \"#d4976c\",\n \"syntax-token-function\": \"#6394bf\",\n \"syntax-token-parameter\": \"#cb7676\",\n \"syntax-token-link\": \"#5eaab5\",\n },\n};\n\nexport default vitesse;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,UAAuB;CAClC,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-vitesse",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-alpha.10",
|
|
4
4
|
"description": "Anthony Fu's Vitesse light and dark — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color-scheme",
|
|
@@ -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": {
|