@lark-apaas/coding-template-vite-react 0.1.11 → 0.1.12
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/package.json
CHANGED
|
@@ -1,34 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import reactHooks from 'eslint-plugin-react-hooks'
|
|
4
|
-
import reactRefresh from 'eslint-plugin-react-refresh'
|
|
5
|
-
import tseslint from 'typescript-eslint'
|
|
6
|
-
import { defineConfig, globalIgnores } from 'eslint/config'
|
|
1
|
+
import { globalIgnores } from 'eslint/config'
|
|
2
|
+
import { eslintPresets } from '@lark-apaas/coding-presets-react'
|
|
7
3
|
|
|
8
|
-
export default
|
|
4
|
+
export default [
|
|
9
5
|
globalIgnores(['dist', '**/components/ui/**']),
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
extends: [
|
|
13
|
-
js.configs.recommended,
|
|
14
|
-
tseslint.configs.recommended,
|
|
15
|
-
reactHooks.configs.flat.recommended,
|
|
16
|
-
reactRefresh.configs.vite,
|
|
17
|
-
],
|
|
18
|
-
languageOptions: {
|
|
19
|
-
ecmaVersion: 2020,
|
|
20
|
-
globals: globals.browser,
|
|
21
|
-
},
|
|
22
|
-
rules: {
|
|
23
|
-
// 关闭仅语法相关、不影响编译和运行时的规则
|
|
24
|
-
'react-refresh/only-export-components': 'off',
|
|
25
|
-
'@typescript-eslint/no-unused-vars': 'off',
|
|
26
|
-
'@typescript-eslint/no-explicit-any': 'off',
|
|
27
|
-
'@typescript-eslint/no-empty-object-type': 'off',
|
|
28
|
-
'@typescript-eslint/no-require-imports': 'off',
|
|
29
|
-
'no-empty': 'off',
|
|
30
|
-
'prefer-const': 'off',
|
|
31
|
-
'no-unused-labels': 'off',
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
|
-
])
|
|
6
|
+
...eslintPresets.client,
|
|
7
|
+
]
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@formkit/auto-animate": "^0.9.0",
|
|
12
12
|
"@gsap/react": "^2.1.2",
|
|
13
13
|
"@hookform/resolvers": "^5.2.2",
|
|
14
|
-
"@lark-apaas/client-toolkit-lite": "1.1.7-alpha.
|
|
14
|
+
"@lark-apaas/client-toolkit-lite": "1.1.7-alpha.29",
|
|
15
15
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
16
16
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
17
17
|
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
@@ -66,19 +66,14 @@
|
|
|
66
66
|
"zod": "^4.3.6"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@
|
|
70
|
-
"@lark-apaas/coding-
|
|
71
|
-
"@lark-apaas/coding-presets": "1.0.3-alpha.0",
|
|
69
|
+
"@lark-apaas/coding-preset-vite-react": "^1.0.0",
|
|
70
|
+
"@lark-apaas/coding-presets-react": "^0.1.0",
|
|
72
71
|
"@types/node": "^24",
|
|
73
72
|
"@types/react": "^19",
|
|
74
73
|
"@types/react-dom": "^19",
|
|
75
74
|
"concurrently": "^9",
|
|
76
75
|
"eslint": "^9",
|
|
77
|
-
"eslint-plugin-react-hooks": "^7",
|
|
78
|
-
"eslint-plugin-react-refresh": "^0.5",
|
|
79
|
-
"globals": "^17",
|
|
80
76
|
"typescript": "~5.9",
|
|
81
|
-
"typescript-eslint": "^8",
|
|
82
77
|
"vite": "^8"
|
|
83
78
|
}
|
|
84
79
|
},
|
|
@@ -96,47 +91,6 @@
|
|
|
96
91
|
"node": ">=6.9.0"
|
|
97
92
|
}
|
|
98
93
|
},
|
|
99
|
-
"node_modules/@babel/compat-data": {
|
|
100
|
-
"version": "7.29.7",
|
|
101
|
-
"resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|
102
|
-
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
103
|
-
"dev": true,
|
|
104
|
-
"license": "MIT",
|
|
105
|
-
"engines": {
|
|
106
|
-
"node": ">=6.9.0"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
"node_modules/@babel/core": {
|
|
110
|
-
"version": "7.29.7",
|
|
111
|
-
"resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.29.7.tgz",
|
|
112
|
-
"integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|
113
|
-
"dev": true,
|
|
114
|
-
"license": "MIT",
|
|
115
|
-
"dependencies": {
|
|
116
|
-
"@babel/code-frame": "^7.29.7",
|
|
117
|
-
"@babel/generator": "^7.29.7",
|
|
118
|
-
"@babel/helper-compilation-targets": "^7.29.7",
|
|
119
|
-
"@babel/helper-module-transforms": "^7.29.7",
|
|
120
|
-
"@babel/helpers": "^7.29.7",
|
|
121
|
-
"@babel/parser": "^7.29.7",
|
|
122
|
-
"@babel/template": "^7.29.7",
|
|
123
|
-
"@babel/traverse": "^7.29.7",
|
|
124
|
-
"@babel/types": "^7.29.7",
|
|
125
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
126
|
-
"convert-source-map": "^2.0.0",
|
|
127
|
-
"debug": "^4.1.0",
|
|
128
|
-
"gensync": "^1.0.0-beta.2",
|
|
129
|
-
"json5": "^2.2.3",
|
|
130
|
-
"semver": "^6.3.1"
|
|
131
|
-
},
|
|
132
|
-
"engines": {
|
|
133
|
-
"node": ">=6.9.0"
|
|
134
|
-
},
|
|
135
|
-
"funding": {
|
|
136
|
-
"type": "opencollective",
|
|
137
|
-
"url": "https://opencollective.com/babel"
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
94
|
"node_modules/@babel/generator": {
|
|
141
95
|
"version": "7.29.7",
|
|
142
96
|
"resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.7.tgz",
|
|
@@ -154,23 +108,6 @@
|
|
|
154
108
|
"node": ">=6.9.0"
|
|
155
109
|
}
|
|
156
110
|
},
|
|
157
|
-
"node_modules/@babel/helper-compilation-targets": {
|
|
158
|
-
"version": "7.29.7",
|
|
159
|
-
"resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|
160
|
-
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
161
|
-
"dev": true,
|
|
162
|
-
"license": "MIT",
|
|
163
|
-
"dependencies": {
|
|
164
|
-
"@babel/compat-data": "^7.29.7",
|
|
165
|
-
"@babel/helper-validator-option": "^7.29.7",
|
|
166
|
-
"browserslist": "^4.24.0",
|
|
167
|
-
"lru-cache": "^5.1.1",
|
|
168
|
-
"semver": "^6.3.1"
|
|
169
|
-
},
|
|
170
|
-
"engines": {
|
|
171
|
-
"node": ">=6.9.0"
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
111
|
"node_modules/@babel/helper-globals": {
|
|
175
112
|
"version": "7.29.7",
|
|
176
113
|
"resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|
@@ -181,38 +118,6 @@
|
|
|
181
118
|
"node": ">=6.9.0"
|
|
182
119
|
}
|
|
183
120
|
},
|
|
184
|
-
"node_modules/@babel/helper-module-imports": {
|
|
185
|
-
"version": "7.29.7",
|
|
186
|
-
"resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|
187
|
-
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
188
|
-
"dev": true,
|
|
189
|
-
"license": "MIT",
|
|
190
|
-
"dependencies": {
|
|
191
|
-
"@babel/traverse": "^7.29.7",
|
|
192
|
-
"@babel/types": "^7.29.7"
|
|
193
|
-
},
|
|
194
|
-
"engines": {
|
|
195
|
-
"node": ">=6.9.0"
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
"node_modules/@babel/helper-module-transforms": {
|
|
199
|
-
"version": "7.29.7",
|
|
200
|
-
"resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|
201
|
-
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
202
|
-
"dev": true,
|
|
203
|
-
"license": "MIT",
|
|
204
|
-
"dependencies": {
|
|
205
|
-
"@babel/helper-module-imports": "^7.29.7",
|
|
206
|
-
"@babel/helper-validator-identifier": "^7.29.7",
|
|
207
|
-
"@babel/traverse": "^7.29.7"
|
|
208
|
-
},
|
|
209
|
-
"engines": {
|
|
210
|
-
"node": ">=6.9.0"
|
|
211
|
-
},
|
|
212
|
-
"peerDependencies": {
|
|
213
|
-
"@babel/core": "^7.0.0"
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
121
|
"node_modules/@babel/helper-string-parser": {
|
|
217
122
|
"version": "7.29.7",
|
|
218
123
|
"resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
@@ -232,30 +137,6 @@
|
|
|
232
137
|
"node": ">=6.9.0"
|
|
233
138
|
}
|
|
234
139
|
},
|
|
235
|
-
"node_modules/@babel/helper-validator-option": {
|
|
236
|
-
"version": "7.29.7",
|
|
237
|
-
"resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|
238
|
-
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
239
|
-
"dev": true,
|
|
240
|
-
"license": "MIT",
|
|
241
|
-
"engines": {
|
|
242
|
-
"node": ">=6.9.0"
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
"node_modules/@babel/helpers": {
|
|
246
|
-
"version": "7.29.7",
|
|
247
|
-
"resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.29.7.tgz",
|
|
248
|
-
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
249
|
-
"dev": true,
|
|
250
|
-
"license": "MIT",
|
|
251
|
-
"dependencies": {
|
|
252
|
-
"@babel/template": "^7.29.7",
|
|
253
|
-
"@babel/types": "^7.29.7"
|
|
254
|
-
},
|
|
255
|
-
"engines": {
|
|
256
|
-
"node": ">=6.9.0"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
140
|
"node_modules/@babel/parser": {
|
|
260
141
|
"version": "7.29.7",
|
|
261
142
|
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.7.tgz",
|
|
@@ -954,9 +835,9 @@
|
|
|
954
835
|
}
|
|
955
836
|
},
|
|
956
837
|
"node_modules/@lark-apaas/client-toolkit-lite": {
|
|
957
|
-
"version": "1.1.7-alpha.
|
|
958
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.7-alpha.
|
|
959
|
-
"integrity": "sha512-
|
|
838
|
+
"version": "1.1.7-alpha.29",
|
|
839
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.7-alpha.29.tgz",
|
|
840
|
+
"integrity": "sha512-jgv3yGmHzL0MgwNsCTFNh5rFe9JeD4BTf6DM3eXFeq8FV6eUhKbs+GD4txm/ETXXXvADU4yPxsbnKu9Qv3Y6dg==",
|
|
960
841
|
"license": "MIT",
|
|
961
842
|
"dependencies": {
|
|
962
843
|
"@lark-apaas/client-capability": "0.1.7-alpha.2",
|
|
@@ -964,18 +845,13 @@
|
|
|
964
845
|
"@lark-apaas/internal-slardar": "^0.0.3",
|
|
965
846
|
"@lark-apaas/miaoda-inspector": "^1.0.23",
|
|
966
847
|
"@lark-apaas/observable-web": "^1.0.6",
|
|
967
|
-
"@radix-ui/react-avatar": "^1.0.4",
|
|
968
848
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
969
849
|
"@radix-ui/react-popover": "^1.0.7",
|
|
970
|
-
"@radix-ui/react-slot": "^1.0.2",
|
|
971
|
-
"@radix-ui/react-tooltip": "^1.0.7",
|
|
972
850
|
"axios": "^1.12.2",
|
|
973
851
|
"blueimp-md5": "^2.10.0",
|
|
974
|
-
"class-variance-authority": "^0.7.1",
|
|
975
852
|
"clsx": "^2.0.1",
|
|
976
853
|
"crypto-js": "^3.1.9-1",
|
|
977
854
|
"lodash": "^4.17.21",
|
|
978
|
-
"lucide-react": "^0.400.0",
|
|
979
855
|
"penpal": "^6.2.2",
|
|
980
856
|
"stacktrace-js": "^2.0.2",
|
|
981
857
|
"tailwind-merge": "^2.0.0"
|
|
@@ -990,15 +866,6 @@
|
|
|
990
866
|
"react-router-dom": "^6.0.0 || ^7.0.0"
|
|
991
867
|
}
|
|
992
868
|
},
|
|
993
|
-
"node_modules/@lark-apaas/client-toolkit-lite/node_modules/lucide-react": {
|
|
994
|
-
"version": "0.400.0",
|
|
995
|
-
"resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.400.0.tgz",
|
|
996
|
-
"integrity": "sha512-rpp7pFHh3Xd93KHixNgB0SqThMHpYNzsGUu69UaQbSZ75Q/J3m5t6EhKyMT3m4w2WOxmJ2mY0tD3vebnXqQryQ==",
|
|
997
|
-
"license": "ISC",
|
|
998
|
-
"peerDependencies": {
|
|
999
|
-
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
1000
|
-
}
|
|
1001
|
-
},
|
|
1002
869
|
"node_modules/@lark-apaas/client-toolkit-lite/node_modules/tailwind-merge": {
|
|
1003
870
|
"version": "2.6.1",
|
|
1004
871
|
"resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-2.6.1.tgz",
|
|
@@ -1010,9 +877,9 @@
|
|
|
1010
877
|
}
|
|
1011
878
|
},
|
|
1012
879
|
"node_modules/@lark-apaas/coding-preset-vite-react": {
|
|
1013
|
-
"version": "0.
|
|
1014
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-preset-vite-react/-/coding-preset-vite-react-0.
|
|
1015
|
-
"integrity": "sha512-
|
|
880
|
+
"version": "1.0.0",
|
|
881
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-preset-vite-react/-/coding-preset-vite-react-1.0.0.tgz",
|
|
882
|
+
"integrity": "sha512-GsNf8dlupjmNfgqcDxk2xSJqU4kirlx1hqDPNJvPtpTJ/y94fe1WgeBe9I5247dqRzGLZbrmTrYdMqz/ggL6dA==",
|
|
1016
883
|
"dev": true,
|
|
1017
884
|
"license": "MIT",
|
|
1018
885
|
"dependencies": {
|
|
@@ -1075,10 +942,10 @@
|
|
|
1075
942
|
"tslib": "2.3.0"
|
|
1076
943
|
}
|
|
1077
944
|
},
|
|
1078
|
-
"node_modules/@lark-apaas/coding-presets": {
|
|
1079
|
-
"version": "
|
|
1080
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-presets/-/coding-presets-
|
|
1081
|
-
"integrity": "sha512-
|
|
945
|
+
"node_modules/@lark-apaas/coding-presets-react": {
|
|
946
|
+
"version": "0.1.0",
|
|
947
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-presets-react/-/coding-presets-react-0.1.0.tgz",
|
|
948
|
+
"integrity": "sha512-sYAhoNgCfG7krT1QW1ylgTpv9gAER5cvdU6JOYT2V2li4zfuRQXG9BBcBABZy14PChQuk4nHqBI9shI53pPKoQ==",
|
|
1082
949
|
"dev": true,
|
|
1083
950
|
"license": "MIT",
|
|
1084
951
|
"dependencies": {
|
|
@@ -1095,7 +962,7 @@
|
|
|
1095
962
|
"eslint": "^9.0.0"
|
|
1096
963
|
}
|
|
1097
964
|
},
|
|
1098
|
-
"node_modules/@lark-apaas/coding-presets/node_modules/eslint-plugin-react-hooks": {
|
|
965
|
+
"node_modules/@lark-apaas/coding-presets-react/node_modules/eslint-plugin-react-hooks": {
|
|
1099
966
|
"version": "5.2.0",
|
|
1100
967
|
"resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz",
|
|
1101
968
|
"integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
|
|
@@ -1108,7 +975,7 @@
|
|
|
1108
975
|
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
|
|
1109
976
|
}
|
|
1110
977
|
},
|
|
1111
|
-
"node_modules/@lark-apaas/coding-presets/node_modules/globals": {
|
|
978
|
+
"node_modules/@lark-apaas/coding-presets-react/node_modules/globals": {
|
|
1112
979
|
"version": "16.5.0",
|
|
1113
980
|
"resolved": "https://registry.npmmirror.com/globals/-/globals-16.5.0.tgz",
|
|
1114
981
|
"integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
|
|
@@ -5229,13 +5096,6 @@
|
|
|
5229
5096
|
"url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
|
|
5230
5097
|
}
|
|
5231
5098
|
},
|
|
5232
|
-
"node_modules/convert-source-map": {
|
|
5233
|
-
"version": "2.0.0",
|
|
5234
|
-
"resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
5235
|
-
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
5236
|
-
"dev": true,
|
|
5237
|
-
"license": "MIT"
|
|
5238
|
-
},
|
|
5239
5099
|
"node_modules/cookie": {
|
|
5240
5100
|
"version": "1.1.1",
|
|
5241
5101
|
"resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.1.1.tgz",
|
|
@@ -6200,36 +6060,6 @@
|
|
|
6200
6060
|
"ms": "^2.1.1"
|
|
6201
6061
|
}
|
|
6202
6062
|
},
|
|
6203
|
-
"node_modules/eslint-plugin-react-hooks": {
|
|
6204
|
-
"version": "7.1.1",
|
|
6205
|
-
"resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz",
|
|
6206
|
-
"integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==",
|
|
6207
|
-
"dev": true,
|
|
6208
|
-
"license": "MIT",
|
|
6209
|
-
"dependencies": {
|
|
6210
|
-
"@babel/core": "^7.24.4",
|
|
6211
|
-
"@babel/parser": "^7.24.4",
|
|
6212
|
-
"hermes-parser": "^0.25.1",
|
|
6213
|
-
"zod": "^3.25.0 || ^4.0.0",
|
|
6214
|
-
"zod-validation-error": "^3.5.0 || ^4.0.0"
|
|
6215
|
-
},
|
|
6216
|
-
"engines": {
|
|
6217
|
-
"node": ">=18"
|
|
6218
|
-
},
|
|
6219
|
-
"peerDependencies": {
|
|
6220
|
-
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
|
|
6221
|
-
}
|
|
6222
|
-
},
|
|
6223
|
-
"node_modules/eslint-plugin-react-refresh": {
|
|
6224
|
-
"version": "0.5.2",
|
|
6225
|
-
"resolved": "https://registry.npmmirror.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz",
|
|
6226
|
-
"integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==",
|
|
6227
|
-
"dev": true,
|
|
6228
|
-
"license": "MIT",
|
|
6229
|
-
"peerDependencies": {
|
|
6230
|
-
"eslint": "^9 || ^10"
|
|
6231
|
-
}
|
|
6232
|
-
},
|
|
6233
6063
|
"node_modules/eslint-scope": {
|
|
6234
6064
|
"version": "8.4.0",
|
|
6235
6065
|
"resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
@@ -6721,16 +6551,6 @@
|
|
|
6721
6551
|
"node": ">= 0.4"
|
|
6722
6552
|
}
|
|
6723
6553
|
},
|
|
6724
|
-
"node_modules/gensync": {
|
|
6725
|
-
"version": "1.0.0-beta.2",
|
|
6726
|
-
"resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
6727
|
-
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|
6728
|
-
"dev": true,
|
|
6729
|
-
"license": "MIT",
|
|
6730
|
-
"engines": {
|
|
6731
|
-
"node": ">=6.9.0"
|
|
6732
|
-
}
|
|
6733
|
-
},
|
|
6734
6554
|
"node_modules/get-caller-file": {
|
|
6735
6555
|
"version": "2.0.5",
|
|
6736
6556
|
"resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
@@ -6897,19 +6717,6 @@
|
|
|
6897
6717
|
"which": "bin/which"
|
|
6898
6718
|
}
|
|
6899
6719
|
},
|
|
6900
|
-
"node_modules/globals": {
|
|
6901
|
-
"version": "17.6.0",
|
|
6902
|
-
"resolved": "https://registry.npmmirror.com/globals/-/globals-17.6.0.tgz",
|
|
6903
|
-
"integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==",
|
|
6904
|
-
"dev": true,
|
|
6905
|
-
"license": "MIT",
|
|
6906
|
-
"engines": {
|
|
6907
|
-
"node": ">=18"
|
|
6908
|
-
},
|
|
6909
|
-
"funding": {
|
|
6910
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6911
|
-
}
|
|
6912
|
-
},
|
|
6913
6720
|
"node_modules/globalthis": {
|
|
6914
6721
|
"version": "1.0.4",
|
|
6915
6722
|
"resolved": "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.4.tgz",
|
|
@@ -7096,23 +6903,6 @@
|
|
|
7096
6903
|
"node": ">= 0.4"
|
|
7097
6904
|
}
|
|
7098
6905
|
},
|
|
7099
|
-
"node_modules/hermes-estree": {
|
|
7100
|
-
"version": "0.25.1",
|
|
7101
|
-
"resolved": "https://registry.npmmirror.com/hermes-estree/-/hermes-estree-0.25.1.tgz",
|
|
7102
|
-
"integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
|
|
7103
|
-
"dev": true,
|
|
7104
|
-
"license": "MIT"
|
|
7105
|
-
},
|
|
7106
|
-
"node_modules/hermes-parser": {
|
|
7107
|
-
"version": "0.25.1",
|
|
7108
|
-
"resolved": "https://registry.npmmirror.com/hermes-parser/-/hermes-parser-0.25.1.tgz",
|
|
7109
|
-
"integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
|
|
7110
|
-
"dev": true,
|
|
7111
|
-
"license": "MIT",
|
|
7112
|
-
"dependencies": {
|
|
7113
|
-
"hermes-estree": "0.25.1"
|
|
7114
|
-
}
|
|
7115
|
-
},
|
|
7116
6906
|
"node_modules/hookified": {
|
|
7117
6907
|
"version": "1.15.1",
|
|
7118
6908
|
"resolved": "https://registry.npmmirror.com/hookified/-/hookified-1.15.1.tgz",
|
|
@@ -7852,19 +7642,6 @@
|
|
|
7852
7642
|
"devOptional": true,
|
|
7853
7643
|
"license": "MIT"
|
|
7854
7644
|
},
|
|
7855
|
-
"node_modules/json5": {
|
|
7856
|
-
"version": "2.2.3",
|
|
7857
|
-
"resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
|
|
7858
|
-
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
7859
|
-
"dev": true,
|
|
7860
|
-
"license": "MIT",
|
|
7861
|
-
"bin": {
|
|
7862
|
-
"json5": "lib/cli.js"
|
|
7863
|
-
},
|
|
7864
|
-
"engines": {
|
|
7865
|
-
"node": ">=6"
|
|
7866
|
-
}
|
|
7867
|
-
},
|
|
7868
7645
|
"node_modules/jsonfile": {
|
|
7869
7646
|
"version": "6.2.1",
|
|
7870
7647
|
"resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.2.1.tgz",
|
|
@@ -8254,16 +8031,6 @@
|
|
|
8254
8031
|
"tslib": "^2.0.3"
|
|
8255
8032
|
}
|
|
8256
8033
|
},
|
|
8257
|
-
"node_modules/lru-cache": {
|
|
8258
|
-
"version": "5.1.1",
|
|
8259
|
-
"resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
8260
|
-
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
8261
|
-
"dev": true,
|
|
8262
|
-
"license": "ISC",
|
|
8263
|
-
"dependencies": {
|
|
8264
|
-
"yallist": "^3.0.2"
|
|
8265
|
-
}
|
|
8266
|
-
},
|
|
8267
8034
|
"node_modules/lucide-react": {
|
|
8268
8035
|
"version": "1.17.0",
|
|
8269
8036
|
"resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-1.17.0.tgz",
|
|
@@ -11500,13 +11267,6 @@
|
|
|
11500
11267
|
"node": ">=10"
|
|
11501
11268
|
}
|
|
11502
11269
|
},
|
|
11503
|
-
"node_modules/yallist": {
|
|
11504
|
-
"version": "3.1.1",
|
|
11505
|
-
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
|
|
11506
|
-
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
11507
|
-
"dev": true,
|
|
11508
|
-
"license": "ISC"
|
|
11509
|
-
},
|
|
11510
11270
|
"node_modules/yaml": {
|
|
11511
11271
|
"version": "2.9.0",
|
|
11512
11272
|
"resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.9.0.tgz",
|
|
@@ -11590,19 +11350,6 @@
|
|
|
11590
11350
|
"url": "https://github.com/sponsors/colinhacks"
|
|
11591
11351
|
}
|
|
11592
11352
|
},
|
|
11593
|
-
"node_modules/zod-validation-error": {
|
|
11594
|
-
"version": "4.0.2",
|
|
11595
|
-
"resolved": "https://registry.npmmirror.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
|
|
11596
|
-
"integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
|
|
11597
|
-
"dev": true,
|
|
11598
|
-
"license": "MIT",
|
|
11599
|
-
"engines": {
|
|
11600
|
-
"node": ">=18.0.0"
|
|
11601
|
-
},
|
|
11602
|
-
"peerDependencies": {
|
|
11603
|
-
"zod": "^3.25.0 || ^4.0.0"
|
|
11604
|
-
}
|
|
11605
|
-
},
|
|
11606
11353
|
"node_modules/zone.js": {
|
|
11607
11354
|
"version": "0.16.2",
|
|
11608
11355
|
"resolved": "https://registry.npmmirror.com/zone.js/-/zone.js-0.16.2.tgz",
|
package/template/package.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
39
39
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
40
40
|
"@radix-ui/react-tooltip": "^1.1.18",
|
|
41
|
-
"@lark-apaas/client-toolkit-lite": "1.1.7-alpha.
|
|
41
|
+
"@lark-apaas/client-toolkit-lite": "1.1.7-alpha.29",
|
|
42
42
|
"@formkit/auto-animate": "^0.9.0",
|
|
43
43
|
"@gsap/react": "^2.1.2",
|
|
44
44
|
"framer-motion": "^12.38.0",
|
|
@@ -69,19 +69,14 @@
|
|
|
69
69
|
"zod": "^4.3.6"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@eslint/js": "^9",
|
|
73
72
|
"@types/node": "^24",
|
|
74
73
|
"@types/react": "^19",
|
|
75
74
|
"@types/react-dom": "^19",
|
|
76
|
-
"@lark-apaas/coding-presets": "
|
|
77
|
-
"@lark-apaas/coding-preset-vite-react": "^0.
|
|
75
|
+
"@lark-apaas/coding-presets-react": "^0.1.0",
|
|
76
|
+
"@lark-apaas/coding-preset-vite-react": "^1.0.0",
|
|
78
77
|
"concurrently": "^9",
|
|
79
78
|
"eslint": "^9",
|
|
80
|
-
"eslint-plugin-react-hooks": "^7",
|
|
81
|
-
"eslint-plugin-react-refresh": "^0.5",
|
|
82
|
-
"globals": "^17",
|
|
83
79
|
"typescript": "~5.9",
|
|
84
|
-
"typescript-eslint": "^8",
|
|
85
80
|
"vite": "^8"
|
|
86
81
|
}
|
|
87
82
|
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
[2026-05-29 12:03:06] [client]
|
|
2
|
-
[2026-05-29 12:03:06] [client] VITE v8.0.14 ready in 862 ms
|
|
3
|
-
[2026-05-29 12:03:06] [client]
|
|
4
|
-
[2026-05-29 12:03:06] [client] ➜ Local: http://localhost:18121/
|
|
5
|
-
[2026-05-29 12:03:06] [client] ➜ Network: http://100.82.232.112:18121/
|
|
6
|
-
[2026-05-29 12:07:49] [client] 12:07:49 PM [vite] (client) Re-optimizing dependencies because vite config has changed
|
|
7
|
-
[2026-05-29 12:07:49] [client]
|
|
8
|
-
[2026-05-29 12:07:49] [client] VITE v8.0.14 ready in 785 ms
|
|
9
|
-
[2026-05-29 12:07:49] [client]
|
|
10
|
-
[2026-05-29 12:07:49] [client] ➜ Local: http://localhost:18130/app/app_demo123/
|
|
11
|
-
[2026-05-29 12:07:49] [client] ➜ Network: http://100.82.232.112:18130/app/app_demo123/
|
|
12
|
-
[2026-05-29 12:16:49] [client]
|
|
13
|
-
[2026-05-29 12:16:49] [client] VITE v8.0.14 ready in 717 ms
|
|
14
|
-
[2026-05-29 12:16:49] [client]
|
|
15
|
-
[2026-05-29 12:16:49] [client] ➜ Local: http://localhost:18131/app/x/
|
|
16
|
-
[2026-05-29 12:16:49] [client] ➜ Network: http://100.82.232.112:18131/app/x/
|