-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.67 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.67 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
{
"name": "klaytn-online-toolkit",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@kaiachain/ethers-ext": "^2.0.1",
"@kaiachain/kaia-design-system": "^1.1.3",
"@kaiachain/web3js-ext": "^2.0.1",
"@metamask/sdk-react": "^0.31.5",
"@okxconnect/ui": "^1.8.0",
"@rainbow-me/rainbowkit": "^2.2.4",
"@tanstack/react-query": "^5.64.1",
"axios": "^1.8.1",
"bech32": "^2.0.0",
"bignumber.js": "^9.1.2",
"copy-to-clipboard": "^3.3.3",
"ethers": "^6.13.5",
"lodash": "^4.17.21",
"lottie-react": "^2.4.1",
"prism-react-renderer": "^2.4.1",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-click-away-listener": "^2.3.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-modal": "^3.16.3",
"react-responsive": "^10.0.0",
"react-router": "^7.1.1",
"react-toastify": "^11.0.5",
"styled-components": "^6.1.14",
"viem": "^2.22.8",
"wagmi": "^2.14.9",
"web3": "^4.16.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@svgr/rollup": "^8.1.0",
"@types/lodash": "^4.17.14",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.3.5",
"@types/react-modal": "^3.16.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
},
"prettier": {
"singleQuote": true,
"semi": false
}
}