forked from helium/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.06 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
64
65
66
67
68
69
70
71
72
{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve"
},
"dependencies": {
"@clockwork-xyz/sdk": "^0.3.0",
"@coral-xyz/anchor": "^0.27.0",
"@docusaurus/core": "^3.1.1",
"@docusaurus/plugin-google-gtag": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@docusaurus/theme-mermaid": "^3.1.1",
"@helium/account-fetch-cache": "^0.6.31",
"@helium/account-fetch-cache-hooks": "^0.6.31",
"@helium/address": "^4.8.1",
"@helium/data-credits-sdk": "^0.6.31",
"@helium/fanout-sdk": "^0.6.31",
"@helium/helium-react-hooks": "^0.6.31",
"@helium/idls": "^0.6.31",
"@helium/spl-utils": "^0.6.31",
"@mdx-js/react": "^3.0.0",
"@metaplex-foundation/mpl-token-metadata": "^2.8.4",
"@pythnetwork/client": "^2.19.0",
"@solana/spl-account-compression": "^0.1.7",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-ledger": "^0.9.24",
"@solana/wallet-adapter-phantom": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.32",
"@solana/wallet-adapter-react-ui": "^0.9.31",
"@solana/wallet-adapter-solflare": "^0.6.24",
"@solana/web3.js": "^1.78.4",
"axios": "^1.3.4",
"clsx": "^1.1.1",
"docslab-docusaurus": "^0.2.7",
"fs": "^0.0.1-security",
"hast-util-is-element": "1.1.0",
"mdx-embed": "^1.1.2",
"prism-react-renderer": "^2.3.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-async-hook": "^4.0.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-table": "^7.8.0",
"rehype-katex": "5",
"remark-math": "3",
"util": "^0.12.5",
"yarn": "^1.22.21"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=18.0"
}
}