3
3
"displayName" : " lowcode" ,
4
4
"description" : " lowcode tool, support ChatGPT and other LLM" ,
5
5
"author" : " wjkang <ruoxieme@gmail.com>" ,
6
- "version" : " 1.8.9 " ,
6
+ "version" : " 1.9.0 " ,
7
7
"icon" : " asset/icon.png" ,
8
8
"publisher" : " wjkang" ,
9
9
"repository" : " https://github.com/lowcoding/lowcode-vscode" ,
10
10
"main" : " ./build/extension.js" ,
11
11
"scripts" : {
12
12
"vscode:prepublish" : " yarn run compile" ,
13
- "compile" : " webpack --mode production " ,
13
+ "compile" : " node ./esbuild.js " ,
14
14
"compile:tsc" : " tsc -p ./" ,
15
15
"dev" : " yarn --cwd \" webview-react\" dev" ,
16
16
"build" : " yarn --cwd \" webview-react\" build" ,
17
17
"lint" : " eslint src --ext ts" ,
18
- "watch" : " webpack --mode development" ,
19
18
"pretest" : " yarn run compile:tsc" ,
20
19
"test:js" : " node ./build/test/runTest.js" ,
21
20
"test" : " node ./build/test/runTest.js"
271
270
}
272
271
},
273
272
"devDependencies" : {
274
- "@types/copy-paste" : " ^1.1.30" ,
275
273
"@types/debug" : " ^4.1.5" ,
276
274
"@types/ejs" : " ^3.0.4" ,
277
275
"@types/fs-extra" : " ^9.0.1" ,
294
292
"prettier" : " ^2.2.1" ,
295
293
"ts-loader" : " ^8.0.3" ,
296
294
"typescript" : " ^4.3.5" ,
297
- "vscode-test" : " ^1.3.0" ,
298
- "webpack" : " ^4.44.1" ,
299
- "webpack-cli" : " ^3.3.12"
295
+ "vscode-test" : " ^1.3.0"
300
296
},
301
297
"dependencies" : {
302
298
"axios" : " ^0.19.2" ,
303
- "copy-paste" : " ^1.3.0" ,
304
299
"directory-tree" : " ^2.2.4" ,
305
300
"ejs" : " ^3.1.3" ,
306
301
"esbuild" : " ^0.24.2" ,
315
310
"tar" : " ^6.0.5" ,
316
311
"typescript-json-schema" : " ^0.50.1"
317
312
}
318
- }
313
+ }
0 commit comments