chore: format

This commit is contained in:
2025-10-10 16:43:21 +02:00
parent f0aabd63b6
commit 75c29e0ba4
551 changed files with 433948 additions and 94145 deletions

View File

@@ -1,36 +1,36 @@
{
"version": "0.9.2",
"name": "letterspace",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "^3.4.2",
"turbo": "^2.3.4",
"typescript": "5.8.3"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=22"
},
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/client",
"@prisma/engines",
"@scarf/scarf",
"@swc/core",
"core-js-pure",
"esbuild",
"prisma",
"sharp"
]
},
"resolutions": {
"@types/react": "^19",
"@types/react-dom": "^19"
}
"version": "0.9.2",
"name": "letterspace",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "^3.4.2",
"turbo": "^2.3.4",
"typescript": "5.8.3"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=22"
},
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/client",
"@prisma/engines",
"@scarf/scarf",
"@swc/core",
"core-js-pure",
"esbuild",
"prisma",
"sharp"
]
},
"resolutions": {
"@types/react": "^19",
"@types/react-dom": "^19"
}
}