Skip to content

Commit

Permalink
refactor: remove unused dev dependencies (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix authored Nov 2, 2024
1 parent f6b127b commit 4ea3b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 294 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@
},
"license": "MIT",
"scripts": {
"prepare": "husky",
"generate": "node --import @oxc-node/core/register ./scripts/generate.ts",
"clone": "node --import @oxc-node/core/register ./scripts/sparse-clone.ts",
"build": "vite build",
"lint": "npx oxlint && npx eslint --flag unstable_ts_config",
"format": "npx prettier --write .",
"release": "bumpp package.json",
"prepare": "husky",
"test": "vitest --reporter=verbose"
},
"keywords": [
Expand All @@ -57,13 +56,11 @@
"@types/node": "^22.7.7",
"@types/shelljs": "^0.8.15",
"@vitest/coverage-v8": "^2.1.3",
"bumpp": "^9.7.1",
"dedent": "^1.5.3",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^56.0.0",
"husky": "^9.1.6",
"jiti": "^2.3.3",
"lint-staged": "^15.2.10",
"memfs": "^4.14.0",
"oxlint": "^0.10.1",
Expand Down
Loading

0 comments on commit 4ea3b31

Please sign in to comment.