mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Remove degit dependency
This commit is contained in:
@@ -7,10 +7,7 @@
|
||||
"bin": {
|
||||
"create-better-t-stack": "dist/index.js"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"template"
|
||||
],
|
||||
"files": ["dist", "template"],
|
||||
"keywords": [],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -29,14 +26,12 @@
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^0.10.0",
|
||||
"commander": "^13.1.0",
|
||||
"degit": "^2.8.4",
|
||||
"execa": "^8.0.1",
|
||||
"fs-extra": "^11.3.0",
|
||||
"gradient-string": "^3.0.0",
|
||||
"picocolors": "^1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/degit": "^2.8.6",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/node": "^20.17.19",
|
||||
"tsup": "^8.4.0",
|
||||
|
||||
Reference in New Issue
Block a user