-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 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
{
"name": "multi-chain-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@polkadot/api": "^10.11.2",
"@polkadot/util-crypto": "^12.6.2",
"@taquito/signer": "^19.0.1",
"@taquito/taquito": "^19.0.1",
"@taquito/utils": "^19.0.1",
"@tezos-core-tools/crypto-utils": "^0.0.7",
"@web3auth/modal": "^10.15.0",
"ethers": "^6.10.0",
"near-api-js": "^4.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tweetnacl": "^1.0.3"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"empty-module": "^0.0.2",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^5.5.4",
"url": "^0.11.0",
"vite": "^5.4.0",
"zlib-browserify": "^0.0.3"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
}
}