Skip to content

Commit

Permalink
build: optimize bundle size (1.1MB to 364KB)
Browse files Browse the repository at this point in the history
  • Loading branch information
justorez committed Feb 1, 2024
1 parent dae95a9 commit 4d28113
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 213 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pica-cli",
"author": "justorez",
"version": "1.3.0",
"version": "1.3.1",
"description": "😉 哔咔漫画下载器",
"packageManager": "[email protected]",
"type": "module",
Expand Down Expand Up @@ -66,15 +66,16 @@
],
"license": "MIT",
"devDependencies": {
"@inquirer/prompts": "^3.3.2",
"@inquirer/checkbox": "^1.5.2",
"@inquirer/input": "^1.2.16",
"@inquirer/select": "^1.3.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/adm-zip": "^0.5.5",
"@types/debug": "^4.1.12",
"@types/node": "^20.11.7",
"@types/progress": "^2.0.7",
"@types/tough-cookie": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitest/ui": "^1.2.2",
Expand All @@ -99,14 +100,12 @@
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-visualizer": "^5.12.0",
"simple-git-hooks": "^2.9.0",
"tough-cookie": "^4.1.3",
"tslib": "^2.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
"dependencies": {
"axios-cookiejar-support": "^5.0.0",
"chalk": "^5.3.0",
"supports-color": "^9.4.0"
}
Expand Down
Loading

0 comments on commit 4d28113

Please sign in to comment.