Skip to content

Commit

Permalink
chore: add onlyBuiltDependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Feb 19, 2025
1 parent 295b5ec commit f5d05ad
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"@types/semver": "^7.5.8",
"@types/serve-handler": "^6.1.4",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/eslint-plugin": "^1.1.31",
"@vue/consolidate": "1.0.0",
"conventional-changelog-cli": "^5.0.0",
"enquirer": "^2.4.1",
"esbuild": "^0.25.0",
"esbuild-plugin-polyfill-node": "^0.3.0",
"eslint": "^9.20.1",
"eslint-plugin-import-x": "^4.6.1",
"@vitest/eslint-plugin": "^1.1.31",
"estree-walker": "catalog:",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.3",
Expand Down Expand Up @@ -121,6 +121,12 @@
"@typescript-eslint/type-utils>eslint": "^9.0.0",
"@typescript-eslint/utils>eslint": "^9.0.0"
}
}
},
"onlyBuiltDependencies": [
"@swc/core",
"esbuild",
"puppeteer",
"simple-git-hooks"
]
}
}

0 comments on commit f5d05ad

Please sign in to comment.