Strip down the entire project

This commit is contained in:
Korbs 2025-02-18 20:19:12 -05:00
parent a0a02458b0
commit 7416341746
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
95 changed files with 647 additions and 43115 deletions

View file

@ -13,19 +13,17 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@types/node": "20.5.7",
"prettier": "3.0.3",
"tsup": "7.2.0",
"turbo": "1.10.13",
"@changesets/cli": "^2.27.8"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
"@types/node": "22.13.4",
"prettier": "3.5.1",
"tsup": "8.3.6",
"turbo": "2.4.2",
"@changesets/cli": "^2.28.0",
"typescript": "^5.7.3"
},
"prettier": {
"singleQuote": true,
"tabWidth": 2,
"printWidth": 120
}
},
"packageManager": "npm@10.9.2"
}