-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.11 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"private": true,
"scripts": {
"dev": "turbo watch build:dev dev",
"build": "turbo run build",
"build:cloudflare": "turbo run build:cloudflare",
"lint": "turbo run lint",
"prepare": "husky",
"build:widget": "turbo run build --filter=@zeus-network/bitcoin-kit-widget",
"widget": "pnpm --filter @zeus-network/bitcoin-kit-widget",
"playground": "pnpm --filter @zeus-network/playground",
"bitcoin": "pnpm --filter @zeus-network/bitcoin-wallet-adapter",
"client": "pnpm --filter @zeus-network/client"
},
"license": "ISC",
"packageManager": "pnpm@10.12.4",
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.52.2",
"@eslint/js": "^9.30.1",
"@solana/wallet-adapter-react": "^0.15.39",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"husky": "^9.1.7",
"prettier": "^3.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"turbo": "^2.5.4",
"typescript-eslint": "^8.35.1"
}
}