forked from helius-labs/xray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.6 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "eclipse-xray",
"version": "1.0.0",
"type": "module",
"platform": "node",
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@playwright/test": "^1.32.1",
"@rollup/plugin-inject": "^5.0.3",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-vercel": "^2.0.2",
"@tailwindcss/typography": "^0.5.8",
"@types/bn.js": "^5.1.6",
"@types/js-cookie": "^3.0.3",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.7",
"daisyui": "^2.46.1",
"dotenv-cli": "^7.2.1",
"esbuild": "^0.18.4",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-newlines": "^1.3.1",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-no-inferred-method-name": "^2.0.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-padding": "^0.0.4",
"eslint-plugin-svelte": "^2.30.0",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-this": "^0.2.3",
"eslint-plugin-write-good-comments": "^0.2.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.5",
"vite": "^4.3.9"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@duneanalytics/client-sdk": "^0.2.1",
"@flipsidecrypto/sdk": "^2.1.0",
"@lottiefiles/svelte-lottie-player": "^0.3.0",
"@metaplex-foundation/digital-asset-standard-api": "^1.0.4",
"@metaplex-foundation/mpl-core": "^1.1.1",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@nifty-oss/asset": "^0.3.0",
"@onsol/tldparser": "^0.6.6",
"@pythnetwork/price-service-client": "^1.9.0",
"@pythnetwork/pyth-solana-receiver": "^0.8.2",
"@solana/spl-account-compression": "^0.1.8",
"@solana/spl-token": "^0.4.8",
"@solana/wallet-adapter-wallets": "^0.19.11",
"@solana/web3.js": "^1.95.2",
"@solflare-wallet/utl-sdk": "^1.4.0",
"@svelte-on-solana/wallet-adapter-core": "^1.0.11-alpha.0",
"@sveltejs/kit": "^1.6.0",
"@switchboard-xyz/on-demand": "^1.2.47",
"@tanstack/svelte-query": "^4.24.9",
"@trpc/client": "^10.12.0",
"@trpc/server": "^10.12.0",
"bn.js": "^5.2.1",
"buffer": "^6.0.1",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"helius-sdk": "^1.0.7",
"highlight.js": "^11.7.0",
"install": "^0.13.0",
"js-yaml": "^4.1.0",
"json-format-highlight": "^1.0.4",
"json-viewer-js": "^1.0.8",
"punycode.js": "^2.3.1",
"svelte-highlight": "^7.1.2",
"svelte-intersection-observer": "^0.10.0",
"svelte-loading-spinners": "^0.3.4",
"trpc-svelte-query-adapter": "^2.0.0",
"trpc-sveltekit": "^3.3.1",
"zod": "^3.22.3"
}
}