-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
{
"name": "docs",
"version": "0.0.1",
"author": "node-real",
"private": "true",
"type": "module",
"homepage": "https://node-real.github.io/walletkit",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/mdx": "~2.1.5",
"@mdx-js/react": "~2.2.1",
"@node-real/icons": "^2.19.0",
"@node-real/uikit": "^2.54.2",
"@node-real/walletkit": "^1.0.10-alpha.1",
"@node-real/greenfield-uploadkit": "workspace:*",
"@bnb-chain/greenfield-cosmos-types": "0.4.0",
"@bnb-chain/greenfield-js-sdk": "1.2.0",
"@bnb-chain/reed-solomon": "^1.1.3",
"prism-react-renderer": "~1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-live": "~2.4.1",
"react-router-dom": "~6.6.2",
"unified": "~10.1.2",
"unist-util-visit": "~4.1.2",
"viem": "^1.19.9",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@mdx-js/rollup": "~2.2.1",
"@types/mdx": "~2.0.10",
"@types/node": "~18.6.5",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "~4.1.1",
"remark-gfm": "~3.0.1",
"ts-node": "~10.9.1",
"typescript": "^5.3.2",
"vite": "~4.5.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"process": "^0.11.10"
}
}