-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.63 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
57
58
59
60
61
62
63
{
"name": "flow-multisig",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"local": "vercel dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@google-cloud/kms": "^3.0.1",
"@lapo/asn1js": "^1.2.3",
"@onflow/config": "^1.4.1",
"@onflow/fcl": "1.11.0",
"@onflow/fcl-wc": "5.2.0",
"@onflow/rlp": "^1.2.2",
"@onflow/sdk": "1.5.1",
"@onflow/six-transfer-tokens-with-address": "^0.2.0",
"@onflow/transport-http": "1.4.0",
"@root/keypairs": "^0.10.3",
"@supabase/supabase-js": "^1.29.0",
"asn1js": "^3.0.5",
"axios": "^1.7.7",
"bn.js": "^5.2.1",
"crc-32": "^1.2.2",
"crypto": "^1.0.1",
"date-fns": "^4.1.0",
"elliptic": "^6.5.4",
"fast-crc32c": "^2.0.0",
"framer-motion": "^4.1.17",
"js-crypto-key-utils": "^1.0.4",
"js-x509-utils": "^1.0.4",
"next": "14.2.8",
"prettier": "^2.5.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-qr-code": "^2.0.3",
"react-script-hook": "1.7.0",
"react-table": "^7.7.0",
"react-use": "^17.3.2",
"rlp": "^2.2.7",
"sha2": "^1.0.2",
"sha3": "^2.1.4",
"swr": "^1.1.2",
"vercel": "^23.1.2"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.45",
"postcss-preset-env": "^10.0.2",
"sass": "^1.78.0",
"tailwindcss": "^3.4.10"
}
}