@creopse/bridge 0.1.11 → 0.1.13
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-C8b1StIO.js +17 -0
- package/dist/vite/react.d.ts +0 -5
- package/dist/vite/react.js +37 -40
- package/dist/vite/vue.d.ts +0 -5
- package/dist/vite/vue.js +41 -44
- package/dist/vue/composables/responsive.d.ts +10 -10
- package/package.json +21 -31
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/lodash.js";
|
|
2
|
+
import "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/browser-image-compression@2.0.2/node_modules/browser-image-compression/dist/browser-image-compression.mjs";
|
|
3
|
+
import r from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/dayjs.min.js";
|
|
4
|
+
import "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/locale/fr.js";
|
|
5
|
+
import e from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/customParseFormat.js";
|
|
6
|
+
import a from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/relativeTime.js";
|
|
7
|
+
r.extend(e);
|
|
8
|
+
r.extend(a);
|
|
9
|
+
function D(t) {
|
|
10
|
+
return t.replace(/[^a-z0-9\/-]/g, "").replace(/\//g, "-");
|
|
11
|
+
}
|
|
12
|
+
var d = "PluginDashboard", g = "PluginSettings";
|
|
13
|
+
export {
|
|
14
|
+
d as D,
|
|
15
|
+
g as S,
|
|
16
|
+
D as s
|
|
17
|
+
};
|
package/dist/vite/react.d.ts
CHANGED
|
@@ -31,11 +31,6 @@ export interface CreopseReactPluginOptions {
|
|
|
31
31
|
* @default []
|
|
32
32
|
*/
|
|
33
33
|
shared?: string[];
|
|
34
|
-
/**
|
|
35
|
-
* Whether to enable UnoCSS.
|
|
36
|
-
* @default false
|
|
37
|
-
*/
|
|
38
|
-
unocss?: boolean;
|
|
39
34
|
/**
|
|
40
35
|
* Whether to generate an eslint auto-import config file.
|
|
41
36
|
* @default false
|
package/dist/vite/react.js
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import { D as y, S, s as b } from "../index-C8b1StIO.js";
|
|
2
|
+
import D from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/@originjs+vite-plugin-federation@1.4.1/node_modules/@originjs/vite-plugin-federation/dist/index.mjs";
|
|
3
|
+
import L from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/@vitejs+plugin-basic-ssl@2.3.0_vite@7.0.5_@types+node@24.0.15_jiti@2.6.1_tsx@4.21.0_/node_modules/@vitejs/plugin-basic-ssl/dist/index.mjs";
|
|
4
4
|
import x from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/@vitejs+plugin-react@4.6.0_vite@7.0.5_@types+node@24.0.15_jiti@2.6.1_tsx@4.21.0_/node_modules/@vitejs/plugin-react/dist/index.mjs";
|
|
5
|
-
import { stringify as
|
|
6
|
-
import
|
|
5
|
+
import { stringify as C, parse as M } from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/comment-json@4.6.2/node_modules/comment-json/src/index.js";
|
|
6
|
+
import O from "fs";
|
|
7
7
|
import s from "path";
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
|
|
14
|
-
function Z(A = {}) {
|
|
8
|
+
import j from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/rollup-plugin-copy@3.5.0/node_modules/rollup-plugin-copy/dist/index.module.js";
|
|
9
|
+
import k from "vite-plugin-auto-import-lite";
|
|
10
|
+
import N from "vite-plugin-i18next-loader";
|
|
11
|
+
import B from "vite-plugin-json5";
|
|
12
|
+
import $ from "vite-plugin-top-level-await";
|
|
13
|
+
function Q(A = {}) {
|
|
15
14
|
const {
|
|
16
15
|
manifestPath: p = "./manifest.jsonc",
|
|
17
16
|
srcDir: c = "./src",
|
|
@@ -19,51 +18,50 @@ function Z(A = {}) {
|
|
|
19
18
|
i18nLocalesPath: f,
|
|
20
19
|
hooksDirs: _ = ["src/hooks"],
|
|
21
20
|
shared: E = [],
|
|
22
|
-
|
|
23
|
-
eslintAutoImport: I = !1
|
|
21
|
+
eslintAutoImport: w = !1
|
|
24
22
|
} = A;
|
|
25
|
-
let r, e, u, g,
|
|
26
|
-
function
|
|
27
|
-
const
|
|
28
|
-
if (e =
|
|
29
|
-
for (const
|
|
30
|
-
|
|
23
|
+
let r, e, u, g, o, v, P, h;
|
|
24
|
+
function I() {
|
|
25
|
+
const l = s.resolve(r, p), m = O.readFileSync(l, "utf-8");
|
|
26
|
+
if (e = M(m || "{}"), o = {}, e.pages && Array.isArray(e.pages))
|
|
27
|
+
for (const a of e.pages)
|
|
28
|
+
o[`./${a.name}`] = a.module;
|
|
31
29
|
const n = e.dashboard;
|
|
32
|
-
n?.module && (
|
|
30
|
+
n?.module && (o[`./${y}`] = n.module);
|
|
33
31
|
const i = e.settings;
|
|
34
|
-
i?.module && (
|
|
35
|
-
const
|
|
36
|
-
u =
|
|
32
|
+
i?.module && (o[`./${S}`] = i.module);
|
|
33
|
+
const t = e.development;
|
|
34
|
+
u = b(String(e.id)) || "creopse-plugin", g = e.entry || "remoteEntry.js", v = t?.previewPort || 2160, P = t?.serverPort || 2161, h = t?.ssl || !1;
|
|
37
35
|
}
|
|
38
36
|
return {
|
|
39
37
|
name: "creopse-react-plugin",
|
|
40
|
-
config(
|
|
41
|
-
r =
|
|
38
|
+
config(l) {
|
|
39
|
+
r = l.root || process.cwd(), I();
|
|
42
40
|
const m = process.env.APP_IS_PREVIEW === "true", n = f ? s.resolve(r, f) : s.resolve(r, c, "i18n/locales"), i = ["react", "react-dom", "zustand", ...E];
|
|
43
41
|
return {
|
|
44
42
|
envPrefix: "APP_",
|
|
45
43
|
plugins: [
|
|
46
44
|
x(),
|
|
47
|
-
|
|
45
|
+
D({
|
|
48
46
|
name: u,
|
|
49
47
|
filename: g,
|
|
50
|
-
exposes:
|
|
48
|
+
exposes: o,
|
|
51
49
|
shared: i
|
|
52
50
|
}),
|
|
53
|
-
|
|
51
|
+
$({
|
|
54
52
|
promiseExportName: "__tla",
|
|
55
|
-
promiseImportName: (
|
|
53
|
+
promiseImportName: (t) => `__tla_${t}`
|
|
56
54
|
}),
|
|
57
|
-
|
|
58
|
-
|
|
55
|
+
B(),
|
|
56
|
+
N({
|
|
59
57
|
paths: [n],
|
|
60
58
|
include: ["**/*.json"]
|
|
61
59
|
}),
|
|
62
|
-
|
|
60
|
+
k({
|
|
63
61
|
dirs: _,
|
|
64
62
|
imports: ["react"],
|
|
65
63
|
vueTemplate: !1,
|
|
66
|
-
...
|
|
64
|
+
...w ? {
|
|
67
65
|
eslintrc: {
|
|
68
66
|
enabled: !0,
|
|
69
67
|
filepath: "./.eslintrc-auto-import.json",
|
|
@@ -71,8 +69,7 @@ function Z(A = {}) {
|
|
|
71
69
|
}
|
|
72
70
|
} : {}
|
|
73
71
|
}),
|
|
74
|
-
...
|
|
75
|
-
...h ? [D()] : []
|
|
72
|
+
...h ? [L()] : []
|
|
76
73
|
],
|
|
77
74
|
resolve: {
|
|
78
75
|
alias: [
|
|
@@ -88,16 +85,16 @@ function Z(A = {}) {
|
|
|
88
85
|
outDir: d,
|
|
89
86
|
rollupOptions: {
|
|
90
87
|
plugins: [
|
|
91
|
-
|
|
88
|
+
j({
|
|
92
89
|
targets: [
|
|
93
90
|
{
|
|
94
91
|
src: s.resolve(r, p),
|
|
95
92
|
dest: d,
|
|
96
93
|
transform() {
|
|
97
|
-
return e?.mode && (e.mode = m ? "development" : "production"), ((
|
|
94
|
+
return e?.mode && (e.mode = m ? "development" : "production"), ((a) => a.replace(/(,)\s*\n/g, `,
|
|
98
95
|
|
|
99
96
|
`))(
|
|
100
|
-
|
|
97
|
+
C(e, null, 2)
|
|
101
98
|
);
|
|
102
99
|
}
|
|
103
100
|
}
|
|
@@ -131,5 +128,5 @@ function Z(A = {}) {
|
|
|
131
128
|
};
|
|
132
129
|
}
|
|
133
130
|
export {
|
|
134
|
-
|
|
131
|
+
Q as CreopseReactPlugin
|
|
135
132
|
};
|
package/dist/vite/vue.d.ts
CHANGED
|
@@ -31,10 +31,5 @@ export interface CreopseVuePluginOptions {
|
|
|
31
31
|
* @default []
|
|
32
32
|
*/
|
|
33
33
|
shared?: string[];
|
|
34
|
-
/**
|
|
35
|
-
* Whether to enable UnoCSS.
|
|
36
|
-
* @default false
|
|
37
|
-
*/
|
|
38
|
-
unocss?: boolean;
|
|
39
34
|
}
|
|
40
35
|
export declare function CreopseVuePlugin(options?: CreopseVuePluginOptions): Plugin;
|
package/dist/vite/vue.js
CHANGED
|
@@ -1,70 +1,67 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { stringify as x, parse as
|
|
6
|
-
import
|
|
1
|
+
import { D as y, S as I, s as S } from "../index-C8b1StIO.js";
|
|
2
|
+
import b from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/@originjs+vite-plugin-federation@1.4.1/node_modules/@originjs/vite-plugin-federation/dist/index.mjs";
|
|
3
|
+
import D from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/@vitejs+plugin-basic-ssl@2.3.0_vite@7.0.5_@types+node@24.0.15_jiti@2.6.1_tsx@4.21.0_/node_modules/@vitejs/plugin-basic-ssl/dist/index.mjs";
|
|
4
|
+
import L from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/@vitejs+plugin-vue@6.0.5_vite@7.0.5_@types+node@24.0.15_jiti@2.6.1_tsx@4.21.0__vue@3.5.32_typescript@5.8.3_/node_modules/@vitejs/plugin-vue/dist/index.mjs";
|
|
5
|
+
import { stringify as x, parse as C } from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/comment-json@4.6.2/node_modules/comment-json/src/index.js";
|
|
6
|
+
import M from "fs";
|
|
7
7
|
import s from "path";
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
|
|
14
|
-
function Y(h = {}) {
|
|
8
|
+
import O from "/Users/arkane/Dev/Projects/Web/creopse.proj/creopse.toolkit/node_modules/.pnpm/rollup-plugin-copy@3.5.0/node_modules/rollup-plugin-copy/dist/index.module.js";
|
|
9
|
+
import N from "vite-plugin-auto-import-lite";
|
|
10
|
+
import j from "vite-plugin-i18next-loader";
|
|
11
|
+
import B from "vite-plugin-json5";
|
|
12
|
+
import $ from "vite-plugin-top-level-await";
|
|
13
|
+
function K(h = {}) {
|
|
15
14
|
const {
|
|
16
|
-
manifestPath:
|
|
15
|
+
manifestPath: m = "./manifest.jsonc",
|
|
17
16
|
srcDir: c = "./src",
|
|
18
|
-
outDir:
|
|
19
|
-
i18nLocalesPath:
|
|
17
|
+
outDir: d = "frontend",
|
|
18
|
+
i18nLocalesPath: u,
|
|
20
19
|
composablesDirs: _ = ["src/composables"],
|
|
21
|
-
shared: E = []
|
|
22
|
-
unocss: w = !1
|
|
20
|
+
shared: E = []
|
|
23
21
|
} = h;
|
|
24
22
|
let r, e, f, v, t, g, P, A;
|
|
25
|
-
function
|
|
26
|
-
const a = s.resolve(r,
|
|
27
|
-
if (e =
|
|
23
|
+
function w() {
|
|
24
|
+
const a = s.resolve(r, m), p = M.readFileSync(a, "utf-8");
|
|
25
|
+
if (e = C(p || "{}"), t = {}, e.pages && Array.isArray(e.pages))
|
|
28
26
|
for (const l of e.pages)
|
|
29
27
|
t[`./${l.name}`] = l.module;
|
|
30
|
-
const
|
|
31
|
-
|
|
32
|
-
const
|
|
33
|
-
|
|
28
|
+
const i = e.dashboard;
|
|
29
|
+
i?.module && (t[`./${y}`] = i.module);
|
|
30
|
+
const n = e.settings;
|
|
31
|
+
n?.module && (t[`./${I}`] = n.module);
|
|
34
32
|
const o = e.development;
|
|
35
|
-
f =
|
|
33
|
+
f = S(String(e.id)) || "creopse-plugin", v = e.entry || "remoteEntry.js", g = o?.previewPort || 2160, P = o?.serverPort || 2161, A = o?.ssl || !1;
|
|
36
34
|
}
|
|
37
35
|
return {
|
|
38
36
|
name: "creopse-vue-plugin",
|
|
39
37
|
config(a) {
|
|
40
|
-
r = a.root || process.cwd(),
|
|
41
|
-
const
|
|
38
|
+
r = a.root || process.cwd(), w();
|
|
39
|
+
const p = process.env.APP_IS_PREVIEW === "true", i = u ? s.resolve(r, u) : s.resolve(r, c, "i18n/locales"), n = ["vue", "pinia", ...E];
|
|
42
40
|
return {
|
|
43
41
|
envPrefix: "APP_",
|
|
44
42
|
plugins: [
|
|
45
|
-
|
|
46
|
-
|
|
43
|
+
L(),
|
|
44
|
+
b({
|
|
47
45
|
name: f,
|
|
48
46
|
filename: v,
|
|
49
47
|
exposes: t,
|
|
50
|
-
shared:
|
|
48
|
+
shared: n
|
|
51
49
|
}),
|
|
52
|
-
|
|
50
|
+
$({
|
|
53
51
|
promiseExportName: "__tla",
|
|
54
52
|
promiseImportName: (o) => `__tla_${o}`
|
|
55
53
|
}),
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
paths: [
|
|
54
|
+
B(),
|
|
55
|
+
j({
|
|
56
|
+
paths: [i],
|
|
59
57
|
include: ["**/*.json"]
|
|
60
58
|
}),
|
|
61
|
-
|
|
59
|
+
N({
|
|
62
60
|
dirs: _,
|
|
63
61
|
imports: ["vue", "pinia"],
|
|
64
62
|
vueTemplate: !0
|
|
65
63
|
}),
|
|
66
|
-
...
|
|
67
|
-
...A ? [C()] : []
|
|
64
|
+
...A ? [D()] : []
|
|
68
65
|
],
|
|
69
66
|
resolve: {
|
|
70
67
|
alias: [
|
|
@@ -77,16 +74,16 @@ function Y(h = {}) {
|
|
|
77
74
|
},
|
|
78
75
|
build: {
|
|
79
76
|
target: "esnext",
|
|
80
|
-
outDir:
|
|
77
|
+
outDir: d,
|
|
81
78
|
rollupOptions: {
|
|
82
79
|
plugins: [
|
|
83
|
-
|
|
80
|
+
O({
|
|
84
81
|
targets: [
|
|
85
82
|
{
|
|
86
|
-
src: s.resolve(r,
|
|
87
|
-
dest:
|
|
83
|
+
src: s.resolve(r, m),
|
|
84
|
+
dest: d,
|
|
88
85
|
transform() {
|
|
89
|
-
return e?.mode && (e.mode =
|
|
86
|
+
return e?.mode && (e.mode = p ? "development" : "production"), ((l) => l.replace(/(,)\s*\n/g, `,
|
|
90
87
|
|
|
91
88
|
`))(
|
|
92
89
|
x(e, null, 2)
|
|
@@ -123,5 +120,5 @@ function Y(h = {}) {
|
|
|
123
120
|
};
|
|
124
121
|
}
|
|
125
122
|
export {
|
|
126
|
-
|
|
123
|
+
K as CreopseVuePlugin
|
|
127
124
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export declare const useResponsive: () => {
|
|
2
|
-
is2XlScreen: import('vue').
|
|
3
|
-
isXlScreen: import('vue').
|
|
4
|
-
isLgScreen: import('vue').
|
|
5
|
-
isMdScreen: import('vue').
|
|
6
|
-
isSmScreen: import('vue').
|
|
7
|
-
fromSm: import('vue').
|
|
8
|
-
fromMd: import('vue').
|
|
9
|
-
fromLg: import('vue').
|
|
10
|
-
fromXl: import('vue').
|
|
11
|
-
from2Xl: import('vue').
|
|
2
|
+
is2XlScreen: import('vue').ComputedRef<boolean>;
|
|
3
|
+
isXlScreen: import('vue').ComputedRef<boolean>;
|
|
4
|
+
isLgScreen: import('vue').ComputedRef<boolean>;
|
|
5
|
+
isMdScreen: import('vue').ComputedRef<boolean>;
|
|
6
|
+
isSmScreen: import('vue').ComputedRef<boolean>;
|
|
7
|
+
fromSm: import('vue').ComputedRef<boolean>;
|
|
8
|
+
fromMd: import('vue').ComputedRef<boolean>;
|
|
9
|
+
fromLg: import('vue').ComputedRef<boolean>;
|
|
10
|
+
fromXl: import('vue').ComputedRef<boolean>;
|
|
11
|
+
from2Xl: import('vue').ComputedRef<boolean>;
|
|
12
12
|
isMobile: import('vue').ComputedRef<boolean>;
|
|
13
13
|
isTablet: import('vue').ComputedRef<boolean>;
|
|
14
14
|
isDesktop: import('vue').ComputedRef<boolean>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@creopse/bridge",
|
|
3
3
|
"description": "Creopse Bridge Toolkit",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.13",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Noé Gnanih <noegnanih@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -33,30 +33,15 @@
|
|
|
33
33
|
"README.md"
|
|
34
34
|
],
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"@vueuse/core": "^10.11.1",
|
|
39
|
-
"naive-ui": "^2.44.1",
|
|
36
|
+
"vue": "^3.5.27",
|
|
37
|
+
"vue-i18n": "^11.3.0",
|
|
40
38
|
"pinia": "^3.0.0",
|
|
41
39
|
"react": "^19.2.4",
|
|
42
40
|
"react-dom": "^19.2.4",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"zustand": "^5.0.12"
|
|
41
|
+
"zustand": "^5.0.12",
|
|
42
|
+
"vite": "^7.0.5"
|
|
46
43
|
},
|
|
47
44
|
"peerDependenciesMeta": {
|
|
48
|
-
"naive-ui": {
|
|
49
|
-
"optional": true
|
|
50
|
-
},
|
|
51
|
-
"@vueuse/core": {
|
|
52
|
-
"optional": true
|
|
53
|
-
},
|
|
54
|
-
"@iconify/vue": {
|
|
55
|
-
"optional": true
|
|
56
|
-
},
|
|
57
|
-
"@iconify/react": {
|
|
58
|
-
"optional": true
|
|
59
|
-
},
|
|
60
45
|
"vue": {
|
|
61
46
|
"optional": true
|
|
62
47
|
},
|
|
@@ -74,30 +59,35 @@
|
|
|
74
59
|
},
|
|
75
60
|
"zustand": {
|
|
76
61
|
"optional": true
|
|
62
|
+
},
|
|
63
|
+
"vite": {
|
|
64
|
+
"optional": false
|
|
77
65
|
}
|
|
78
66
|
},
|
|
79
67
|
"dependencies": {
|
|
68
|
+
"@iconify/react": "^6.0.2",
|
|
69
|
+
"@iconify/vue": "^5.0.0",
|
|
70
|
+
"@vueuse/core": "^14.2.1",
|
|
71
|
+
"naive-ui": "^2.44.1",
|
|
80
72
|
"framer-motion": "^12.23.9",
|
|
81
|
-
"@creopse/utils": "0.1.9"
|
|
82
|
-
},
|
|
83
|
-
"devDependencies": {
|
|
84
73
|
"@originjs/vite-plugin-federation": "^1.4.1",
|
|
85
|
-
"@types/react": "^19.2.4",
|
|
86
|
-
"@types/react-dom": "^19.1.6",
|
|
87
74
|
"@vitejs/plugin-basic-ssl": "^2.3.0",
|
|
88
75
|
"@vitejs/plugin-react": "^4.6.0",
|
|
89
76
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
90
77
|
"comment-json": "^4.6.2",
|
|
91
78
|
"rollup-plugin-copy": "^3.5.0",
|
|
92
|
-
"tsx": "^4.21.0",
|
|
93
|
-
"typescript": "~5.8.3",
|
|
94
|
-
"unocss": "^66.6.7",
|
|
95
|
-
"vite": "^7.0.5",
|
|
96
79
|
"vite-plugin-auto-import-lite": "^0.0.2",
|
|
97
|
-
"vite-plugin-dts": "^4.5.4",
|
|
98
80
|
"vite-plugin-i18next-loader": "^3.1.3",
|
|
99
81
|
"vite-plugin-json5": "^1.2.0",
|
|
100
|
-
"vite-plugin-top-level-await": "^1.6.0"
|
|
82
|
+
"vite-plugin-top-level-await": "^1.6.0",
|
|
83
|
+
"@creopse/utils": "0.1.9"
|
|
84
|
+
},
|
|
85
|
+
"devDependencies": {
|
|
86
|
+
"@types/react": "^19.2.4",
|
|
87
|
+
"@types/react-dom": "^19.1.6",
|
|
88
|
+
"tsx": "^4.21.0",
|
|
89
|
+
"typescript": "~5.8.3",
|
|
90
|
+
"vite-plugin-dts": "^4.5.4"
|
|
101
91
|
},
|
|
102
92
|
"repository": {
|
|
103
93
|
"type": "git",
|