-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
222 lines (222 loc) · 8.15 KB
/
package.json
File metadata and controls
222 lines (222 loc) · 8.15 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
{
"name": "@biochain/keyapp",
"private": true,
"version": "1.0.20",
"type": "module",
"packageManager": "pnpm@10.28.0",
"scripts": {
"dev": "bun scripts/dev.ts",
"dev:vite": "vite",
"dev:mock": "SERVICE_IMPL=mock vite --port 5174",
"build": "vite build",
"build:web": "SERVICE_IMPL=web vite build",
"build:dweb": "SERVICE_IMPL=dweb vite build",
"build:all": "bun scripts/build.ts all",
"build:release": "bun scripts/build.ts all --skip-test",
"clean": "bun scripts/clean.ts",
"lint": "turbo run lint:run --",
"lint:fix": "oxlint --fix .",
"preview": "vite preview",
"test": "turbo run test:run --",
"test:run": "vitest run --project=unit",
"test:storybook": "bun scripts/storybook-clean.ts && vitest run --project=storybook",
"test:all": "vitest run",
"test:coverage": "vitest run --project=unit --coverage",
"test:ui": "vitest run --ui",
"storybook": "bun scripts/storybook-clean.ts && storybook dev -p 6006",
"build-storybook": "storybook build",
"typecheck": "turbo run typecheck:run --",
"typecheck:run": "bun scripts/i18n-types.ts && tsc --build --noEmit",
"e2e": "bun scripts/e2e.ts",
"e2e:runner": "bun scripts/e2e-runner.ts",
"e2e:all": "turbo run e2e:run e2e:mock:run --",
"e2e:run": "playwright test",
"e2e:mock": "playwright test --config playwright.mock.config.ts",
"e2e:mock:run": "playwright test --config playwright.mock.config.ts",
"e2e:ci": "playwright test --project 'Mobile Chrome' --project 'Mobile Safari'",
"e2e:ci:mock": "playwright test --config playwright.mock.config.ts --project 'Mobile Chrome' --project 'Mobile Safari'",
"e2e:ci:real": "playwright test --config playwright.real.config.ts",
"e2e:real": "playwright test --config playwright.real.config.ts",
"e2e:ui": "playwright test --ui",
"e2e:headed": "playwright test --headed",
"e2e:update": "playwright test --update-snapshots",
"e2e:i18n": "TEST_LOCALE=zh-CN playwright test --project 'Mobile Chrome'",
"e2e:report": "playwright show-report e2e/report",
"e2e:audit": "turbo run e2e:audit",
"e2e:audit:run": "bunx @biochain/e2e-tools audit --strict",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"gen:stable": "bun scripts/gen-stable.ts",
"release": "bun scripts/release.ts",
"release:resume": "bun scripts/release.ts --resume",
"set-env": "bun scripts/set-env.ts",
"set-secret": "bun scripts/set-secret.ts",
"gen:logo": "bun scripts/gen-logo.ts",
"i18n:extract": "bun scripts/i18n-extract.ts",
"i18n:check": "turbo run i18n:run --",
"i18n:run": "bun scripts/i18n-check.ts",
"i18n:validate": "bun scripts/i18n-validate.ts",
"i18n:types": "bun scripts/i18n-types.ts",
"i18n:types:watch": "bun scripts/i18n-types-watch.ts",
"theme:check": "turbo run theme:run --",
"theme:run": "bun scripts/theme-check.ts",
"agent": "deno run -A scripts/agent-flow/meta/entry.ts",
"agent:mcp": "deno run -A scripts/agent-flow/meta/entry.ts",
"check": "turbo run typecheck:run test:run i18n:run theme:run",
"sdk:build": "pnpm --filter @biochain/bio-sdk build",
"sdk:dev": "pnpm --filter @biochain/bio-sdk dev",
"miniapps:build": "pnpm --filter \"./miniapps/*\" build",
"miniapps:dev:teleport": "pnpm --filter @biochain/miniapp-teleport dev",
"miniapps:dev:biobridge": "pnpm --filter @biochain/miniapp-biobridge dev"
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@bfchain/util": "^5.0.0",
"@bfmeta/sign-util": "^1.3.10",
"@biochain/android-focus-blur-guard": "workspace:*",
"@biochain/bio-sdk": "workspace:*",
"@biochain/chain-effect": "workspace:*",
"@biochain/ecosystem-native": "workspace:*",
"@biochain/key-ui": "workspace:*",
"@biochain/key-utils": "workspace:*",
"@biochain/plugin-navigation-sync": "workspace:*",
"@bnqkl/server-util": "^1.3.4",
"@bnqkl/wallet-sdk": "^0.23.8",
"@bnqkl/wallet-typings": "^0.23.8",
"@effect/platform": "^0.94.2",
"@emotion/is-prop-valid": "^1.4.0",
"@fontsource-variable/dm-sans": "^5.2.8",
"@fontsource-variable/figtree": "^5.2.10",
"@fontsource/dm-mono": "^5.2.7",
"@fontsource/dm-serif-display": "^5.2.8",
"@gamepark/avataaars": "^3.0.0",
"@noble/curves": "^2.0.1",
"@noble/hashes": "^2.0.1",
"@noble/secp256k1": "^3.0.0",
"@number-flow/react": "^0.5.10",
"@plaoc/is-dweb": "^0.1.2",
"@plaoc/plugins": "^1.1.9",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@scure/base": "^2.0.0",
"@scure/bip32": "^2.0.1",
"@scure/bip39": "^2.0.1",
"@stackflow/core": "^1.3.0",
"@stackflow/plugin-basic-ui": "^1.18.1",
"@stackflow/plugin-history-sync": "^1.8.1",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/react": "^1.11.1",
"@tabler/icons-react": "^3.36.0",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-router": "^1.140.0",
"@tanstack/react-store": "^0.8.0",
"@types/yargs": "^17.0.35",
"@zumer/snapdom": "^2.0.1",
"big.js": "^7.0.1",
"bip39": "^3.1.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ed2curve": "^0.3.0",
"effect": "^3.19.15",
"i18next": "^25.7.1",
"idb": "^8.0.3",
"jsqr": "^1.4.0",
"lodash": "^4.17.21",
"motion": "^12.23.26",
"qrcode.react": "^4.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^6.0.0",
"react-i18next": "^16.4.0",
"react-inspector": "^9.0.0",
"swiper": "^12.0.3",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"tweetnacl": "^1.0.3",
"vaul": "^1.1.2",
"viem": "^2.43.3",
"wujie": "^1.0.29",
"wujie-react": "^1.0.29",
"yargs": "^18.0.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.0",
"@biochain/e2e-tools": "workspace:*",
"@inquirer/prompts": "^8.0.2",
"@plaoc/cli": "^1.2.2",
"@playwright/test": "^1.57.0",
"@stackflow/config": "^1.0.1-canary.0",
"@storybook/addon-docs": "^10.1.4",
"@storybook/addon-vitest": "^10.1.4",
"@storybook/react": "^10.1.4",
"@storybook/react-vite": "^10.1.4",
"@storybook/test": "^8.6.14",
"@tailwindcss/vite": "^4.0.0",
"@tanstack/ai": "^0.0.3",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/big.js": "^6.2.2",
"@types/bun": "^1.3.5",
"@types/ed2curve": "^0.2.4",
"@types/lodash": "^4.17.21",
"@types/node": "^24.10.1",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/semver": "^7.7.1",
"@types/ssh2-sftp-client": "^9.0.6",
"@typescript-eslint/parser": "^8.53.0",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-react": "^5.1.1",
"@vitest/browser": "^4.0.15",
"@vitest/browser-playwright": "^4.0.15",
"@vitest/coverage-istanbul": "^4.0.15",
"@vitest/coverage-v8": "^4.0.15",
"core-js": "^3.48.0",
"detect-port": "^2.1.0",
"dotenv": "^17.2.3",
"eslint-plugin-file-component-constraints": "workspace:*",
"eslint-plugin-i18next": "^6.1.3",
"eslint-plugin-unused-imports": "^4.3.0",
"fake-indexeddb": "^6.2.5",
"i18next-cli": "^1.36.1",
"jsdom": "^27.2.0",
"jszip": "^3.10.1",
"oxlint": "^1.39.0",
"playwright": "^1.57.0",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"qrcode": "^1.5.4",
"rollup-plugin-visualizer": "^6.0.5",
"semver": "^7.7.3",
"shadcn": "^3.6.1",
"sharp": "^0.34.5",
"sirv": "^3.0.2",
"ssh2-sftp-client": "^12.0.1",
"storybook": "^10.1.4",
"tailwindcss": "^4.0.0",
"terser": "^5.46.0",
"turbo": "^2.7.1",
"typescript": "~5.9.3",
"vite": "^7.2.7",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-mkcert": "^1.17.9",
"vitepress": "^1.6.4",
"vitest": "^4.0.15"
},
"pnpm": {
"overrides": {
"tronweb": "6.1.1"
}
},
"workspaces": [
"packages/*",
"miniapps/*"
],
"lastChangelogCommit": "13f8d3a750f7fb426e2410e47db8c516f20a90df"
}