svelte-helper

This commit is contained in:
2025-06-06 14:02:41 -07:00
parent d87502a95e
commit a4f696bb9a
66 changed files with 16389 additions and 9297 deletions

View File

@ -32,6 +32,11 @@
"command": "extension.rotateExplorerSortOrder",
"title": "Rotate Explorer Sort Order"
},
{
"category": "FileSync",
"command": "webview.fileSync",
"title": "FileSync"
},
{
"category": "Calculate",
"command": "extension.calcReplace",
@ -297,8 +302,15 @@
}
},
"dependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@tsconfig/svelte": "^5.0.4",
"@vscode/vsce": "^3.2.1",
"polka": "^0.5.2"
"polka": "^0.5.2",
"rollup-plugin-svelte": "^7.2.2",
"rollup-plugin-terser": "^7.0.2",
"svelte-preprocess": "^6.0.3"
},
"description": "Cost of Delay Helper",
"devDependencies": {
@ -346,6 +358,7 @@
"repository": "https://gitea.phares.duckdns.org/phares3757/yo-vscode.git",
"scripts": {
"tsc-build": "tsc",
"svelte-build": "rollup -c",
"tsc-clean": "tsc --build --clean",
"vscode:login": "node node_modules/@vscode/vsce/vsce login Infineon-Technologies-AG-Mesa-FI",
"vscode:ls-publishers": "node node_modules/@vscode/vsce/vsce ls-publishers",
@ -354,5 +367,5 @@
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"",
"webpack": "webpack --config ./build/node-extension.webpack.config.js"
},
"version": "1.123.1"
"version": "1.124.0"
}