-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.77 KB
/
package.json
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
{
"name": "ckb-multisig-server",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development NODE_CONFIG_ENV=testnet NODE_CONFIG_DIR=./config next dev",
"build": "next build",
"start": "NODE_ENV=production NODE_CONFIG_ENV=mainnet NODE_CONFIG_DIR=./config next start -p 8119",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@ledgerhq/hw-transport": "^6.31.3",
"@ledgerhq/hw-transport-webhid": "^6.29.3",
"@ledgerhq/hw-transport-webusb": "^6.29.3",
"@ledgerhq/wallet-api-client": "^1.5.10",
"@ledgerhq/wallet-api-client-react": "^1.3.10",
"@ledgerhq/wallet-api-simulator": "^1.1.16",
"@linkdesu/hw-app-ckb": "^0.2.0",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@mui/x-tree-view": "^7.18.0",
"@nervosnetwork/ckb-sdk-core": "^0.109.3",
"@nervosnetwork/ckb-sdk-rpc": "^0.109.3",
"@nervosnetwork/ckb-sdk-utils": "^0.109.3",
"@nervosnetwork/ckb-types": "^0.109.3",
"@uiw/react-codemirror": "^4.23.5",
"bech32": "^2.0.0",
"bip32-path": "^0.4.2",
"blake2b-wasm": "^2.4.0",
"config": "^3.3.12",
"cookies-next": "^4.2.1",
"date-fns": "^3.0.0",
"date-fns-tz": "^3.1.3",
"js-yaml": "^4.1.0",
"lowdb": "^7.0.1",
"next": "14.2.13",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"winston": "^3.14.2"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"typescript": "^5"
}
}