Skip to content

Commit

Permalink
chore: 精简依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Feb 24, 2022
1 parent e68a51a commit 4bd39d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1,066 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"test": "vitest",
"build": "vite build",
"dev:host": "vite --host",
"deps:fresh": "taze -w",
"dev:open": "vite --open",
"preview": "vite preview",
"deps:fresh": "npx taze -w",
"coverage": "vitest --coverage",
"analysis": "windicss-analysis",
"typecheck": "vue-tsc --noEmit",
"deps:fresh:major": "taze major -w",
"deps:fresh:minor": "taze minor -w",
"deps:fresh:patch": "taze patch -w",
"deps:fresh:major": "npx taze major -w",
"deps:fresh:minor": "npx taze minor -w",
"deps:fresh:patch": "npx taze patch -w",
"preview:host": "vite preview --host",
"preview:open": "vite preview --open",
"auto:create": "esno scripts/create.ts",
Expand Down Expand Up @@ -45,7 +45,6 @@
"nprogress": "^0.2.0",
"pinia": "^2.0.11",
"prism-theme-vars": "^0.2.2",
"taze": "^0.4.6",
"typescript": "^4.5.5",
"unplugin-auto-import": "^0.6.1",
"unplugin-icons": "^0.13.2",
Expand Down Expand Up @@ -93,4 +92,4 @@
]
}
}
}
}
Loading

0 comments on commit 4bd39d1

Please sign in to comment.