@vef-framework/dev 1.0.125 → 1.0.127
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/bin/hoist-patterns.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default ["
|
|
1
|
+
export default ["recharts","@monaco-editor/react","@monaco-editor/loader","monaco-editor","eslint*","@eslint/*","@eslint-react/*","stylelint*","lint-staged","@commitlint/*","tailwindcss","@tailwindcss/vite","zod"]
|
|
@@ -47,7 +47,11 @@ function createConventionalConfigPlugin({
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
optimizeDeps: {
|
|
50
|
-
exclude: [
|
|
50
|
+
exclude: [
|
|
51
|
+
"monaco-editor",
|
|
52
|
+
"@monaco-editor/react",
|
|
53
|
+
"@microlink/react-json-view"
|
|
54
|
+
],
|
|
51
55
|
esbuildOptions: {
|
|
52
56
|
plugins: []
|
|
53
57
|
}
|
|
@@ -55,8 +59,8 @@ function createConventionalConfigPlugin({
|
|
|
55
59
|
esbuild: {
|
|
56
60
|
drop: ["console", "debugger"],
|
|
57
61
|
charset: "utf8",
|
|
58
|
-
minifyIdentifiers:
|
|
59
|
-
minifySyntax:
|
|
62
|
+
minifyIdentifiers: true,
|
|
63
|
+
minifySyntax: false,
|
|
60
64
|
minifyWhitespace: true
|
|
61
65
|
},
|
|
62
66
|
build: {
|
|
@@ -45,7 +45,11 @@ function createConventionalConfigPlugin({
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
optimizeDeps: {
|
|
48
|
-
exclude: [
|
|
48
|
+
exclude: [
|
|
49
|
+
"monaco-editor",
|
|
50
|
+
"@monaco-editor/react",
|
|
51
|
+
"@microlink/react-json-view"
|
|
52
|
+
],
|
|
49
53
|
esbuildOptions: {
|
|
50
54
|
plugins: []
|
|
51
55
|
}
|
|
@@ -53,8 +57,8 @@ function createConventionalConfigPlugin({
|
|
|
53
57
|
esbuild: {
|
|
54
58
|
drop: ["console", "debugger"],
|
|
55
59
|
charset: "utf8",
|
|
56
|
-
minifyIdentifiers:
|
|
57
|
-
minifySyntax:
|
|
60
|
+
minifyIdentifiers: true,
|
|
61
|
+
minifySyntax: false,
|
|
58
62
|
minifyWhitespace: true
|
|
59
63
|
},
|
|
60
64
|
build: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vef-framework/dev",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.127",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "The development tools of the VEF framework",
|
|
7
7
|
"author": "Venus",
|
|
@@ -12,16 +12,22 @@
|
|
|
12
12
|
],
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"exports": {
|
|
15
|
-
".": {
|
|
16
|
-
"types": "./types/index.d.ts",
|
|
17
|
-
"import": "./esm/index.js",
|
|
18
|
-
"require": "./cjs/index.cjs"
|
|
19
|
-
},
|
|
20
15
|
"./client": {
|
|
21
16
|
"types": "./client.d.ts"
|
|
22
17
|
},
|
|
23
18
|
"./tsconfig.app.json": "./tsconfig.app.json",
|
|
24
|
-
"./tsconfig.build.json": "./tsconfig.build.json"
|
|
19
|
+
"./tsconfig.build.json": "./tsconfig.build.json",
|
|
20
|
+
".": {
|
|
21
|
+
"import": {
|
|
22
|
+
"types": "./types/index.d.ts",
|
|
23
|
+
"default": "./esm/index.js"
|
|
24
|
+
},
|
|
25
|
+
"require": {
|
|
26
|
+
"types": "./types/index.d.ts",
|
|
27
|
+
"default": "./cjs/index.cjs"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"./package.json": "./package.json"
|
|
25
31
|
},
|
|
26
32
|
"main": "cjs/index.cjs",
|
|
27
33
|
"types": "types/index.d.ts",
|
|
@@ -35,28 +41,28 @@
|
|
|
35
41
|
"node": ">=20"
|
|
36
42
|
},
|
|
37
43
|
"dependencies": {
|
|
38
|
-
"@antfu/eslint-config": "4.
|
|
44
|
+
"@antfu/eslint-config": "4.11.0",
|
|
39
45
|
"@commitlint/cli": "19.8.0",
|
|
40
46
|
"@commitlint/config-conventional": "19.8.0",
|
|
41
47
|
"@commitlint/format": "19.8.0",
|
|
42
48
|
"@commitlint/types": "19.8.0",
|
|
43
|
-
"@eslint-react/eslint-plugin": "1.
|
|
49
|
+
"@eslint-react/eslint-plugin": "1.38.0",
|
|
44
50
|
"@iconify-json/hugeicons": "^1.2.4",
|
|
45
|
-
"@iconify-json/lucide": "^1.2.
|
|
51
|
+
"@iconify-json/lucide": "^1.2.32",
|
|
46
52
|
"@iconify-json/mingcute": "^1.2.3",
|
|
47
53
|
"@iconify-json/tabler": "^1.2.17",
|
|
48
54
|
"@svgr/plugin-svgo": "^8.1.0",
|
|
49
55
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
50
|
-
"@tailwindcss/vite": "^4.0.
|
|
56
|
+
"@tailwindcss/vite": "^4.0.16",
|
|
51
57
|
"@tanstack/eslint-plugin-router": "^1.114.12",
|
|
52
|
-
"@tanstack/router-plugin": "^1.114.
|
|
53
|
-
"@vitejs/plugin-react-swc": "^3.8.
|
|
58
|
+
"@tanstack/router-plugin": "^1.114.27",
|
|
59
|
+
"@vitejs/plugin-react-swc": "^3.8.1",
|
|
54
60
|
"browserslist": "^4.24.4",
|
|
55
61
|
"chalk": "^5.4.1",
|
|
56
62
|
"commander": "^13.1.0",
|
|
57
|
-
"consola": "^3.4.
|
|
63
|
+
"consola": "^3.4.2",
|
|
58
64
|
"dotenv": "^16.4.7",
|
|
59
|
-
"eslint": "9.
|
|
65
|
+
"eslint": "9.23.0",
|
|
60
66
|
"eslint-plugin-format": "1.0.1",
|
|
61
67
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
62
68
|
"eslint-plugin-react-refresh": "0.4.19",
|
|
@@ -71,17 +77,17 @@
|
|
|
71
77
|
"prompts": "^2.4.2",
|
|
72
78
|
"radashi": "12.4.0",
|
|
73
79
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
74
|
-
"sass-embedded": "^1.
|
|
80
|
+
"sass-embedded": "^1.86.0",
|
|
75
81
|
"stylelint": "^16.16.0",
|
|
76
82
|
"stylelint-config-recess-order": "^6.0.0",
|
|
77
83
|
"stylelint-config-recommended": "^15.0.0",
|
|
78
84
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
79
85
|
"stylelint-order": "^6.0.4",
|
|
80
|
-
"tailwindcss": "^4.0.
|
|
86
|
+
"tailwindcss": "^4.0.16",
|
|
81
87
|
"tslib": "2.8.1",
|
|
82
88
|
"unplugin-config": "^0.1.5",
|
|
83
89
|
"unplugin-icons": "^22.1.0",
|
|
84
|
-
"vite": "6.2.
|
|
90
|
+
"vite": "6.2.3",
|
|
85
91
|
"vite-plugin-eslint2": "^5.0.3",
|
|
86
92
|
"vite-plugin-inspect": "^11.0.0",
|
|
87
93
|
"vite-plugin-stylelint": "^6.0.0",
|
|
@@ -93,5 +99,5 @@
|
|
|
93
99
|
"access": "public"
|
|
94
100
|
},
|
|
95
101
|
"module": "esm/index.js",
|
|
96
|
-
"packageManager": "pnpm@10.6.
|
|
102
|
+
"packageManager": "pnpm@10.6.5"
|
|
97
103
|
}
|
package/template/_package.json
CHANGED
|
@@ -12,17 +12,15 @@
|
|
|
12
12
|
"prepare": "vef prepare",
|
|
13
13
|
"dev": "vef dev",
|
|
14
14
|
"build": "vef build",
|
|
15
|
-
"preview": "vef preview"
|
|
16
|
-
"lint:es": "npx eslint --fix",
|
|
17
|
-
"lint:style": "npx stylelint --fix"
|
|
15
|
+
"preview": "vef preview"
|
|
18
16
|
},
|
|
19
17
|
"dependencies": {
|
|
20
18
|
"@tanstack/react-router": "^1.0.0",
|
|
21
|
-
"@vef-framework/components": "1.0.
|
|
22
|
-
"@vef-framework/core": "1.0.
|
|
23
|
-
"@vef-framework/hooks": "1.0.
|
|
24
|
-
"@vef-framework/shared": "1.0.
|
|
25
|
-
"@vef-framework/starter": "1.0.
|
|
19
|
+
"@vef-framework/components": "1.0.127",
|
|
20
|
+
"@vef-framework/core": "1.0.127",
|
|
21
|
+
"@vef-framework/hooks": "1.0.127",
|
|
22
|
+
"@vef-framework/shared": "1.0.127",
|
|
23
|
+
"@vef-framework/starter": "1.0.127",
|
|
26
24
|
"react": "18.3.1",
|
|
27
25
|
"react-dom": "18.3.1"
|
|
28
26
|
},
|
package/tsconfig.app.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
3
|
"composite": true,
|
|
4
|
-
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
5
4
|
"target": "ES2020",
|
|
6
5
|
"jsx": "react-jsx",
|
|
7
|
-
"lib": ["
|
|
6
|
+
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
8
7
|
"moduleDetection": "force",
|
|
9
8
|
"useDefineForClassFields": true,
|
|
10
9
|
"module": "ES2020",
|
|
11
10
|
"moduleResolution": "bundler",
|
|
12
11
|
"allowImportingTsExtensions": false,
|
|
12
|
+
"allowJs": true,
|
|
13
13
|
|
|
14
14
|
/* Linting */
|
|
15
15
|
"strict": true,
|
|
@@ -18,12 +18,11 @@
|
|
|
18
18
|
"noImplicitOverride": true,
|
|
19
19
|
"noUnusedLocals": true,
|
|
20
20
|
"noUnusedParameters": true,
|
|
21
|
-
"declaration": true,
|
|
22
|
-
"importHelpers": true,
|
|
23
21
|
"noEmit": true,
|
|
24
22
|
"allowSyntheticDefaultImports": true,
|
|
25
23
|
"esModuleInterop": true,
|
|
26
24
|
"isolatedModules": true,
|
|
25
|
+
"verbatimModuleSyntax": true,
|
|
27
26
|
"skipLibCheck": true,
|
|
28
27
|
"noUncheckedSideEffectImports": true
|
|
29
28
|
}
|
package/tsconfig.build.json
CHANGED