diff --git a/package.json b/package.json index a4f8395..8ac228f 100644 --- a/package.json +++ b/package.json @@ -6,22 +6,18 @@ "author": "Open Land", "license": "MIT", "keywords": [], - "main": "index.js", "scripts": { "prepare": "husky", - "dev": "turbo dev", - "ui": "turbo dev --filter=@shopped/ui", - "build": "turbo build", - "lint": "eslint . --fix", - "clean": "rm -rf .turbo node_modules pnpm-lock.yaml" + "dev": "pnpm -r --filter ui dev", + "build": "pnpm -r --filter ui build", + "lint": "eslint . --fix" }, "devDependencies": { "@antfu/eslint-config": "^2.15.0", "eslint": "^8.57.0", "eslint-plugin-format": "0.1.1", "husky": "9.0.11", - "lint-staged": "15.2.2", - "turbo": "^1.13.3" + "lint-staged": "15.2.2" }, "lint-staged": { "*": "eslint . --fix" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 71975d3..444dd04 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,11 +23,6 @@ importers: lint-staged: specifier: 15.2.2 version: 15.2.2 - turbo: - specifier: ^1.13.3 - version: 1.13.3 - - tools/hooks: {} tools/types: {} @@ -5044,40 +5039,6 @@ packages: tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - turbo-darwin-64@1.13.3: - resolution: {integrity: sha512-glup8Qx1qEFB5jerAnXbS8WrL92OKyMmg5Hnd4PleLljAeYmx+cmmnsmLT7tpaVZIN58EAAwu8wHC6kIIqhbWA==} - cpu: [x64] - os: [darwin] - - turbo-darwin-arm64@1.13.3: - resolution: {integrity: sha512-/np2xD+f/+9qY8BVtuOQXRq5f9LehCFxamiQnwdqWm5iZmdjygC5T3uVSYuagVFsZKMvX3ycySwh8dylGTl6lg==} - cpu: [arm64] - os: [darwin] - - turbo-linux-64@1.13.3: - resolution: {integrity: sha512-G+HGrau54iAnbXLfl+N/PynqpDwi/uDzb6iM9hXEDG+yJnSJxaHMShhOkXYJPk9offm9prH33Khx2scXrYVW1g==} - cpu: [x64] - os: [linux] - - turbo-linux-arm64@1.13.3: - resolution: {integrity: sha512-qWwEl5VR02NqRyl68/3pwp3c/olZuSp+vwlwrunuoNTm6JXGLG5pTeme4zoHNnk0qn4cCX7DFrOboArlYxv0wQ==} - cpu: [arm64] - os: [linux] - - turbo-windows-64@1.13.3: - resolution: {integrity: sha512-Nudr4bRChfJzBPzEmpVV85VwUYRCGKecwkBFpbp2a4NtrJ3+UP1VZES653ckqCu2FRyRuS0n03v9euMbAvzH+Q==} - cpu: [x64] - os: [win32] - - turbo-windows-arm64@1.13.3: - resolution: {integrity: sha512-ouJCgsVLd3icjRLmRvHQDDZnmGzT64GBupM1Y+TjtYn2LVaEBoV6hicFy8x5DUpnqdLy+YpCzRMkWlwhmkX7sQ==} - cpu: [arm64] - os: [win32] - - turbo@1.13.3: - resolution: {integrity: sha512-n17HJv4F4CpsYTvKzUJhLbyewbXjq1oLCi90i5tW1TiWDz16ML1eDG7wi5dHaKxzh5efIM56SITnuVbMq5dk4g==} - hasBin: true - type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} @@ -7955,7 +7916,7 @@ snapshots: debug@4.1.1: dependencies: - ms: 2.1.1 + ms: 2.1.3 debug@4.3.4: dependencies: @@ -10792,33 +10753,6 @@ snapshots: tslib@2.6.2: {} - turbo-darwin-64@1.13.3: - optional: true - - turbo-darwin-arm64@1.13.3: - optional: true - - turbo-linux-64@1.13.3: - optional: true - - turbo-linux-arm64@1.13.3: - optional: true - - turbo-windows-64@1.13.3: - optional: true - - turbo-windows-arm64@1.13.3: - optional: true - - turbo@1.13.3: - optionalDependencies: - turbo-darwin-64: 1.13.3 - turbo-darwin-arm64: 1.13.3 - turbo-linux-64: 1.13.3 - turbo-linux-arm64: 1.13.3 - turbo-windows-64: 1.13.3 - turbo-windows-arm64: 1.13.3 - type-check@0.4.0: dependencies: prelude-ls: 1.2.1 diff --git a/turbo.json b/turbo.json deleted file mode 100644 index d9a0a7a..0000000 --- a/turbo.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "https://turbo.build/schema.json", - "pipeline": { - "build": { - "dependsOn": ["^build"], - "outputs": [".next/**", "!.next/cache/**", "dist/**", "storybook-static/**"] - }, - "test": { - "dependsOn": ["build"], - "outputs": [] - }, - "clean": { - "cache": false, - "outputs": [] - }, - "lint": { - "dependsOn": ["^lint"], - "outputs": [] - }, - "dev": { - "cache": false - } - } -} diff --git a/ui/tsconfig.json b/ui/tsconfig.json index eeec5e3..c35cb60 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -12,8 +12,7 @@ "@assets/*": ["./public/*"], "@components/*": ["./components/*"], "@constants/*": ["./constants/*"], - "@hooks/*": ["./hoooks/*"], - "@stores/*": ["./stores/*"] + "@hooks/*": ["./hoooks/*"] }, "resolveJsonModule": true, "types": ["vitest/globals"],