|
2 | 2 | "name": "sequence-core", |
3 | 3 | "license": "Apache-2.0", |
4 | 4 | "private": true, |
5 | | - "devDependencies": { |
6 | | - "@changesets/cli": "^2.29.8", |
7 | | - "flag": "^5.0.1", |
8 | | - "lefthook": "^1.13.6", |
9 | | - "prettier": "^3.8.1", |
10 | | - "prisma": "~7.3.0", |
11 | | - "rimraf": "^6.1.2", |
12 | | - "turbo": "^2.8.3", |
13 | | - "typescript": "5.8.3" |
14 | | - }, |
15 | | - "engines": { |
16 | | - "node": ">=18" |
17 | | - }, |
18 | | - "dependencies": { |
19 | | - "0xsequence": "^2.3.39", |
20 | | - "0xsequence.js.git": "link:.local/share/pnpm/global/5/node_modules/https:/github.com/Dargon789/0xsequence.js.git", |
21 | | - "@0xsequence/checkout": "~5.4.8", |
22 | | - "@0xsequence/connect": "0.0.0-20251202170137", |
23 | | - "@0xsequence/hooks": "~5.4.8", |
24 | | - "@0xsequence/waas": "^2.3.39", |
25 | | - "@0xsequence/wallet": "~2.3.39", |
26 | | - "@0xsequence/wallet-contracts": "~3.0.1", |
27 | | - "@0xsequence/wallet-primitives": "0.0.0-20250915145821", |
28 | | - "@0xsequence/wallet-widget": "0.0.0-20251202170137", |
29 | | - "@codesandbox/sdk": "3.0.0-rc.1", |
30 | | - "@coinbase/cdp-sdk": "~1.43.1", |
31 | | - "@okx-dex/okx-dex-sdk": "~1.0.18", |
32 | | - "@tanstack/query-async-storage-persister": "~5.90.22", |
33 | | - "@tanstack/query-sync-storage-persister": "~5.90.22", |
34 | | - "@tanstack/react-query": "~5.90.20", |
35 | | - "@tanstack/react-query-devtools": "~5.91.3", |
36 | | - "@tanstack/react-query-persist-client": "~5.90.22", |
37 | | - "@vercel/analytics": "^1.6.1", |
38 | | - "Rabby.git": "link:.local/share/pnpm/global/5/node_modules/git@github.com:Dargon789/Rabby.git", |
39 | | - "connectkit": "~1.9.1", |
40 | | - "ethers": "^6.16.0", |
41 | | - "googleapis": "~170.1.0", |
42 | | - "hardhat-project.git": "link:.local/share/pnpm/global/5/node_modules/git@github.com:Dargon789/hardhat-project.git", |
43 | | - "next": "~16.1.6", |
44 | | - "prettier-plugin-solidity": "^2.2.1", |
45 | | - "react": "~19.2.4", |
46 | | - "react-dom": "~19.2.4", |
47 | | - "thirdweb-dev.git": "link:.local/share/pnpm/global/5/node_modules/git@github.com:Dargon789/thirdweb-dev.git", |
48 | | - "vercel": "^50.11.0", |
49 | | - "viem": "^2.45.1", |
50 | | - "wagmi": "~3.3.4", |
51 | | - "wallet-contracts.git": "link:.local/share/pnpm/global/5/node_modules/https:/github.com/Dargon789/wallet-contracts.git" |
52 | | - }, |
53 | | - "version": "1.0.0", |
54 | | - "description": "**NOTE: please see [v2](https://github.com/0xsequence/sequence.js/tree/v2) branch for sequence.js 2.x.x**", |
55 | | - "main": "sequence.js", |
56 | | - "directories": { |
57 | | - "lib": "lib" |
58 | | - }, |
59 | | - "repository": { |
60 | | - "type": "git", |
61 | | - "url": "git+https://github.com/Dargon789/sequence.js.git" |
62 | | - }, |
63 | | - "keywords": [], |
64 | | - "author": "", |
65 | | - "bugs": { |
66 | | - "url": "https://github.com/Dargon789/sequence.js/issues" |
67 | | - }, |
68 | | - "homepage": "https://github.com/Dargon789/sequence.js#readme", |
69 | 5 | "scripts": { |
70 | 6 | "build:all": "turbo build", |
71 | 7 | "build:packages": "turbo build --filter=\"./packages/**/*\"", |
72 | 8 | "build": "pnpm build:packages", |
73 | 9 | "dev": "turbo dev", |
74 | 10 | "test": "turbo test --concurrency=1", |
75 | | - "lint": "turbo lint", |
| 11 | + "lint": "turbo lint --continue", |
76 | 12 | "format": "prettier --list-different --write \"**/*.{ts,tsx,md}\"", |
77 | 13 | "typecheck": "turbo typecheck", |
78 | 14 | "postinstall": "lefthook install", |
79 | 15 | "dev:server": "node packages/wallet/primitives-cli/dist/index.js server", |
80 | 16 | "reinstall": "rimraf -g ./**/node_modules && pnpm install", |
81 | 17 | "test:anvil": "anvil --fork-url https://nodes.sequence.app/arbitrum", |
82 | | - "clean": "turbo clean" |
| 18 | + "clean": "turbo clean", |
| 19 | + "deps:lint": "syncpack lint --dependency-types prod,dev", |
| 20 | + "deps:fix": "syncpack fix" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@changesets/cli": "^2.29.8", |
| 24 | + "lefthook": "^2.1.1", |
| 25 | + "prettier": "^3.8.1", |
| 26 | + "rimraf": "^6.1.3", |
| 27 | + "syncpack": "^14.0.0", |
| 28 | + "turbo": "^2.8.10", |
| 29 | + "typescript": "^5.9.3" |
| 30 | + }, |
| 31 | + "pnpm": { |
| 32 | + "overrides": { |
| 33 | + "ox": "^0.9.17" |
| 34 | + } |
| 35 | + }, |
| 36 | + "packageManager": "pnpm@10.24.0", |
| 37 | + "engines": { |
| 38 | + "node": ">=18" |
83 | 39 | }, |
84 | | - "type": "commonjs" |
| 40 | + "syncpack": { |
| 41 | + "source": [ |
| 42 | + "package.json", |
| 43 | + "packages/**/package.json", |
| 44 | + "extras/**/package.json", |
| 45 | + "repo/**/package.json" |
| 46 | + ], |
| 47 | + "versionGroups": [ |
| 48 | + { |
| 49 | + "label": "Use workspace protocol when developing local packages", |
| 50 | + "dependencyTypes": [ |
| 51 | + "!local" |
| 52 | + ], |
| 53 | + "dependencies": [ |
| 54 | + "$LOCAL" |
| 55 | + ], |
| 56 | + "pinVersion": "workspace:^" |
| 57 | + } |
| 58 | + ] |
| 59 | + } |
85 | 60 | } |
0 commit comments