🎨 Continue using npm

This commit is contained in:
Tw93
2025-08-20 12:45:22 +08:00
parent 864db379c0
commit 1bb2522ab7
16 changed files with 597 additions and 2168 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pake-cli",
"version": "3.2.0-beta11",
"version": "3.2.0-beta15",
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。",
"engines": {
"node": ">=16.0.0"
@@ -49,19 +49,20 @@
"exports": "./dist/cli.js",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.7.0",
"@tauri-apps/cli": "^2.7.1",
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/cli": "^2.8.1",
"axios": "^1.11.0",
"chalk": "^5.5.0",
"chalk": "^5.6.0",
"commander": "^11.1.0",
"execa": "^9.6.0",
"file-type": "^18.7.0",
"fs-extra": "^11.3.1",
"icon-gen": "^5.0.0",
"loglevel": "^1.9.2",
"ora": "^8.2.0",
"pake-cli": "file:.yalc/pake-cli",
"prompts": "^2.4.2",
"psl": "^1.15.0",
"sharp": "^0.33.5",
"tmp-promise": "^3.0.3",
"update-notifier": "^7.3.1"
},
@@ -72,16 +73,15 @@
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.19.10",
"@types/node": "^20.19.11",
"@types/page-icon": "^0.3.6",
"@types/prompts": "^2.4.9",
"@types/psl": "^1.11.0",
"@types/tmp": "^0.2.6",
"@types/update-notifier": "^6.0.8",
"app-root-path": "^3.1.0",
"cross-env": "^7.0.3",
"prettier": "^3.4.2",
"rollup": "^4.46.2",
"prettier": "^3.6.2",
"rollup": "^4.46.3",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "^5.9.2"