chore: initialise monorepo scaffold

This commit is contained in:
2026-05-27 13:41:26 +05:30
commit 0eff5f3c3f
7 changed files with 181 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
node_modules
dist
.next
.turbo
coverage
.env
*.env.local
+6
View File
@@ -0,0 +1,6 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
}
+20
View File
@@ -0,0 +1,20 @@
{
"name": "tower",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"test": "turbo test",
"lint": "turbo lint"
},
"devDependencies": {
"turbo": "^2.0.0",
"typescript": "^5.7.0",
"@types/node": "^22.0.0",
"prettier": "^3.0.0"
},
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.0.0"
}
}
+113
View File
@@ -0,0 +1,113 @@
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
devDependencies:
'@types/node':
specifier: ^22.0.0
version: 22.19.19
prettier:
specifier: ^3.0.0
version: 3.8.3
turbo:
specifier: ^2.0.0
version: 2.9.15
typescript:
specifier: ^5.7.0
version: 5.9.3
packages:
'@turbo/darwin-64@2.9.15':
resolution: {integrity: sha512-nnDo9R1Df+s2x6jxlERtbg7xRpuicf8p4J2krcnjeaMBt3q9V41pGXa4t9YM2Y4ozozsVJ+CH405CJUrWIQK4Q==}
cpu: [x64]
os: [darwin]
'@turbo/darwin-arm64@2.9.15':
resolution: {integrity: sha512-fDSx56oqoFuS+yUQw7hqjQTkjrSLdMcplhuLC8HcSkWC6YrpwEmUUYsPYHPxy4ALvLxnmPQuk6XoSD8tdkjP+g==}
cpu: [arm64]
os: [darwin]
'@turbo/linux-64@2.9.15':
resolution: {integrity: sha512-/bmxn+x/xE+oh0VzEXt/zf2zsORAYZPrL3db5/VrXzYt0Z4wxcvffwJBGlSfla2smfS1BLGBiyWldJlWDXJVXA==}
cpu: [x64]
os: [linux]
'@turbo/linux-arm64@2.9.15':
resolution: {integrity: sha512-cbOaDe1ijz5As+mimOOHgmRMolZZZO7miNBHHp5xdiYMm2Q/Dwu1JVLx/Kw4s7xjocG/oEoHrpHrxpEAIEfNiw==}
cpu: [arm64]
os: [linux]
'@turbo/windows-64@2.9.15':
resolution: {integrity: sha512-/Fzm7afui7uK7dFBwrTXKuDhBBTiHk5I+hMVAPMR7cqQyDo2norCNUsN9PdNuYcmzYbhSOxzz498wQYvSAz29w==}
cpu: [x64]
os: [win32]
'@turbo/windows-arm64@2.9.15':
resolution: {integrity: sha512-fOHEsLcqVdFXLw2ApWv4gxwfHzkUnpo9rHGml+9+dyHj148m/Bc+556kEvb5+4u6prI1LMd8zEZE2HcO6Jn2VQ==}
cpu: [arm64]
os: [win32]
'@types/node@22.19.19':
resolution: {integrity: sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==}
prettier@3.8.3:
resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==}
engines: {node: '>=14'}
hasBin: true
turbo@2.9.15:
resolution: {integrity: sha512-VpKvD9Z0Hu/xrGUAYX1wnhfpqv835wIwGqeKfulvBPTOcDap0E3nFwyzCAVV85fB1sBcBDEfTP+7FSW7GzwWSQ==}
hasBin: true
typescript@5.9.3:
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
engines: {node: '>=14.17'}
hasBin: true
undici-types@6.21.0:
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
snapshots:
'@turbo/darwin-64@2.9.15':
optional: true
'@turbo/darwin-arm64@2.9.15':
optional: true
'@turbo/linux-64@2.9.15':
optional: true
'@turbo/linux-arm64@2.9.15':
optional: true
'@turbo/windows-64@2.9.15':
optional: true
'@turbo/windows-arm64@2.9.15':
optional: true
'@types/node@22.19.19':
dependencies:
undici-types: 6.21.0
prettier@3.8.3: {}
turbo@2.9.15:
optionalDependencies:
'@turbo/darwin-64': 2.9.15
'@turbo/darwin-arm64': 2.9.15
'@turbo/linux-64': 2.9.15
'@turbo/linux-arm64': 2.9.15
'@turbo/windows-64': 2.9.15
'@turbo/windows-arm64': 2.9.15
typescript@5.9.3: {}
undici-types@6.21.0: {}
+3
View File
@@ -0,0 +1,3 @@
packages:
- 'apps/*'
- 'packages/*'
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2021",
"module": "commonjs",
"lib": ["ES2021"],
"strict": true,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true
}
}
+18
View File
@@ -0,0 +1,18 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"dev": {
"cache": false,
"persistent": true
},
"test": {
"dependsOn": ["^build"],
"outputs": ["coverage/**"]
},
"lint": {}
}
}