Skip to content

Commit

Permalink
chore: add npm to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Nov 20, 2024
1 parent 50e207c commit 0866000
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion napcat.webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"webui:lint": "eslint --fix src/**/*.{js,ts,vue}",
"webui:dev": "vite",
"webui:build": "vue-tsc -b && vite build",
"webui:build": "vite build",
"webui:preview": "vite preview"
},
"dependencies": {
Expand All @@ -26,6 +26,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"npm": "^10.9.0",
"terser": "^5.36.0",
"typescript": "~5.6.2",
"vite": "^5.4.10",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"globals": "^15.12.0",
"image-size": "^1.1.1",
"json-schema-to-ts": "^3.1.1",
"npm": "^10.9.0",
"typescript": "^5.3.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.2.6",
Expand All @@ -52,9 +53,9 @@
"dependencies": {
"express": "^5.0.0",
"fluent-ffmpeg": "^2.1.2",
"piscina": "^4.7.0",
"qrcode-terminal": "^0.12.0",
"silk-wasm": "^3.6.1",
"ws": "^8.18.0",
"piscina": "^4.7.0"
"ws": "^8.18.0"
}
}

0 comments on commit 0866000

Please sign in to comment.